Home
last modified time | relevance | path

Searched refs:StaService (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service.cpp61 StaService::StaService(int instId) in StaService() function in OHOS::Wifi::StaService
71 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 …]
H A Dsta_service.h32 class StaService {
33 FRIEND_GTEST(StaService);
35 explicit StaService(int instId = 0);
36 virtual ~StaService();
H A Dsta_interface.h25 class StaService; variable
374 StaService *pStaService;
H A Dsta_interface.cpp503 pStaService = new (std::nothrow) StaService(m_instId); in InitStaServiceLocked()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/Mock/
H A Dmock_sta_service.h23 class MockWifiStaService : public StaService {
/ohos5.0/foundation/communication/wifi/wifi/test/fuzztest/wifi_sta/wifistaserver_fuzzer/
H A Dwifistaserver_fuzzer.cpp45 static std::unique_ptr<StaService> pStaService = nullptr;
64 pStaService = std::make_unique<StaService>(); in InitParam()
/ohos5.0/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/wifi_sta/
H A Dsta_service_test.cpp55 pStaService = std::make_unique<StaService>(); in SetUp()
134 std::unique_ptr<StaService> pStaService;
H A Dsta_state_machine_test.cpp81 pStaService = std::make_unique<StaService>(); in SetUp()
94 std::unique_ptr<StaService> pStaService;