Searched refs:btif_config_get_uint64 (Results 1 – 5 of 5) sorted by relevance
/aosp12/system/bt/test/mock/ |
H A D | mock_btif_config.cc | 58 struct btif_config_get_uint64 btif_config_get_uint64; variable 99 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() function 102 return test::mock::btif_config::btif_config_get_uint64(section, key, value); in btif_config_get_uint64()
|
H A D | mock_btif_config.h | 114 struct btif_config_get_uint64 { struct 124 extern struct btif_config_get_uint64 btif_config_get_uint64; argument
|
/aosp12/system/bt/btif/include/ |
H A D | btif_config.h | 50 bool btif_config_get_uint64(const std::string& section, const std::string& key,
|
/aosp12/system/bt/btif/src/ |
H A D | btif_storage.cc | 1571 if (btif_config_get_uint64(name, HEARING_AID_SYNC_ID, &lvalue)) in btif_storage_load_bonded_hearing_aids() 1658 if (btif_config_get_uint64(addrstr, HEARING_AID_SYNC_ID, &lvalue)) { in btif_storage_get_hearing_aid_prop()
|
H A D | btif_config.cc | 426 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() function
|