Home
last modified time | relevance | path

Searched refs:OnEventGoNegotiationRequest (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.h49 int32_t OnEventGoNegotiationRequest(struct IWpaCallback *self,
H A Dwifi_hdi_wpa_client.cpp968 cWifiHdiWpaCallback.OnEventGoNegotiationRequest = OnEventGoNegotiationRequest; in ReqP2pRegisterCallback()
H A Dwifi_hdi_wpa_callback.cpp501 int32_t OnEventGoNegotiationRequest(struct IWpaCallback *self, in OnEventGoNegotiationRequest() 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.cpp391 int32_t result = OnEventGoNegotiationRequest(nullptr, &goNegotiationRequestParam, "wlan0");
394 result = OnEventGoNegotiationRequest(nullptr, nullptr, "wlan0");
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c226 service->interface.OnEventGoNegotiationRequest = P2pCallbackGoNegotiationRequest; 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.txt119 int32_t (*OnEventGoNegotiationRequest)(struct IWpaCallback *self,
H A Dwpa_callback_service.c.txt207 service->interface.OnEventGoNegotiationRequest = WpaCallbackOnEventGoNegotiationRequest;
H A Dwpa_callback_stub.c.txt641 if (serviceImpl->OnEventGoNegotiationRequest == NULL) {
642 HDF_LOGE("%{public}s: invalid interface function OnEventGoNegotiationRequest ", __func__);
647 …wpaCallbackRet = serviceImpl->OnEventGoNegotiationRequest(serviceImpl, goNegotiationRequestParam, …
H A Dwpa_callback_proxy.c.txt1556 impl->OnEventGoNegotiationRequest = WpaCallbackProxyOnEventGoNegotiationRequest;
/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.c246 g_hdiWpaP2pCallbackObj->OnEventGoNegotiationRequest = callback->OnEventGoNegotiationRequest; in InitHdiWpaP2pCallbackObj()
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl195OnEventGoNegotiationRequest([in] struct HdiP2pGoNegotiationRequestParam goNegotiationRequestParam,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaCallback.idl195OnEventGoNegotiationRequest([in] struct HdiP2pGoNegotiationRequestParam goNegotiationRequestParam,
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/
H A Ddump.txt385 [mini, lite, full, callback] OnEventGoNegotiationRequest(
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c2168 …if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventGoNegotiationRequest ==… in ProcessEventP2pGoNegotiationRequest()
2176 ret = node->callbackObj->OnEventGoNegotiationRequest(node->callbackObj, in ProcessEventP2pGoNegotiationRequest()