Home
last modified time | relevance | path

Searched refs:btif_storage_load_bonded_csis_devices (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_btif_profile_storage.cc60 struct btif_storage_load_bonded_csis_devices
61 btif_storage_load_bonded_csis_devices; variable
210 void btif_storage_load_bonded_csis_devices(void) { in btif_storage_load_bonded_csis_devices() function
212 test::mock::btif_profile_storage::btif_storage_load_bonded_csis_devices(); in btif_storage_load_bonded_csis_devices()
Dmock_btif_profile_storage.h265 struct btif_storage_load_bonded_csis_devices { struct
269 extern struct btif_storage_load_bonded_csis_devices argument
270 btif_storage_load_bonded_csis_devices;
/packages/modules/Bluetooth/system/btif/include/
Dbtif_profile_storage.h149 void btif_storage_load_bonded_csis_devices();
Dbtif_storage.h370 void btif_storage_load_bonded_csis_devices();
/packages/modules/Bluetooth/system/btif/src/
Dbtif_csis_client.cc56 jni_thread_wrapper(Bind(&btif_storage_load_bonded_csis_devices)))); in Init()
Dbtif_profile_storage.cc1091 void btif_storage_load_bonded_csis_devices(void) { in btif_storage_load_bonded_csis_devices() function
/packages/modules/Bluetooth/system/bta/csis/
Dcsis_client_test.cc514 Bind(&btif_storage_load_bonded_csis_devices)); in TestAppRegister()