Home
last modified time | relevance | path

Searched refs:appResourceInfo (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.cpp359 …sptr<EfficiencyResourceInfo> appResourceInfo = new (std::nothrow) EfficiencyResourceInfo(*resource… in ApplyResourceForPkgAndProc() local
360 appResourceInfo->SetResourceNumber(resourceNumber); in ApplyResourceForPkgAndProc()
361 appResourceInfo->SetProcess(false); in ApplyResourceForPkgAndProc()
362 SendResourceApplyTask(uid, pid, bundleName, appResourceInfo); in ApplyResourceForPkgAndProc()