Home
last modified time | relevance | path

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 Dwifi_hdi_wpa_callback.h47 int32_t OnEventDeviceLost(struct IWpaCallback *self,
H A Dwifi_hdi_wpa_client.cpp967 cWifiHdiWpaCallback.OnEventDeviceLost = OnEventDeviceLost; in ReqP2pRegisterCallback()
H A Dwifi_hdi_wpa_callback.cpp482 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 Dwifi_hdi_wpa_callback_test.cpp504 int32_t result = OnEventDeviceLost(nullptr, &deviceLostParam, "wlan0");
507 result = OnEventDeviceLost(nullptr, nullptr, "wlan0");
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c225 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 Diwpa_callback.h.txt116 …int32_t (*OnEventDeviceLost)(struct IWpaCallback *self, const struct HdiP2pDeviceLostParam* device…
H A Dwpa_callback_service.c.txt206 service->interface.OnEventDeviceLost = WpaCallbackOnEventDeviceLost;
H A Dwpa_callback_stub.c.txt585 if (serviceImpl->OnEventDeviceLost == NULL) {
586 HDF_LOGE("%{public}s: invalid interface function OnEventDeviceLost ", __func__);
591 wpaCallbackRet = serviceImpl->OnEventDeviceLost(serviceImpl, deviceLostParam, ifName);
H A Dwpa_callback_proxy.c.txt1555 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 Dwifi_hdi_wpa_p2p_impl.c245 g_hdiWpaP2pCallbackObj->OnEventDeviceLost = callback->OnEventDeviceLost; in InitHdiWpaP2pCallbackObj()
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl183 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 DIWpaCallback.idl183 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 Ddump.txt381 [mini, lite, full, callback] OnEventDeviceLost(
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c2150 if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventDeviceLost == NULL) { in ProcessEventP2pDeviceLost()
2157 … ret = node->callbackObj->OnEventDeviceLost(node->callbackObj, &hdiP2pDeviceLostParam, ifName); in ProcessEventP2pDeviceLost()