Home
last modified time | relevance | path

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

/system/bt/test/mock/
Dmock_btif_config.cc61 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()
Dmock_btif_config.h156 struct btif_config_set_str { struct
166 extern struct btif_config_set_str btif_config_set_str; argument
/system/bt/btif/include/
Dbtif_config.h56 bool btif_config_set_str(const std::string& section, const std::string& key,
/system/bt/btif/src/
Dbtif_storage.cc212 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()
Dbtif_core.cc282 btif_config_set_str("Adapter", "Address", bdstr.c_str()); in btif_enable_bluetooth_evt()
Dbtif_config.cc492 bool btif_config_set_str(const std::string& section, const std::string& key, in btif_config_set_str() function