Home
last modified time | relevance | path

Searched refs:GetHotspotConfig (Results 1 – 25 of 29) sorted by relevance

12

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/
H A Dmock_wifi_settings.h40 virtual int GetHotspotConfig(HotspotConfig &config, int id = 0) = 0;
57 MOCK_METHOD2(GetHotspotConfig, int(HotspotConfig &config, int id));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state_test.cpp188 EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0))
224 …EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0)).WillRepeatedly…
227 EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0))
243 …EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0)).WillRepeatedly…
428 EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(_, 0)).WillRepeatedly(Return(0));
451 EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(_, 0)).WillRepeatedly(Return(1));
537 EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(_, 0))
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_started_state.cpp81 WifiSettings::GetInstance().GetHotspotConfig(m_hotspotConfig, m_id); in GoOutState()
142 WifiSettings::GetInstance().GetHotspotConfig(curApConfig, m_id); in UpdatMacAddress()
176 WifiSettings::GetInstance().GetHotspotConfig(hotspotConfig, m_id); in SetConfig()
200 if (WifiSettings::GetInstance().GetHotspotConfig(m_hotspotConfig, m_id)) { in SetConfig()
482 WifiSettings::GetInstance().GetHotspotConfig(m_hotspotConfig, m_id); in ProcessCmdHotspotChannelChanged()
H A Dap_state_machine.cpp125 WifiSettings::GetInstance().GetHotspotConfig(hotspotConfig, m_id); in StartDhcpServer()
/ohos5.0/foundation/communication/wifi_lite/interfaces/wifiservice/
H A Dwifi_hotspot.h98 WifiErrorCode GetHotspotConfig(HotspotConfig *result);
/ohos5.0/foundation/communication/wifi/wifi/interfaces/kits/c/
H A Dwifi_hotspot.h98 WifiErrorCode GetHotspotConfig(HotspotConfig *result);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/inc/
H A Dwifi_napi_hotspot.h29 napi_value GetHotspotConfig(napi_env env, napi_callback_info info);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp116 ErrCode WifiHotspotImpl::GetHotspotConfig(HotspotConfig &config) in GetHotspotConfig() function in OHOS::Wifi::WifiHotspotImpl
120 return client_->GetHotspotConfig(config); in GetHotspotConfig()
H A Dwifi_hotspot_impl.h73 ErrCode GetHotspotConfig(HotspotConfig &config) override;
H A Dwifi_hotspot_proxy.h54 ErrCode GetHotspotConfig(HotspotConfig &config) override;
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/
H A Dwifi_c_hotspot.cpp145 NO_SANITIZE("cfi") WifiErrorCode GetHotspotConfig(HotspotConfig *result) in GetHotspotConfig() function
150 OHOS::Wifi::ErrCode ret = hotspotPtr->GetHotspotConfig(hotspotConfig); in GetHotspotConfig()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot.h57 virtual ErrCode GetHotspotConfig(HotspotConfig &config) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h64 virtual ErrCode GetHotspotConfig(HotspotConfig &config) = 0;
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/
H A Dwifichotspot_fuzzer.cpp60 (void)GetHotspotConfig(&result); in GetHotspotConfigTest()
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-minichip-subsys-communication.md55 | GetHotspotConfig | 获取指定的热点配置。 |
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.cpp122 ErrCode WifiHotspotServiceImpl::GetHotspotConfig(HotspotConfig &result) in GetHotspotConfig() function in OHOS::Wifi::WifiHotspotServiceImpl
139 WifiSettings::GetInstance().GetHotspotConfig(result, m_id); in GetHotspotConfig()
182 WifiSettings::GetInstance().GetHotspotConfig(configFromCenter, m_id); in SetHotspotConfig()
716 WifiSettings::GetInstance().GetHotspotConfig(config); in ConfigInfoDump()
H A Dwifi_hotspot_service_impl.h63 ErrCode GetHotspotConfig(HotspotConfig &config) override;
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_c_hotspot_test.cpp62 GetHotspotConfig(&result); in GetHotspotConfigTests()
H A Dwifi_inner_hotspot_test.cpp74 ErrCode result = devicePtr->GetHotspotConfig(config);
/ohos5.0/foundation/communication/wifi/wifi/frameworks/js/napi/src/
H A Dwifi_napi_hotspot.cpp218 NO_SANITIZE("cfi") napi_value GetHotspotConfig(napi_env env, napi_callback_info info) in GetHotspotConfig() function
223 ErrCode ret = wifiHotspotPtr->GetHotspotConfig(config); in GetHotspotConfig()
H A Dwifi_napi_entry.cpp368 DECLARE_NAPI_FUNCTION("getHotspotConfig", GetHotspotConfig), in Init()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/
H A Dlibwifi_sdk.map33 GetHotspotConfig;
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/statistics/instant/
H A Dwifi_statistic.cpp99 wifiSoftApPtr->GetHotspotConfig(config); in GetSoftApInfo()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_settings.h193 int GetHotspotConfig(HotspotConfig &config, int id = 0);
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-minichip-subsys-communication.md55 | GetHotspotConfig | Obtains settings of a specified hotspot.|

12