Home
last modified time | relevance | path

Searched refs:OnEventGroupRemoved (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.h63 int32_t OnEventGroupRemoved(struct IWpaCallback *self,
H A Dwifi_hdi_wpa_client.cpp976 cWifiHdiWpaCallback.OnEventGroupRemoved = OnEventGroupRemoved; in ReqP2pRegisterCallback()
H A Dwifi_hdi_wpa_callback.cpp683 int32_t OnEventGroupRemoved(struct IWpaCallback *self, in OnEventGroupRemoved() 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.cpp446 int32_t result = OnEventGroupRemoved(nullptr, &groupRemovedParam, "wlan0");
449 result = OnEventGroupRemoved(nullptr, nullptr, "wlan0");
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c233 service->interface.OnEventGroupRemoved = P2pCallbackGroupRemoved; 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.txt138 …int32_t (*OnEventGroupRemoved)(struct IWpaCallback *self, const struct HdiP2pGroupRemovedParam* gr…
H A Dwpa_callback_service.c.txt214 service->interface.OnEventGroupRemoved = WpaCallbackOnEventGroupRemoved;
H A Dwpa_callback_stub.c.txt1012 if (serviceImpl->OnEventGroupRemoved == NULL) {
1013 HDF_LOGE("%{public}s: invalid interface function OnEventGroupRemoved ", __func__);
1018 wpaCallbackRet = serviceImpl->OnEventGroupRemoved(serviceImpl, groupRemovedParam, ifName);
H A Dwpa_callback_proxy.c.txt1563 impl->OnEventGroupRemoved = WpaCallbackProxyOnEventGroupRemoved;
/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.c254 g_hdiWpaP2pCallbackObj->OnEventGroupRemoved = callback->OnEventGroupRemoved; in InitHdiWpaP2pCallbackObj()
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl275 OnEventGroupRemoved([in] struct HdiP2pGroupRemovedParam groupRemovedParam, [in] String ifName);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaCallback.idl275 OnEventGroupRemoved([in] struct HdiP2pGroupRemovedParam groupRemovedParam, [in] String ifName);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/
H A Ddump.txt412 [mini, lite, full, callback] OnEventGroupRemoved(
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c2298 … if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventGroupRemoved == NULL) { in ProcessEventP2pGroupRemoved()
2305 … ret = node->callbackObj->OnEventGroupRemoved(node->callbackObj, &hdiP2pGroupRemovedParam, ifName); in ProcessEventP2pGroupRemoved()