Home
last modified time | relevance | path

Searched refs:onDeviceLost (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/idl_interface/
H A Di_wifi_event_p2p_callback.h29 void (*onDeviceLost)(const char *p2pDeviceAddress); member
H A Di_wifi.c429 if (callback != NULL && callback->onDeviceLost != NULL) { in IdlCbP2pDeviceLostEventDeal()
430 callback->onDeviceLost(address); in IdlCbP2pDeviceLostEventDeal()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/common/
H A Dwifi_p2p_event_callback.h28 std::function<void(const std::string &)> onDeviceLost; member
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/idl_client/unittest/
H A Dwifi_p2p_hal_interface_test.cpp38 void onDeviceLost(const std::string &address) in onDeviceLost() function
155 callbacks.onDeviceLost = onDeviceLost; in SetUpTestCase()
H A Dwifi_idl_inner_interface_test.cpp243 callback->onDeviceLost = OnDeviceLostMock; in RegisterP2pCallbackMock()
268 callback->onDeviceLost = nullptr; in UnRegisterP2pCallbackMock()
H A Di_wifi_test.cpp290 callback.onDeviceLost = OnDeviceLostTest; in SetWifiP2pEventCallbackTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/idl_client/
H A Dwifi_idl_inner_interface.cpp222 if (cbk.onDeviceLost) { in OnP2pDeviceLost()
223 cbk.onDeviceLost(p2pDeviceAddress); in OnP2pDeviceLost()
H A Dwifi_idl_client.cpp1305 cEventCallback.onDeviceLost = OnP2pDeviceLost; in ReqP2pRegisterCallback()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/
H A Dwifi_hdi_wpa_callback.cpp490 if (cbk.onDeviceLost) { in OnEventDeviceLost()
495 cbk.onDeviceLost(p2pDeviceAddress); in OnEventDeviceLost()