Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/include/
H A Dbg_efficiency_resources_mgr.h95 … std::vector<int32_t> QueryRunningResourcesApply(const int32_t uid, const std::string &bundleName);
/ohos5.0/foundation/resourceschedule/device_standby/services/core/include/
H A Dstandby_service_impl.h159 … std::vector<int32_t> QueryRunningResourcesApply(const int32_t uid, const std::string& bundleName);
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp788 const std::vector<int32_t>& resourcesApply = QueryRunningResourcesApply(uid, bundleName); in GetExemptedResourceType()
817 std::vector<int32_t> BgEfficiencyResourcesMgr::QueryRunningResourcesApply(const int32_t uid, in QueryRunningResourcesApply() function in OHOS::BackgroundTaskMgr::BgEfficiencyResourcesMgr
/ohos5.0/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbg_efficiency_resources_mgr_test.cpp547 EXPECT_TRUE(!bgEfficiencyResourcesMgr_->QueryRunningResourcesApply(0, "bundleName").empty());
/ohos5.0/foundation/resourceschedule/device_standby/services/core/src/
H A Dstandby_service_impl.cpp496 const std::vector<int32_t>& resourcesApply = QueryRunningResourcesApply(uid, bundleName); in GetExemptedResourceType()
522 std::vector<int32_t> StandbyServiceImpl::QueryRunningResourcesApply(const int32_t uid, const std::s… in QueryRunningResourcesApply() function in OHOS::DevStandbyMgr::StandbyServiceImpl