Home
last modified time | relevance | path

Searched refs:GetBackgroundTaskApp (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/include/
H A Dbase_network_strategy.h119 ErrCode GetBackgroundTaskApp();
H A Drunning_lock_strategy.h97 ErrCode GetBackgroundTaskApp();
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp176 if (GetForegroundApplications() !=ERR_OK || GetBackgroundTaskApp() != ERR_OK || in InitNetLimitedAppInfo()
211 ErrCode BaseNetworkStrategy::GetBackgroundTaskApp() in GetBackgroundTaskApp() function in OHOS::DevStandbyMgr::BaseNetworkStrategy
H A Drunning_lock_strategy.cpp171 if (GetForegroundApplications() !=ERR_OK || GetBackgroundTaskApp() != ERR_OK || in InitProxiedAppInfo()
273 ErrCode RunningLockStrategy::GetBackgroundTaskApp() in GetBackgroundTaskApp() function in OHOS::DevStandbyMgr::RunningLockStrategy
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_strategy_test.cpp187 EXPECT_EQ(runningLockStrategy->GetBackgroundTaskApp(), ERR_OK);