Home
last modified time | relevance | path

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

/aosp12/system/bt/test/mock/
H A Dmock_btif_config.cc58 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 Dmock_btif_config.h114 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 Dbtif_config.h50 bool btif_config_get_uint64(const std::string& section, const std::string& key,
/aosp12/system/bt/btif/src/
H A Dbtif_storage.cc1571 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 Dbtif_config.cc426 bool btif_config_get_uint64(const std::string& section, const std::string& key, in btif_config_get_uint64() function