/foundation/communication/wifi_lite/interfaces/wifiservice/ |
D | wifi_hotspot.h | 98 WifiErrorCode GetHotspotConfig(HotspotConfig *result);
|
/foundation/communication/wifi/wifi/interfaces/kits/c/ |
D | wifi_hotspot.h | 98 WifiErrorCode GetHotspotConfig(HotspotConfig *result);
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/Mock/ |
D | mock_wifi_settings.h | 42 virtual int GetHotspotConfig(HotspotConfig &config, int id = 0) = 0; 72 MOCK_METHOD2(GetHotspotConfig, int(HotspotConfig &config, int id));
|
/foundation/communication/wifi/wifi/frameworks/js/napi/inc/ |
D | wifi_napi_hotspot.h | 29 napi_value GetHotspotConfig(napi_env env, napi_callback_info info);
|
/foundation/communication/wifi/wifi/frameworks/native/interfaces/ |
D | i_wifi_hotspot.h | 57 virtual ErrCode GetHotspotConfig(HotspotConfig &config) = 0;
|
/foundation/communication/wifi/wifi/interfaces/inner_api/ |
D | wifi_hotspot.h | 66 virtual ErrCode GetHotspotConfig(HotspotConfig &config) = 0;
|
/foundation/communication/wifi/wifi/frameworks/native/src/ |
D | wifi_hotspot_impl.h | 74 ErrCode GetHotspotConfig(HotspotConfig &config) override;
|
D | wifi_hotspot_impl.cpp | 112 ErrCode WifiHotspotImpl::GetHotspotConfig(HotspotConfig &config) in GetHotspotConfig() function in OHOS::Wifi::WifiHotspotImpl 116 return client_->GetHotspotConfig(config); in GetHotspotConfig()
|
D | wifi_hotspot_proxy.h | 54 ErrCode GetHotspotConfig(HotspotConfig &config) override;
|
D | wifi_hotspot_proxy.cpp | 176 ErrCode WifiHotspotProxy::GetHotspotConfig(HotspotConfig &result) in GetHotspotConfig() function in OHOS::Wifi::WifiHotspotProxy
|
/foundation/communication/wifi/wifi/test/fuzztest/frameworks/native/c_adapter/wifichotspot_fuzzer/ |
D | wifichotspot_fuzzer.cpp | 60 (void)GetHotspotConfig(&result); in GetHotspotConfigTest()
|
/foundation/communication/wifi/wifi/frameworks/native/c_adapter/src/ |
D | wifi_c_hotspot.cpp | 143 NO_SANITIZE("cfi") WifiErrorCode GetHotspotConfig(HotspotConfig *result) in GetHotspotConfig() function 148 OHOS::Wifi::ErrCode ret = hotspotPtr->GetHotspotConfig(hotspotConfig); in GetHotspotConfig()
|
/foundation/communication/wifi/wifi/test/wifi_standard/native/ |
D | wifi_c_hotspot_test.cpp | 62 GetHotspotConfig(&result); in GetHotspotConfigTests()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/ |
D | wifi_hotspot_service_impl.h | 63 ErrCode GetHotspotConfig(HotspotConfig &config) override;
|
D | wifi_config_center.cpp | 207 int WifiConfigCenter::GetHotspotConfig(HotspotConfig &config, int id) in GetHotspotConfig() function in OHOS::Wifi::WifiConfigCenter 209 return WifiSettings::GetInstance().GetHotspotConfig(config, id); in GetHotspotConfig()
|
D | wifi_config_center.h | 265 int GetHotspotConfig(HotspotConfig &config, int id = 0);
|
D | wifi_hotspot_service_impl.cpp | 118 ErrCode WifiHotspotServiceImpl::GetHotspotConfig(HotspotConfig &result) in GetHotspotConfig() function in OHOS::Wifi::WifiHotspotServiceImpl 135 WifiConfigCenter::GetInstance().GetHotspotConfig(result, m_id); in GetHotspotConfig() 178 WifiConfigCenter::GetInstance().GetHotspotConfig(configFromCenter, m_id); in SetHotspotConfig() 681 WifiConfigCenter::GetInstance().GetHotspotConfig(config); in ConfigInfoDump()
|
D | wifi_hotspot_stub.cpp | 159 ErrCode ret = GetHotspotConfig(hotspotConfig); in OnGetHotspotConfig()
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
D | ap_started_state_test.cpp | 295 EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0)) 335 …EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0)).WillRepeatedly… 338 EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0)) 368 …EXPECT_CALL(WifiSettings::GetInstance(), GetHotspotConfig(A<HotspotConfig &>(), 0)).WillRepeatedly…
|
/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifihotspotstub_fuzzer/ |
D | wifihotspotstub_fuzzer.cpp | 50 ErrCode GetHotspotConfig(HotspotConfig &config) override in GetHotspotConfig() function in OHOS::Wifi::WifiHotSpotStubFuzzTest
|
/foundation/communication/wifi/wifi/frameworks/native/ |
D | libwifi_sdk.map | 32 GetHotspotConfig;
|
/foundation/communication/wifi/wifi/frameworks/js/napi/src/ |
D | wifi_napi_hotspot.cpp | 209 NO_SANITIZE("cfi") napi_value GetHotspotConfig(napi_env env, napi_callback_info info) in GetHotspotConfig() function 214 ErrCode ret = wifiHotspotPtr->GetHotspotConfig(config); in GetHotspotConfig()
|
D | wifi_napi_entry.cpp | 341 DECLARE_NAPI_FUNCTION("getHotspotConfig", GetHotspotConfig), in Init()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/ |
D | ap_started_state.cpp | 199 if (WifiSettings::GetInstance().GetHotspotConfig(m_hotspotConfig, m_id)) { in SetConfig()
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/ |
D | wifi_settings.h | 544 int GetHotspotConfig(HotspotConfig &config, int id = 0);
|