Searched refs:parseInt64 (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/biometrics/common/config/tests/ |
D | ConfigTest.cpp | 101 {NGS(aint64), &Config::parseInt64, AIDL_DEFAULT_aint64}, 139 TEST_F(ConfigTest, parseInt64) { in TEST_F() argument 151 ASSERT_EQ((std::get<OptInt64>(cfg.parseInt64(values[i].strval))).value_or(defval), in TEST_F() 226 (std::get<OptInt64>(cfg.parseInt64(AIDL_DEFAULT_aint64))).value()); in TEST_F()
|
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | FingerprintConfig.cpp | 76 {NGS(authenticator_id), &Config::parseInt64, "0"}, 77 {NGS(challenge), &Config::parseInt64, ""},
|
/hardware/interfaces/biometrics/common/config/ |
D | Config.cpp | 60 ConfigValue Config::parseInt64(const std::string& value) { in parseInt64() function in aidl::android::hardware::biometrics::Config
|
/hardware/interfaces/biometrics/common/config/include/config/ |
D | Config.h | 117 ConfigValue parseInt64(const std::string& value);
|