Home
last modified time | relevance | path

Searched defs:ConfigValue (Results 1 – 2 of 2) sorted by relevance

/system/nfc/utils/
Dconfig.cc44 ConfigValue::ConfigValue() { in ConfigValue() function in ConfigValue
49 ConfigValue::ConfigValue(std::string value) { in ConfigValue() function in ConfigValue
57 ConfigValue::ConfigValue(unsigned value) { in ConfigValue() function in ConfigValue
62 ConfigValue::ConfigValue(std::vector<int8_t> value) { in ConfigValue() function in ConfigValue
69 ConfigValue::ConfigValue(std::vector<uint8_t> value) { in ConfigValue() function in ConfigValue
/system/nfc/src/fuzzers/integration/fakes/
Dnfc_adaptation_fakes.cc18 void NfcAdaptation::GetVendorConfigs(std::map<std::string, ConfigValue>&) {} in GetVendorConfigs() argument