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/
H A Dressched_utils.cpp65reportAppStateFunc_ = reinterpret_cast<ReportAppStateFunc>(dlsym(handle, "ReportAppStateInProcess"… in LoadUtils()
66 if (!reportAppStateFunc_) { in LoadUtils()
200 if (!reportAppStateFunc_) { in ReportAppStateInProcess()
204 reportAppStateFunc_(state, pid); in ReportAppStateInProcess()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/include/
H A Dressched_utils.h67 ReportAppStateFunc reportAppStateFunc_ = nullptr; variable