Home
last modified time | relevance | path

Searched refs:SetHotspotState (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine_test.cpp88 …EXPECT_CALL(WifiConfigCenter::GetInstance(), SetHotspotState(Eq(static_cast<int>(state)), 0)).Will… in WrapOnApStateChange()
94 …EXPECT_CALL(WifiConfigCenter::GetInstance(), SetHotspotState(Eq(static_cast<int>(state)), 0)).Will… in WrapOnApStateChangeFail()
H A Dap_started_state_test.cpp181 …EXPECT_CALL(WifiConfigCenter::GetInstance(), SetHotspotState(A<int>(), 0)).WillRepeatedly(Return(0…
207 …EXPECT_CALL(WifiConfigCenter::GetInstance(), SetHotspotState(A<int>(), 0)).WillRepeatedly(Return(0…
254 …EXPECT_CALL(WifiConfigCenter::GetInstance(), SetHotspotState(A<int>(), 0)).WillRepeatedly(Return(0…
264 …EXPECT_CALL(WifiConfigCenter::GetInstance(), SetHotspotState(A<int>(), 0)).WillRepeatedly(Return(0…
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_ap/
H A Dap_state_machine.cpp70 if (WifiConfigCenter::GetInstance().SetHotspotState(static_cast<int>(state), m_id)) { in OnApStateChange()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/Mock/
H A Dmock_wifi_config_center.h87 virtual int SetHotspotState(int state, int id = 0) = 0;
197 MOCK_METHOD2(SetHotspotState, int(int state, int id));
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_hotspot_manager.cpp88 WifiConfigCenter::GetInstance().SetHotspotState(static_cast<int>(ApState::AP_STATE_CLOSED), id); in CloseApService()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/config/
H A Dwifi_config_center.h192 int SetHotspotState(int state, int id = 0);
H A Dwifi_config_center.cpp704 int WifiConfigCenter::SetHotspotState(int state, int id) in SetHotspotState() function in OHOS::Wifi::WifiConfigCenter