Searched refs:OnEventStaConnectState (Results 1 – 14 of 14) sorted by relevance
/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 | 222 int32_t result = OnEventStaConnectState(nullptr, &staConnectStateParam, "wlan0"); 224 result = OnEventStaConnectState(nullptr, nullptr, "wlan0"); 234 int32_t result = OnEventStaConnectState(nullptr, &staConnectStateParam, "wlan0"); 238 result = OnEventStaConnectState(nullptr, &staConnectStateParam, "wlan0"); 241 result = OnEventStaConnectState(nullptr, nullptr, "wlan0");
|
/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 | 72 int32_t OnEventStaConnectState(struct IWpaCallback *self,
|
H A D | wifi_hdi_wpa_client.cpp | 981 cWifiHdiWpaCallback.OnEventStaConnectState = OnEventStaConnectState; in ReqP2pRegisterCallback()
|
H A D | wifi_hdi_wpa_callback.cpp | 795 int32_t OnEventStaConnectState(struct IWpaCallback *self, in OnEventStaConnectState() function
|
/ohos5.0/drivers/peripheral/wlan/test/hdi_service/ |
H A D | p2p_callback_impl.c | 238 service->interface.OnEventStaConnectState = P2pCallbackStaConnectState; 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 | 152 int32_t (*OnEventStaConnectState)(struct IWpaCallback *self,
|
H A D | wpa_callback_service.c.txt | 219 service->interface.OnEventStaConnectState = WpaCallbackOnEventStaConnectState;
|
H A D | wpa_callback_stub.c.txt | 1275 if (serviceImpl->OnEventStaConnectState == NULL) { 1276 HDF_LOGE("%{public}s: invalid interface function OnEventStaConnectState ", __func__); 1281 wpaCallbackRet = serviceImpl->OnEventStaConnectState(serviceImpl, staConnectStateParam, ifName);
|
H A D | wpa_callback_proxy.c.txt | 1568 impl->OnEventStaConnectState = WpaCallbackProxyOnEventStaConnectState;
|
/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 | 259 g_hdiWpaP2pCallbackObj->OnEventStaConnectState = callback->OnEventStaConnectState; in InitHdiWpaP2pCallbackObj()
|
/ohos5.0/drivers/interface/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 330 …OnEventStaConnectState([in] struct HdiP2pStaConnectStateParam staConnectStateParam, [in] String if…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/foo/wlan/wpa/v1_0/ |
H A D | IWpaCallback.idl | 330 …OnEventStaConnectState([in] struct HdiP2pStaConnectStateParam staConnectStateParam, [in] String if…
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/wlan_wpa_v1_0/dump_ast_target/ |
H A D | dump.txt | 431 [mini, lite, full, callback] OnEventStaConnectState(
|
/ohos5.0/drivers/peripheral/wlan/wpa/interfaces/hdi_service/service_common/ |
H A D | wpa_p2p_cmd.c | 2384 …if (node == NULL || node->callbackObj == NULL || node->callbackObj->OnEventStaConnectState == NULL… in ProcessEventP2pStaConnectState() 2391 …ret = node->callbackObj->OnEventStaConnectState(node->callbackObj, &hdiP2pStaConnectStateParam, if… in ProcessEventP2pStaConnectState()
|