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 D | ap_state_machine_test.cpp | 88 …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 D | ap_started_state_test.cpp | 181 …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 D | ap_state_machine.cpp | 70 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 D | mock_wifi_config_center.h | 87 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 D | wifi_hotspot_manager.cpp | 88 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 D | wifi_config_center.h | 192 int SetHotspotState(int state, int id = 0);
|
H A D | wifi_config_center.cpp | 704 int WifiConfigCenter::SetHotspotState(int state, int id) in SetHotspotState() function in OHOS::Wifi::WifiConfigCenter
|