Home
last modified time | relevance | path

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

/hardware/interfaces/biometrics/common/config/tests/
DConfigTest.cpp101 {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/
DFingerprintConfig.cpp76 {NGS(authenticator_id), &Config::parseInt64, "0"},
77 {NGS(challenge), &Config::parseInt64, ""},
/hardware/interfaces/biometrics/common/config/
DConfig.cpp60 ConfigValue Config::parseInt64(const std::string& value) { in parseInt64() function in aidl::android::hardware::biometrics::Config
/hardware/interfaces/biometrics/common/config/include/config/
DConfig.h117 ConfigValue parseInt64(const std::string& value);