Home
last modified time | relevance | path

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

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/include/
H A Dressched_utils.h31 using ReportAppStateFunc = void (*)(int32_t state, int32_t pid); variable
67 ReportAppStateFunc reportAppStateFunc_ = nullptr;
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp65 …reportAppStateFunc_ = reinterpret_cast<ReportAppStateFunc>(dlsym(handle, "ReportAppStateInProcess"… in LoadUtils()