Searched defs:value_str (Results 1 – 8 of 8) sorted by relevance
| /packages/modules/Bluetooth/system/gd/storage/ |
| D | config_cache_helper.cc | 30 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
|
| D | config_cache.cc | 305 std::string value_str = in ConvertEncryptOrDecryptKeyIfNeeded() local
|
| /packages/modules/Bluetooth/system/device/src/ |
| D | device_iot_config.cc | 97 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
|
| D | device_iot_config_int.cc | 223 const std::string& value_str) { in device_iot_config_has_key_value()
|
| /packages/modules/StatsD/statsd/src/ |
| D | statsd_metadata.proto | 38 string value_str = 6; field
|
| D | stats_log.proto | 31 string value_str = 2; field
|
| /packages/services/Car/service/proto/android/car/telemetry/ |
| D | stats_log.proto | 37 string value_str = 2; field
|
| /packages/modules/Bluetooth/system/device/test/ |
| D | device_iot_config_test.cc | 3368 std::string section, key, value_str; in TEST_F() local
|