Searched refs:GetAndCreateAppInfo (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/resourceschedule/device_standby/plugins/test/unittest/ |
H A D | standby_plugin_strategy_test.cpp | 91 runningLockStrategy->GetAndCreateAppInfo(uid, pid, bundleName); 94 runningLockStrategy->GetAndCreateAppInfo(uid, pid, bundleName);
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/include/ |
H A D | base_network_strategy.h | 129 void GetAndCreateAppInfo(uint32_t uid, const std::string& bundleName);
|
H A D | running_lock_strategy.h | 104 void GetAndCreateAppInfo(uint32_t uid, uint32_t pid, const std::string& bundleName);
|
/ohos5.0/foundation/resourceschedule/device_standby/plugins/strategy/src/ |
H A D | base_network_strategy.cpp | 424 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 D | running_lock_strategy.cpp | 492 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()
|