Home
last modified time | relevance | path

Searched refs:reportFunc_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/
H A Dressched_utils.cpp53 reportFunc_ = reinterpret_cast<ReportDataFunc>(dlsym(handle, "ReportDataInProcess")); in LoadUtils()
54 if (!reportFunc_) { in LoadUtils()
126 if (!reportFunc_) { in ReportDataInProcess()
130 reportFunc_(resType, value, payload); in ReportDataInProcess()
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/utils/include/
H A Dressched_utils.h51 reportFunc_ = nullptr; in ~ResSchedUtils()
63 ReportDataFunc reportFunc_ = nullptr; variable
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h36 ReportDataFunc reportFunc_ = nullptr;
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_thread_wrap.cpp246 if (!socPerfConfig_.reportFunc_) { in ReportToPerfSo()
250 socPerfConfig_.reportFunc_(qosId, value, endTime, ""); in ReportToPerfSo()
H A Dsocperf_config.cpp162 reportFunc_ = reinterpret_cast<ReportDataFunc>(dlsym(g_handle, perfSoFunc)); in InitPerfFunc()
163 if (reportFunc_ == nullptr) { in InitPerfFunc()