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/include/
H A Dressched_utils.h29 using ReportSysEventFunc = void (*)(Application &app, ProcessRecord &pr, uint32_t resType, int32_t … variable
65 ReportSysEventFunc reportSysEventFunc_ = nullptr;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp112 reinterpret_cast<ReportSysEventFunc>(dlsym(handle, "ReportSysEvent")); in LoadUtilsExtra()