Searched refs:btif_config_set_str (Results 1 – 6 of 6) sorted by relevance
/system/bt/test/mock/ |
D | mock_btif_config.cc | 61 struct btif_config_set_str btif_config_set_str; variable 115 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() function 118 return test::mock::btif_config::btif_config_set_str(section, key, value); in btif_config_set_str()
|
D | mock_btif_config.h | 156 struct btif_config_set_str { struct 166 extern struct btif_config_set_str btif_config_set_str; argument
|
/system/bt/btif/include/ |
D | btif_config.h | 56 bool btif_config_set_str(const std::string& section, const std::string& key,
|
/system/bt/btif/src/ |
D | btif_storage.cc | 212 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_NAME, value); in prop2cfg() 214 btif_config_set_str("Adapter", BTIF_STORAGE_KEY_ADAPTER_NAME, value); in prop2cfg() 222 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_ALIASE, value); in prop2cfg() 254 btif_config_set_str(bdstr, BTIF_STORAGE_PATH_REMOTE_SERVICE, val); in prop2cfg()
|
D | btif_core.cc | 282 btif_config_set_str("Adapter", "Address", bdstr.c_str()); in btif_enable_bluetooth_evt()
|
D | btif_config.cc | 492 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() function
|