Home
last modified time | relevance | path

Searched refs:GetHotspotState (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/src/
H A Dwifi_hotspot_impl.cpp109 ErrCode WifiHotspotImpl::GetHotspotState(int &state) in GetHotspotState() function in OHOS::Wifi::WifiHotspotImpl
113 return client_->GetHotspotState(state); in GetHotspotState()
H A Dwifi_hotspot_impl.h65 ErrCode GetHotspotState(int &state) override;
H A Dwifi_hotspot_proxy.h62 ErrCode GetHotspotState(int &state) override;
H A Dwifi_hotspot_proxy.cpp142 ErrCode WifiHotspotProxy::GetHotspotState(int &state) in GetHotspotState() function in OHOS::Wifi::WifiHotspotProxy
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_multi_vap_manager.cpp99 int state = WifiConfigCenter::GetInstance().GetHotspotState(i); in CheckSoftApStarted()
/ohos5.0/foundation/communication/wifi/wifi/frameworks/native/interfaces/
H A Di_wifi_hotspot.h65 virtual ErrCode GetHotspotState(int &state) = 0;
/ohos5.0/foundation/communication/wifi/wifi/interfaces/inner_api/
H A Dwifi_hotspot.h56 virtual ErrCode GetHotspotState(int &state) = 0;
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap_sa/
H A Dwifi_hotspot_service_impl.h55 ErrCode GetHotspotState(int &state) override;
H A Dwifi_hotspot_service_impl.cpp105 ErrCode WifiHotspotServiceImpl::GetHotspotState(int &state) in GetHotspotState() function in OHOS::Wifi::WifiHotspotServiceImpl
118 state = WifiConfigCenter::GetInstance().GetHotspotState(m_id); in GetHotspotState()
H A Dwifi_hotspot_stub.cpp153 ErrCode ret = GetHotspotState(state); in OnGetApStateWifi()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h128 virtual int GetHotspotState(int id = 0) = 0;
238 MOCK_METHOD1(GetHotspotState, int(int id));
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/native/
H A Dwifi_inner_hotspot_test.cpp64 ErrCode result = devicePtr->GetHotspotState(state);
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/Mock/
H A Dmock_wifi_settings.h201 virtual int GetHotspotState(int id = 0) = 0;
370 MOCK_METHOD1(GetHotspotState, int(int id));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h190 int GetHotspotState(int id = 0);
H A Dwifi_config_center.cpp693 int WifiConfigCenter::GetHotspotState(int id) in GetHotspotState() function in OHOS::Wifi::WifiConfigCenter