Home
last modified time | relevance | path

Searched refs:OnEventInvitationReceived (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.h53 int32_t OnEventInvitationReceived(struct IWpaCallback *self,
H A Dwifi_hdi_wpa_client.cpp970 cWifiHdiWpaCallback.OnEventInvitationReceived = OnEventInvitationReceived; in ReqP2pRegisterCallback()
H A Dwifi_hdi_wpa_callback.cpp541 int32_t OnEventInvitationReceived(struct IWpaCallback *self, in OnEventInvitationReceived() 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.cpp514 int32_t result = OnEventInvitationReceived(nullptr, &invitationReceivedParam, "wlan0");
517 result = OnEventInvitationReceived(nullptr, nullptr, "wlan0");
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c228 service->interface.OnEventInvitationReceived = P2pCallbackInvitationReceived; 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.txt125 int32_t (*OnEventInvitationReceived)(struct IWpaCallback *self,
H A Dwpa_callback_service.c.txt209 service->interface.OnEventInvitationReceived = WpaCallbackOnEventInvitationReceived;
H A Dwpa_callback_stub.c.txt753 if (serviceImpl->OnEventInvitationReceived == NULL) {
754 HDF_LOGE("%{public}s: invalid interface function OnEventInvitationReceived ", __func__);
759 …wpaCallbackRet = serviceImpl->OnEventInvitationReceived(serviceImpl, invitationReceivedParam, ifNa…
H A Dwpa_callback_proxy.c.txt1558 impl->OnEventInvitationReceived = WpaCallbackProxyOnEventInvitationReceived;
/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.c248 g_hdiWpaP2pCallbackObj->OnEventInvitationReceived = callback->OnEventInvitationReceived; in InitHdiWpaP2pCallbackObj()
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl219 OnEventInvitationReceived([in] struct HdiP2pInvitationReceivedParam invitationReceivedParam,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaCallback.idl219 OnEventInvitationReceived([in] struct HdiP2pInvitationReceivedParam invitationReceivedParam,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/
H A Ddump.txt393 [mini, lite, full, callback] OnEventInvitationReceived(
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c2209 …if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventInvitationReceived == N… in ProcessEventP2pInvitationReceived()
2217 …ret = node->callbackObj->OnEventInvitationReceived(node->callbackObj, &hdiP2pInvitationReceivedPar… in ProcessEventP2pInvitationReceived()