Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_btif_config.cc59 struct btif_config_set_uint64 btif_config_set_uint64; variable
104 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64() function
107 return test::mock::btif_config::btif_config_set_uint64(section, key, value); in btif_config_set_uint64()
H A Dmock_btif_config.h128 struct btif_config_set_uint64 { struct
138 extern struct btif_config_set_uint64 btif_config_set_uint64; argument
/aosp12/system/bt/btif/include/
H A Dbtif_config.h52 bool btif_config_set_uint64(const std::string& section, const std::string& key,
/aosp12/system/bt/btif/src/
H A Dbtif_config.cc442 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64() function
H A Dbtif_storage.cc1493 btif_config_set_uint64(bdstr, HEARING_AID_SYNC_ID, in btif_storage_add_hearing_aid()