Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/
H A Dstandby_plugin_strategy_test.cpp91 runningLockStrategy->GetAndCreateAppInfo(uid, pid, bundleName);
94 runningLockStrategy->GetAndCreateAppInfo(uid, pid, bundleName);
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/include/
H A Dbase_network_strategy.h129 void GetAndCreateAppInfo(uint32_t uid, const std::string& bundleName);
H A Drunning_lock_strategy.h104 void GetAndCreateAppInfo(uint32_t uid, uint32_t pid, const std::string& bundleName);
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/
H A Dbase_network_strategy.cpp424 GetAndCreateAppInfo(uid, bundleName); in HandleProcessStatusChanged()
445 GetAndCreateAppInfo(uid, bundleName); in AddExemptionFlag()
538 void BaseNetworkStrategy::GetAndCreateAppInfo(uint32_t uid, const std::string& bundleName) in GetAndCreateAppInfo() function in OHOS::DevStandbyMgr::BaseNetworkStrategy
H A Drunning_lock_strategy.cpp492 void RunningLockStrategy::GetAndCreateAppInfo(uint32_t uid, uint32_t pid, const std::string& bundle… in GetAndCreateAppInfo() function in OHOS::DevStandbyMgr::RunningLockStrategy
575 GetAndCreateAppInfo(uid, pid, bundleName); in HandleProcessStatusChanged()