Home
last modified time | relevance | path

Searched defs:value_str (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/gd/storage/
Dconfig_cache_helper.cc30 auto value_str = config_cache_.GetProperty(section, property); in GetBool() local
48 auto value_str = config_cache_.GetProperty(section, property); in GetUint64() local
60 auto value_str = config_cache_.GetProperty(section, property); in GetUint32() local
79 auto value_str = config_cache_.GetProperty(section, property); in GetInt64() local
91 auto value_str = config_cache_.GetProperty(section, property); in GetInt() local
112 auto value_str = config_cache_.GetProperty(section, property); in GetBin() local
Dconfig_cache.cc305 std::string value_str = in ConvertEncryptOrDecryptKeyIfNeeded() local
/packages/modules/Bluetooth/system/device/src/
Ddevice_iot_config.cc97 char value_str[32] = {0}; in device_iot_config_set_int() local
156 char value_str[32] = {0}; in device_iot_config_set_hex() local
239 const char* value_str = value_string->c_str(); in device_iot_config_get_bin() local
266 const std::string* value_str = config_get_string(*config, section, key, NULL); in device_iot_config_get_bin_length() local
Ddevice_iot_config_int.cc223 const std::string& value_str) { in device_iot_config_has_key_value()
/packages/modules/StatsD/statsd/src/
Dstatsd_metadata.proto38 string value_str = 6; field
Dstats_log.proto31 string value_str = 2; field
/packages/services/Car/service/proto/android/car/telemetry/
Dstats_log.proto37 string value_str = 2; field
/packages/modules/Bluetooth/system/device/test/
Ddevice_iot_config_test.cc3368 std::string section, key, value_str; in TEST_F() local