Home
last modified time | relevance | path

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

/system/bt/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
/system/bt/btif/src/
Dbtif_config.cc503 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/
Dmkdtimg_core.c136 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/
Dbootstat.cpp187 void RecordBootEventFromCommandLine(const std::string& event, const std::string& value_str) { in RecordBootEventFromCommandLine()
1465 static const char value_str[] = "value"; in main() local