Home
last modified time | relevance | path

Searched refs:fgApps (Results 1 - 5 of 5) sorted by relevance

/foundation/resourceschedule/device_standby/services/core/src/
H A Dapp_mgr_helper.cpp45 bool WEAK_FUNC AppMgrHelper::GetForegroundApplications(std::vector<AppExecFwk::AppStateData> &fgApps) in GetForegroundApplications() argument
51 if (appMgrProxy_->GetForegroundApplications(fgApps) != ERR_OK) { in GetForegroundApplications()
/foundation/resourceschedule/device_standby/services/core/include/
H A Dapp_mgr_helper.h52 bool GetForegroundApplications(std::vector<AppExecFwk::AppStateData> &fgApps);
/foundation/resourceschedule/device_standby/services/test/unittest/mock/
H A Dmock_helper.cpp86 bool AppMgrHelper::GetForegroundApplications(std::vector<AppExecFwk::AppStateData>& fgApps) in GetForegroundApplications() argument
/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp205 std::vector<AppExecFwk::AppStateData> fgApps {}; in GetForegroundApplications()
206 if (!AppMgrHelper::GetInstance()->GetForegroundApplications(fgApps)) { in GetForegroundApplications()
210 for (const auto& appInfo : fgApps) { in GetForegroundApplications()
H A Drunning_lock_strategy.cpp258 std::vector<AppExecFwk::AppStateData> fgApps {}; in GetForegroundApplications()
259 if (!AppMgrHelper::GetInstance()->GetForegroundApplications(fgApps)) { in GetForegroundApplications()
264 for (const auto& appInfo : fgApps) { in GetForegroundApplications()

Completed in 7 milliseconds