Searched refs:OnEventDeviceLost (Results 1 – 14 of 14) sorted by relevance
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_callback.h | 47 int32_t OnEventDeviceLost(struct IWpaCallback *self,
|
H A D | wifi_hdi_wpa_client.cpp | 967 cWifiHdiWpaCallback.OnEventDeviceLost = OnEventDeviceLost; in ReqP2pRegisterCallback()
|
H A D | wifi_hdi_wpa_callback.cpp | 482 int32_t OnEventDeviceLost(struct IWpaCallback *self, in OnEventDeviceLost() function
|
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/ |
H A D | wifi_hdi_wpa_callback_test.cpp | 504 int32_t result = OnEventDeviceLost(nullptr, &deviceLostParam, "wlan0"); 507 result = OnEventDeviceLost(nullptr, nullptr, "wlan0");
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 225 service->interface.OnEventDeviceLost = P2pCallbackDeviceLost; in P2pCallbackServiceGet()
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/ |
H A D | iwpa_callback.h.txt | 116 …int32_t (*OnEventDeviceLost)(struct IWpaCallback *self, const struct HdiP2pDeviceLostParam* device…
|
H A D | wpa_callback_service.c.txt | 206 service->interface.OnEventDeviceLost = WpaCallbackOnEventDeviceLost;
|
H A D | wpa_callback_stub.c.txt | 585 if (serviceImpl->OnEventDeviceLost == NULL) { 586 HDF_LOGE("%{public}s: invalid interface function OnEventDeviceLost ", __func__); 591 wpaCallbackRet = serviceImpl->OnEventDeviceLost(serviceImpl, deviceLostParam, ifName);
|
H A D | wpa_callback_proxy.c.txt | 1555 impl->OnEventDeviceLost = WpaCallbackProxyOnEventDeviceLost;
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/ |
H A D | wifi_hdi_wpa_p2p_impl.c | 245 g_hdiWpaP2pCallbackObj->OnEventDeviceLost = callback->OnEventDeviceLost; in InitHdiWpaP2pCallbackObj()
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 183 OnEventDeviceLost([in] struct HdiP2pDeviceLostParam deviceLostParam, [in] String ifName);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 183 OnEventDeviceLost([in] struct HdiP2pDeviceLostParam deviceLostParam, [in] String ifName);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 381 [mini, lite, full, callback] OnEventDeviceLost(
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.c | 2150 if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventDeviceLost == NULL) { in ProcessEventP2pDeviceLost() 2157 … ret = node->callbackObj->OnEventDeviceLost(node->callbackObj, &hdiP2pDeviceLostParam, ifName); in ProcessEventP2pDeviceLost()
|