Home
last modified time | relevance | path

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 Dwifi_hdi_wpa_callback.h68 int32_t OnEventServDiscReq(struct IWpaCallback *self,
H A Dwifi_hdi_wpa_client.cpp979 cWifiHdiWpaCallback.OnEventServDiscReq = OnEventServDiscReq; in ReqP2pRegisterCallback()
H A Dwifi_hdi_wpa_callback.cpp747 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 Dwifi_hdi_wpa_callback_test.cpp207 int32_t result = OnEventServDiscReq(nullptr, &servDiscReqInfoParam, "wlan0");
209 result = OnEventServDiscReq(nullptr, nullptr, "wlan0");
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c236 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 Diwpa_callback.h.txt146 int32_t (*OnEventServDiscReq)(struct IWpaCallback *self,
H A Dwpa_callback_service.c.txt217 service->interface.OnEventServDiscReq = WpaCallbackOnEventServDiscReq;
H A Dwpa_callback_stub.c.txt1163 if (serviceImpl->OnEventServDiscReq == NULL) {
1164 HDF_LOGE("%{public}s: invalid interface function OnEventServDiscReq ", __func__);
1169 wpaCallbackRet = serviceImpl->OnEventServDiscReq(serviceImpl, servDiscReqInfoParam, ifName);
H A Dwpa_callback_proxy.c.txt1566 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 Dwifi_hdi_wpa_p2p_impl.c257 g_hdiWpaP2pCallbackObj->OnEventServDiscReq = callback->OnEventServDiscReq; in InitHdiWpaP2pCallbackObj()
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl308OnEventServDiscReq([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 DIWpaCallback.idl308OnEventServDiscReq([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 Ddump.txt423 [mini, lite, full, callback] OnEventServDiscReq(
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c2348 … if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventServDiscReq == NULL) { in ProcessEventP2pServDiscReq()
2355 … ret = node->callbackObj->OnEventServDiscReq(node->callbackObj, &hdiP2pServDiscReqInfo, ifName); in ProcessEventP2pServDiscReq()