Searched defs:value_str (Results 1 – 4 of 4) sorted by relevance
/system/bt/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
|
/system/bt/btif/src/ |
D | btif_config.cc | 503 const std::string* value_str; in btif_config_get_bin() local 564 auto value_str = btif_config_cache.GetString(section, key); in btif_config_get_bin_length() local 593 std::string value_str; in btif_config_set_bin() local
|
/system/libufdt/utils/src/ |
D | mkdtimg_core.c | 136 int parse_path(char **path_ptr, char **prop_ptr, char *value_str) { in parse_path() 161 static fdt32_t get_fdt32_from_number_or_prop(void *fdt, char *value_str) { in get_fdt32_from_number_or_prop()
|
/system/core/bootstat/ |
D | bootstat.cpp | 187 void RecordBootEventFromCommandLine(const std::string& event, const std::string& value_str) { in RecordBootEventFromCommandLine() 1465 static const char value_str[] = "value"; in main() local
|