Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/interfaces/innerkits/include/
H A Dcgroup_sched.h28 extern "C" void CgroupSchedDispatch(uint32_t resType, int64_t value, const nlohmann::json& payload);
/ohos5.0/foundation/resourceschedule/resource_schedule_service/ressched/services/resschedmgr/resschedfwk/src/
H A Dres_sched_mgr.cpp204 CgroupSchedDispatch(resType, value, payload); in DispatchResourceInner()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dsched_controller.cpp480 extern "C" void CgroupSchedDispatch(uint32_t resType, int64_t value, const nlohmann::json& payload) in CgroupSchedDispatch() function