Home
last modified time | relevance | path

Searched refs:softapmode (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine_test.cpp201 … SoftApManager *softapmode = new (std::nothrow) SoftApManager(SoftApManager::Role::ROLE_SOFTAP, 0); in SoftapToggledTest1() local
202 softapmode->pSoftapManagerMachine = new MockSoftapManagerStateMachine(); in SoftapToggledTest1()
203 pWifiControllerMachine->softapManagers.push_back(softapmode); in SoftapToggledTest1()
238 …SoftApManager *softapmode = new (std::nothrow) SoftApManager(SoftApManager::Role::ROLE_HAS_REMOVED… in ApStartFailureTest() local
239 softapmode->pSoftapManagerMachine = new MockSoftapManagerStateMachine(); in ApStartFailureTest()
240 pWifiControllerMachine->softapManagers.push_back(softapmode); in ApStartFailureTest()
284 … SoftApManager *softapmode = new (std::nothrow) SoftApManager(SoftApManager::Role::ROLE_SOFTAP, 0); in SoftApIdExistTest() local
285 softapmode->pSoftapManagerMachine = new MockSoftapManagerStateMachine(); in SoftApIdExistTest()
286 pWifiControllerMachine->softapManagers.push_back(softapmode); in SoftApIdExistTest()
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_controller/
H A Dwifi_controller_state_machine.cpp489 SoftApManager *softapmode = new (std::nothrow) SoftApManager(role, id); in MakeSoftapManager() local
490softapmode->RegisterCallback(WifiManager::GetInstance().GetWifiTogglerManager()->GetSoftApCallback… in MakeSoftapManager()
491 softapmode->InitSoftapManager(); in MakeSoftapManager()
493 softapManagers.push_back(softapmode); in MakeSoftapManager()