Home
last modified time | relevance | path

Searched refs:EnableHiLinkHandshake (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dista_service.h371 …virtual ErrCode EnableHiLinkHandshake(const WifiDeviceConfig &config, const std::string &bssid) = …
H A Dsta_interface.h363 …virtual ErrCode EnableHiLinkHandshake(const WifiDeviceConfig &config, const std::string &bssid) ov…
H A Dsta_service.h373 virtual ErrCode EnableHiLinkHandshake(const WifiDeviceConfig &config, const std::string &cmd);
H A Dsta_interface.cpp480 ErrCode StaInterface::EnableHiLinkHandshake(const WifiDeviceConfig &config, const std::string &bssi… in EnableHiLinkHandshake() function in OHOS::Wifi::StaInterface
485 pStaService->EnableHiLinkHandshake(config, bssid); in EnableHiLinkHandshake()
H A Dsta_service.cpp954 ErrCode StaService::EnableHiLinkHandshake(const WifiDeviceConfig &config, const std::string &cmd) in EnableHiLinkHandshake() function in OHOS::Wifi::StaService
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_sta_interface.cpp262 ErrCode StaInterface::EnableHiLinkHandshake(const WifiDeviceConfig &config, const std::string &bssi… in EnableHiLinkHandshake() function in OHOS::Wifi::StaInterface
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_device.h70 napi_value EnableHiLinkHandshake(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_device.h517 …virtual ErrCode EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceConfig &deviceCon…
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_device.h498 …virtual ErrCode EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceConfig &deviceCon…
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_device_impl.h525 …ErrCode EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceConfig &deviceConfig) ove…
H A Dwifi_device_impl.cpp567 ErrCode WifiDeviceImpl::EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceConfig &de… in EnableHiLinkHandshake() function in OHOS::Wifi::WifiDeviceImpl
571 return client_->EnableHiLinkHandshake(uiFlag, bssid, deviceConfig); in EnableHiLinkHandshake()
H A Dwifi_device_proxy.h515 …ErrCode EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceConfig &deviceConfig) ove…
H A Dwifi_device_proxy.cpp2168 ErrCode WifiDeviceProxy::EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceConfig &d… in EnableHiLinkHandshake() function in OHOS::Wifi::WifiDeviceProxy
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta_sa/
H A Dwifi_device_service_impl.h180 …ErrCode EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceConfig &deviceConfig) ove…
H A Dwifi_device_service_impl.cpp1906 ErrCode WifiDeviceServiceImpl::EnableHiLinkHandshake(bool uiFlag, std::string &bssid, WifiDeviceCon… in EnableHiLinkHandshake() function in OHOS::Wifi::WifiDeviceServiceImpl
1934 pService->EnableHiLinkHandshake(deviceConfig, cmd); in EnableHiLinkHandshake()
1942 pService->EnableHiLinkHandshake(deviceConfig, cmd); in EnableHiLinkHandshake()
H A Dwifi_device_stub.cpp1236 ErrCode ret = EnableHiLinkHandshake(uiFlag, bssid, deviceConfig); in OnEnableHiLinkHandshake()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service_test.cpp707 pStaService->EnableHiLinkHandshake(config, cmd); in EnableHiLinkHandshakeFailTest()
714 pStaService->EnableHiLinkHandshake(config, cmd); in EnableHiLinkHandshakeSuceessTest()
781 pStaService->EnableHiLinkHandshake(config, bssid); in EnableHiLinkHandshakeTest()
H A Dsta_interface_test.cpp368 pStaInterface->EnableHiLinkHandshake(config, bssid); in EnableHiLinkHandshakeSuceess()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_device.cpp574 NO_SANITIZE("cfi") WifiErrorCode EnableHiLinkHandshake(bool uiFlag, std::string &bssid, in EnableHiLinkHandshake() function
578 return GetCErrorCode(wifiDevicePtr->EnableHiLinkHandshake(uiFlag, bssid, deviceConfig)); in EnableHiLinkHandshake()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp168 pStaInterface->EnableHiLinkHandshake(config, conditionName); in StaServerFuzzTest()
196 pStaService->EnableHiLinkHandshake(config, conditionName); in StaServerFuzzTest()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_entry.cpp405 DECLARE_NAPI_FUNCTION("enableHiLinkHandshake", EnableHiLinkHandshake), in Init()
H A Dwifi_napi_device.cpp1656 NO_SANITIZE("cfi") napi_value EnableHiLinkHandshake(napi_env env, napi_callback_info info) in EnableHiLinkHandshake() function
1680 ErrCode ret = wifiDevicePtr->EnableHiLinkHandshake(uiFlag, bssid, deviceConfig); in EnableHiLinkHandshake()
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifidevicestub_fuzzer/
H A Dwifidevicestub_fuzzer.cpp1027 pWifiDeviceServiceImpl->EnableHiLinkHandshake(uiFlag, bssid, config); in EnableHiLinkHandshakeTest()