Searched refs:parseIntVec (Results 1 – 4 of 4) sorted by relevance
/hardware/interfaces/biometrics/fingerprint/aidl/default/ |
D | FingerprintConfig.cpp | 73 {NGS(enrollments), &Config::parseIntVec, ""}, 82 {NGS(operation_authenticate_latency), &Config::parseIntVec, ""}, 87 {NGS(operation_enroll_latency), &Config::parseIntVec, ""}, 88 {NGS(operation_detect_interaction_latency), &Config::parseIntVec, ""},
|
/hardware/interfaces/biometrics/common/config/tests/ |
D | ConfigTest.cpp | 103 {NGS(avector), &Config::parseIntVec, AIDL_DEFAULT_avector}, 171 TEST_F(ConfigTest, parseIntVec) { in TEST_F() argument 178 ASSERT_EQ(std::get<OptIntVec>(cfg.parseIntVec(values[i].strval)), values[i].expval); in TEST_F() 229 OptIntVec exp{std::get<OptIntVec>(cfg.parseIntVec(AIDL_DEFAULT_avector))}; in TEST_F()
|
/hardware/interfaces/biometrics/common/config/ |
D | Config.cpp | 73 ConfigValue Config::parseIntVec(const std::string& value) { in parseIntVec() function in aidl::android::hardware::biometrics::Config
|
/hardware/interfaces/biometrics/common/config/include/config/ |
D | Config.h | 118 ConfigValue parseIntVec(const std::string& value);
|