Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp99 dispatchResourceExtFunc_ = in LoadUtilsExtra()
101 if (!dispatchResourceExtFunc_) { in LoadUtilsExtra()
191 if (!dispatchResourceExtFunc_) { in DispatchResourceExt()
195 dispatchResourceExtFunc_(resType, value, payload); in DispatchResourceExt()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/include/
H A Dressched_utils.h66 DispatchResourceExtFunc dispatchResourceExtFunc_ = nullptr; variable