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 D | wifi_hdi_wpa_callback.h | 49 int32_t OnEventGoNegotiationRequest(struct IWpaCallback *self,
|
H A D | wifi_hdi_wpa_client.cpp | 968 cWifiHdiWpaCallback.OnEventGoNegotiationRequest = OnEventGoNegotiationRequest; in ReqP2pRegisterCallback()
|
H A D | wifi_hdi_wpa_callback.cpp | 501 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 D | wifi_hdi_wpa_callback_test.cpp | 391 int32_t result = OnEventGoNegotiationRequest(nullptr, &goNegotiationRequestParam, "wlan0"); 394 result = OnEventGoNegotiationRequest(nullptr, nullptr, "wlan0");
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 226 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 D | iwpa_callback.h.txt | 119 int32_t (*OnEventGoNegotiationRequest)(struct IWpaCallback *self,
|
H A D | wpa_callback_service.c.txt | 207 service->interface.OnEventGoNegotiationRequest = WpaCallbackOnEventGoNegotiationRequest;
|
H A D | wpa_callback_stub.c.txt | 641 if (serviceImpl->OnEventGoNegotiationRequest == NULL) { 642 HDF_LOGE("%{public}s: invalid interface function OnEventGoNegotiationRequest ", __func__); 647 …wpaCallbackRet = serviceImpl->OnEventGoNegotiationRequest(serviceImpl, goNegotiationRequestParam, …
|
H A D | wpa_callback_proxy.c.txt | 1556 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 D | wifi_hdi_wpa_p2p_impl.c | 246 g_hdiWpaP2pCallbackObj->OnEventGoNegotiationRequest = callback->OnEventGoNegotiationRequest; in InitHdiWpaP2pCallbackObj()
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 195 … OnEventGoNegotiationRequest([in] struct HdiP2pGoNegotiationRequestParam goNegotiationRequestParam,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 195 … OnEventGoNegotiationRequest([in] struct HdiP2pGoNegotiationRequestParam goNegotiationRequestParam,
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 385 [mini, lite, full, callback] OnEventGoNegotiationRequest(
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.c | 2168 …if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventGoNegotiationRequest ==… in ProcessEventP2pGoNegotiationRequest() 2176 ret = node->callbackObj->OnEventGoNegotiationRequest(node->callbackObj, in ProcessEventP2pGoNegotiationRequest()
|