Home
last modified time | relevance | path

Searched refs:WifiCommonServiceManager (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_sub_manage/
H A Dwifi_common_service_manager.cpp41 WifiCommonServiceManager &WifiCommonServiceManager::GetInstance() in GetInstance()
43 static WifiCommonServiceManager gWifiCommonServiceManager; in GetInstance()
47 WifiCommonServiceManager::WifiCommonServiceManager() in WifiCommonServiceManager() function in OHOS::Wifi::WifiCommonServiceManager
50 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 …]
H A Dwifi_common_service_manager.h37 class WifiCommonServiceManager {
39 static WifiCommonServiceManager &GetInstance();
40 ~WifiCommonServiceManager();
72 WifiCommonServiceManager();
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/
H A Dwifi_manager.cpp70 mInitStatus = WifiCommonServiceManager::GetInstance().Init(); in Init()