Searched refs:OnEventGoNegotiationCompleted (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 | 51 int32_t OnEventGoNegotiationCompleted(struct IWpaCallback *self,
|
H A D | wifi_hdi_wpa_client.cpp | 969 cWifiHdiWpaCallback.OnEventGoNegotiationCompleted = OnEventGoNegotiationCompleted; in ReqP2pRegisterCallback()
|
H A D | wifi_hdi_wpa_callback.cpp | 519 int32_t OnEventGoNegotiationCompleted(struct IWpaCallback *self, in OnEventGoNegotiationCompleted() 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 | 401 int32_t result = OnEventGoNegotiationCompleted(nullptr, &goNegotiationCompletedParam, "wlan0"); 404 result = OnEventGoNegotiationCompleted(nullptr, nullptr, "wlan0");
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 227 service->interface.OnEventGoNegotiationCompleted = P2pCallbackGoNegotiationCompleted; 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 | 122 int32_t (*OnEventGoNegotiationCompleted)(struct IWpaCallback *self,
|
H A D | wpa_callback_service.c.txt | 208 service->interface.OnEventGoNegotiationCompleted = WpaCallbackOnEventGoNegotiationCompleted;
|
H A D | wpa_callback_stub.c.txt | 697 if (serviceImpl->OnEventGoNegotiationCompleted == NULL) { 698 HDF_LOGE("%{public}s: invalid interface function OnEventGoNegotiationCompleted ", __func__); 703 …wpaCallbackRet = serviceImpl->OnEventGoNegotiationCompleted(serviceImpl, goNegotiationCompletedPar…
|
H A D | wpa_callback_proxy.c.txt | 1557 impl->OnEventGoNegotiationCompleted = WpaCallbackProxyOnEventGoNegotiationCompleted;
|
/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 | 247 g_hdiWpaP2pCallbackObj->OnEventGoNegotiationCompleted = callback->OnEventGoNegotiationCompleted; in InitHdiWpaP2pCallbackObj()
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 207 …OnEventGoNegotiationCompleted([in] struct HdiP2pGoNegotiationCompletedParam goNegotiationCompleted…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 207 …OnEventGoNegotiationCompleted([in] struct HdiP2pGoNegotiationCompletedParam goNegotiationCompleted…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 389 [mini, lite, full, callback] OnEventGoNegotiationCompleted(
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.c | 2188 …de == NULL || node->callbackObj == NULL || node->callbackObj->OnEventGoNegotiationCompleted == NUL… in ProcessEventP2pGoNegotiationCompleted() 2197 ret = node->callbackObj->OnEventGoNegotiationCompleted(node->callbackObj, in ProcessEventP2pGoNegotiationCompleted()
|