Searched refs:StaService (Results 1 – 8 of 8) sorted by relevance
61 StaService::StaService(int instId) in StaService() function in OHOS::Wifi::StaService71 StaService::~StaService() in ~StaService()158 void StaService::GetStaControlInfo() in GetStaControlInfo()182 ErrCode StaService::EnableStaService() in EnableStaService()203 ErrCode StaService::DisableStaService() const in DisableStaService()521 ErrCode StaService::RemoveAllDevice() const in RemoveAllDevice()635 ErrCode StaService::ReAssociate() const in ReAssociate()669 ErrCode StaService::Disconnect() const in Disconnect()698 ErrCode StaService::CancelWps() const in CancelWps()752 ErrCode StaService::ReConnect() const in ReConnect()[all …]
32 class StaService {33 FRIEND_GTEST(StaService);35 explicit StaService(int instId = 0);36 virtual ~StaService();
25 class StaService; variable374 StaService *pStaService;
503 pStaService = new (std::nothrow) StaService(m_instId); in InitStaServiceLocked()
23 class MockWifiStaService : public StaService {
45 static std::unique_ptr<StaService> pStaService = nullptr;64 pStaService = std::make_unique<StaService>(); in InitParam()
55 pStaService = std::make_unique<StaService>(); in SetUp()134 std::unique_ptr<StaService> pStaService;
81 pStaService = std::make_unique<StaService>(); in SetUp()94 std::unique_ptr<StaService> pStaService;