Searched refs:btif_config_set_uint64 (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_btif_config.cc | 59 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 D | mock_btif_config.h | 128 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 D | btif_config.h | 52 bool btif_config_set_uint64(const std::string& section, const std::string& key,
|
/aosp12/system/bt/btif/src/ |
H A D | btif_config.cc | 442 bool btif_config_set_uint64(const std::string& section, const std::string& key, in btif_config_set_uint64() function
|
H A D | btif_storage.cc | 1493 btif_config_set_uint64(bdstr, HEARING_AID_SYNC_ID, in btif_storage_add_hearing_aid()
|