Searched refs:WifiCommonServiceManager (Results 1 – 3 of 3) sorted by relevance
41 WifiCommonServiceManager &WifiCommonServiceManager::GetInstance() in GetInstance()43 static WifiCommonServiceManager gWifiCommonServiceManager; in GetInstance()47 WifiCommonServiceManager::WifiCommonServiceManager() in WifiCommonServiceManager() function in OHOS::Wifi::WifiCommonServiceManager50 WifiCommonServiceManager::~WifiCommonServiceManager() in ~WifiCommonServiceManager()55 void WifiCommonServiceManager::Exit() in Exit()59 InitStatus WifiCommonServiceManager::Init() in Init()68 std::bind(&WifiCommonServiceManager::OnForegroundAppChanged, this, _1, _2); in Init()82 std::bind(&WifiCommonServiceManager::OnTcpReportMsgComplete, this, _1, _2, _3); in Init()101 void WifiCommonServiceManager::OnForegroundAppChanged(const AppExecFwk::AppStateData &appStateData,… in OnForegroundAppChanged()109 bool WifiCommonServiceManager::OnRequestNetwork(const int uid, const int networkId) in OnRequestNetwork()[all …]
37 class WifiCommonServiceManager {39 static WifiCommonServiceManager &GetInstance();40 ~WifiCommonServiceManager();72 WifiCommonServiceManager();
70 mInitStatus = WifiCommonServiceManager::GetInstance().Init(); in Init()