Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp111 reportSysEventFunc_ = in LoadUtilsExtra()
113 if (!reportSysEventFunc_) { in LoadUtilsExtra()
144 if (!reportSysEventFunc_) { in ReportSysEvent()
148 reportSysEventFunc_(app, pr, resType, state); in ReportSysEvent()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/include/
H A Dressched_utils.h53 reportSysEventFunc_ = nullptr; in ~ResSchedUtils()
65 ReportSysEventFunc reportSysEventFunc_ = nullptr; variable