Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_btif_config.cc60 struct btif_config_get_str btif_config_get_str; variable
109 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() function
112 return test::mock::btif_config::btif_config_get_str(section, key, value, in btif_config_get_str()
H A Dmock_btif_config.h142 struct btif_config_get_str { struct
152 extern struct btif_config_get_str btif_config_get_str; argument
/aosp12/system/bt/btif/include/
H A Dbtif_config.h54 bool btif_config_get_str(const std::string& section, const std::string& key,
/aosp12/system/bt/btif/src/
H A Dbtif_storage.cc304 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, in cfg2prop()
307 ret = btif_config_get_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, in cfg2prop()
319 ret = btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, in cfg2prop()
364 if (btif_config_get_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, value, in cfg2prop()
1513 if (btif_config_get_str(name, BTIF_STORAGE_PATH_REMOTE_SERVICE, uuid_str, in btif_storage_load_bonded_hearing_aids()
H A Dbtif_core.cc277 if (!btif_config_get_str("Adapter", "Address", val, &val_size) || in btif_enable_bluetooth_evt()
H A Dbtif_config.cc472 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() function