Searched refs:OnEventServDiscReq (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 | 68 int32_t OnEventServDiscReq(struct IWpaCallback *self,
|
H A D | wifi_hdi_wpa_client.cpp | 979 cWifiHdiWpaCallback.OnEventServDiscReq = OnEventServDiscReq; in ReqP2pRegisterCallback()
|
H A D | wifi_hdi_wpa_callback.cpp | 747 int32_t OnEventServDiscReq(struct IWpaCallback *self, in OnEventServDiscReq() 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 | 207 int32_t result = OnEventServDiscReq(nullptr, &servDiscReqInfoParam, "wlan0"); 209 result = OnEventServDiscReq(nullptr, nullptr, "wlan0");
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 236 service->interface.OnEventServDiscReq = P2pCallbackServDiscReq; 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 | 146 int32_t (*OnEventServDiscReq)(struct IWpaCallback *self,
|
H A D | wpa_callback_service.c.txt | 217 service->interface.OnEventServDiscReq = WpaCallbackOnEventServDiscReq;
|
H A D | wpa_callback_stub.c.txt | 1163 if (serviceImpl->OnEventServDiscReq == NULL) { 1164 HDF_LOGE("%{public}s: invalid interface function OnEventServDiscReq ", __func__); 1169 wpaCallbackRet = serviceImpl->OnEventServDiscReq(serviceImpl, servDiscReqInfoParam, ifName);
|
H A D | wpa_callback_proxy.c.txt | 1566 impl->OnEventServDiscReq = WpaCallbackProxyOnEventServDiscReq;
|
/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 | 257 g_hdiWpaP2pCallbackObj->OnEventServDiscReq = callback->OnEventServDiscReq; in InitHdiWpaP2pCallbackObj()
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 308 …OnEventServDiscReq([in] struct HdiP2pServDiscReqInfoParam servDiscReqInfoParam, [in] String ifName…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 308 …OnEventServDiscReq([in] struct HdiP2pServDiscReqInfoParam servDiscReqInfoParam, [in] String ifName…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 423 [mini, lite, full, callback] OnEventServDiscReq(
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.c | 2348 … if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventServDiscReq == NULL) { in ProcessEventP2pServDiscReq() 2355 … ret = node->callbackObj->OnEventServDiscReq(node->callbackObj, &hdiP2pServDiscReqInfo, ifName); in ProcessEventP2pServDiscReq()
|