Searched refs:softapmode (Results 1 – 2 of 2) sorted by relevance
201 … SoftApManager *softapmode = new (std::nothrow) SoftApManager(SoftApManager::Role::ROLE_SOFTAP, 0); in SoftapToggledTest1() local202 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() local239 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() local285 softapmode->pSoftapManagerMachine = new MockSoftapManagerStateMachine(); in SoftApIdExistTest()286 pWifiControllerMachine->softapManagers.push_back(softapmode); in SoftApIdExistTest()
489 SoftApManager *softapmode = new (std::nothrow) SoftApManager(role, id); in MakeSoftapManager() local490 …softapmode->RegisterCallback(WifiManager::GetInstance().GetWifiTogglerManager()->GetSoftApCallback… in MakeSoftapManager()491 softapmode->InitSoftapManager(); in MakeSoftapManager()493 softapManagers.push_back(softapmode); in MakeSoftapManager()