Lines Matching refs:Config
28 Config::Config() : mSource(Config::ConfigSourceType::SOURCE_SYSPROP) {} in Config() function in aidl::android::hardware::biometrics::Config
30 ConfigValue Config::parseBool(const std::string& value) { in parseBool()
41 ConfigValue Config::parseString(const std::string& value) { in parseString()
47 ConfigValue Config::parseInt32(const std::string& value) { in parseInt32()
60 ConfigValue Config::parseInt64(const std::string& value) { in parseInt64()
73 ConfigValue Config::parseIntVec(const std::string& value) { in parseIntVec()
81 void Config::init() { in init()
84 Config::Data* pd = getConfigData(&len); in init()
93 bool Config::setParam(const std::string& name, const std::string& value) { in setParam()
108 ConfigValue Config::getInternal(const std::string& name) { in getInternal()
130 ConfigValue Config::getDefault(const std::string& name) { in getDefault()
134 bool Config::setInternal(const std::string& name, const ConfigValue& val) { in setInternal()