Home
last modified time | relevance | path

Searched refs:OnEventDeviceFound (Results 1 – 15 of 15) 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.h45 int32_t OnEventDeviceFound(struct IWpaCallback *self,
H A Dwifi_hdi_wpa_client.cpp966 cWifiHdiWpaCallback.OnEventDeviceFound = OnEventDeviceFound; in ReqP2pRegisterCallback()
H A Dwifi_hdi_wpa_callback.cpp447 int32_t OnEventDeviceFound(struct IWpaCallback *self, in OnEventDeviceFound() 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.cpp123 int32_t result = OnEventDeviceFound(nullptr, &deviceInfoParam, "wlan0");
125 result = OnEventDeviceFound(nullptr, nullptr, "wlan0");
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/
H A Dp2p_callback_impl.c224 service->interface.OnEventDeviceFound = P2pCallbackDeviceFound; in P2pCallbackServiceGet()
/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.c244 g_hdiWpaP2pCallbackObj->OnEventDeviceFound = callback->OnEventDeviceFound; in InitHdiWpaP2pCallbackObj()
267 if (callback == NULL || callback->OnEventDeviceFound == NULL) { in RegisterHdiWpaP2pEventCallback()
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/c_target/wlan/wpa/v1_0/
H A Diwpa_callback.h.txt113 …int32_t (*OnEventDeviceFound)(struct IWpaCallback *self, const struct HdiP2pDeviceInfoParam* devic…
H A Dwpa_callback_service.c.txt205 service->interface.OnEventDeviceFound = WpaCallbackOnEventDeviceFound;
H A Dwpa_callback_stub.c.txt529 if (serviceImpl->OnEventDeviceFound == NULL) {
530 HDF_LOGE("%{public}s: invalid interface function OnEventDeviceFound ", __func__);
535 wpaCallbackRet = serviceImpl->OnEventDeviceFound(serviceImpl, deviceInfoParam, ifName);
H A Dwpa_callback_proxy.c.txt1554 impl->OnEventDeviceFound = WpaCallbackProxyOnEventDeviceFound;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_native/client/hdi_client/hdi_interface/
H A Dwifi_hdi_wpa_p2p_impl_test.cpp359 callback.OnEventDeviceFound = nullptr;
/ohos5.0/drivers/interface/wlan/wpa/v1_0/
H A DIWpaCallback.idl172 OnEventDeviceFound([in] struct HdiP2pDeviceInfoParam deviceInfoParam, [in] String ifName);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/
H A DIWpaCallback.idl172 OnEventDeviceFound([in] struct HdiP2pDeviceInfoParam deviceInfoParam, [in] String ifName);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/
H A Ddump.txt377 [mini, lite, full, callback] OnEventDeviceFound(
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/
H A Dwpa_p2p_cmd.c2132 … if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventDeviceFound == NULL) { in ProcessEventP2pDeviceFound()
2139 ret = node->callbackObj->OnEventDeviceFound(node->callbackObj, &hdiP2pDeviceInfo, ifName); in ProcessEventP2pDeviceFound()