Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/background_task_mgr/services/efficiency_resources/src/
H A Dbg_efficiency_resources_mgr.cpp353 …sptr<EfficiencyResourceInfo> procResourceInfo = new (std::nothrow) EfficiencyResourceInfo(*resourc… in ApplyResourceForPkgAndProc() local
354 procResourceInfo->SetResourceNumber(ResourceType::CPU); in ApplyResourceForPkgAndProc()
355 SendResourceApplyTask(uid, pid, bundleName, procResourceInfo); in ApplyResourceForPkgAndProc()