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 D | wifi_hdi_wpa_callback.h | 45 int32_t OnEventDeviceFound(struct IWpaCallback *self,
|
H A D | wifi_hdi_wpa_client.cpp | 966 cWifiHdiWpaCallback.OnEventDeviceFound = OnEventDeviceFound; in ReqP2pRegisterCallback()
|
H A D | wifi_hdi_wpa_callback.cpp | 447 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 D | wifi_hdi_wpa_callback_test.cpp | 123 int32_t result = OnEventDeviceFound(nullptr, &deviceInfoParam, "wlan0"); 125 result = OnEventDeviceFound(nullptr, nullptr, "wlan0");
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 224 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 D | wifi_hdi_wpa_p2p_impl.c | 244 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 D | iwpa_callback.h.txt | 113 …int32_t (*OnEventDeviceFound)(struct IWpaCallback *self, const struct HdiP2pDeviceInfoParam* devic…
|
H A D | wpa_callback_service.c.txt | 205 service->interface.OnEventDeviceFound = WpaCallbackOnEventDeviceFound;
|
H A D | wpa_callback_stub.c.txt | 529 if (serviceImpl->OnEventDeviceFound == NULL) { 530 HDF_LOGE("%{public}s: invalid interface function OnEventDeviceFound ", __func__); 535 wpaCallbackRet = serviceImpl->OnEventDeviceFound(serviceImpl, deviceInfoParam, ifName);
|
H A D | wpa_callback_proxy.c.txt | 1554 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 D | wifi_hdi_wpa_p2p_impl_test.cpp | 359 callback.OnEventDeviceFound = nullptr;
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 172 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 D | IWpaCallback.idl | 172 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 D | dump.txt | 377 [mini, lite, full, callback] OnEventDeviceFound(
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.c | 2132 … if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventDeviceFound == NULL) { in ProcessEventP2pDeviceFound() 2139 ret = node->callbackObj->OnEventDeviceFound(node->callbackObj, &hdiP2pDeviceInfo, ifName); in ProcessEventP2pDeviceFound()
|