Home
last modified time | relevance | path

Searched refs:value_str_from_config (Results 1 – 1 of 1) sorted by relevance

/system/bt/btif/src/
Dbtif_config.cc504 auto value_str_from_config = btif_config_cache.GetString(section, key); in btif_config_get_bin() local
506 if (!value_str_from_config) { in btif_config_get_bin()
513 bool is_key_encrypted = *value_str_from_config == ENCRYPTED_STR; in btif_config_get_bin()
516 if (!value_str_from_config->empty() && in_encrypt_key_name_list && in btif_config_get_bin()
521 value_str = &value_str_from_config.value(); in btif_config_get_bin()
542 if (!value_str_from_config->empty() && in_encrypt_key_name_list && in btif_config_get_bin()
545 section + "-" + key, *value_str_from_config); in btif_config_get_bin()