Home
last modified time | relevance | path

Searched refs:parseInt32 (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/biometrics/fingerprint/aidl/default/
DFingerprintConfig.cpp74 {NGS(enrollment_hit), &Config::parseInt32, "0"},
78 {NGS(sensor_id), &Config::parseInt32, "5"},
80 {NGS(sensor_strength), &Config::parseInt32, "2"}, // STRONG
83 {NGS(operation_authenticate_duration), &Config::parseInt32, "10"},
84 {NGS(operation_authenticate_error), &Config::parseInt32, "0"},
86 {NGS(operation_enroll_error), &Config::parseInt32, "0"},
89 {NGS(operation_detect_interaction_error), &Config::parseInt32, "0"},
90 {NGS(operation_detect_interaction_duration), &Config::parseInt32, "10"},
92 {NGS(max_enrollments), &Config::parseInt32, "5"},
99 {NGS(lockout_timed_threshold), &Config::parseInt32, "5"},
[all …]
/hardware/interfaces/biometrics/common/config/tests/
DConfigTest.cpp100 {NGS(aint32), &Config::parseInt32, AIDL_DEFAULT_aint32},
123 TEST_F(ConfigTest, parseInt32) { in TEST_F() argument
134 ASSERT_EQ((std::get<OptInt32>(cfg.parseInt32(values[i].strval))).value_or(defval), in TEST_F()
224 (std::get<OptInt32>(cfg.parseInt32(AIDL_DEFAULT_aint32))).value()); in TEST_F()
/hardware/interfaces/biometrics/common/config/
DConfig.cpp47 ConfigValue Config::parseInt32(const std::string& value) { in parseInt32() function in aidl::android::hardware::biometrics::Config
/hardware/interfaces/biometrics/common/config/include/config/
DConfig.h116 ConfigValue parseInt32(const std::string& value);