Searched refs:btif_config_get_str (Results 1 – 6 of 6) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_btif_config.cc | 60 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 D | mock_btif_config.h | 142 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 D | btif_config.h | 54 bool btif_config_get_str(const std::string& section, const std::string& key,
|
/aosp12/system/bt/btif/src/ |
H A D | btif_storage.cc | 304 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 D | btif_core.cc | 277 if (!btif_config_get_str("Adapter", "Address", val, &val_size) || in btif_enable_bluetooth_evt()
|
H A D | btif_config.cc | 472 bool btif_config_get_str(const std::string& section, const std::string& key, in btif_config_get_str() function
|