Home
last modified time | relevance | path

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

/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/
H A Dressched_utils.cpp53 reportFunc_ = reinterpret_cast<ReportDataFunc>(dlsym(handle, "ReportDataInProcess")); in LoadUtils()
54 if (!reportFunc_) { in LoadUtils()
130 if (!reportFunc_) { in ReportDataInProcess()
134 reportFunc_(resType, value, payload); in ReportDataInProcess()
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/utils/include/
H A Dressched_utils.h53 reportFunc_ = nullptr; in ~ResSchedUtils()
66 ReportDataFunc reportFunc_ = nullptr; member in OHOS::ResourceSchedule::ResSchedUtils
/foundation/resourceschedule/soc_perf/services/core/include/
H A Dsocperf_config.h36 ReportDataFunc reportFunc_ = nullptr; member in OHOS::SOCPERF::SocPerfConfig
/foundation/resourceschedule/soc_perf/services/core/src/
H A Dsocperf_config.cpp198 if (reportFunc_ != nullptr) { in InitPerfFunc()
208 reportFunc_ = reinterpret_cast<ReportDataFunc>(dlsym(g_handle, perfSoFunc)); in InitPerfFunc()
209 if (reportFunc_ == nullptr) { in InitPerfFunc()
H A Dsocperf_thread_wrap.cpp215 if (!socPerfConfig_.reportFunc_) { in SendResStatusToPerfSo()
255 socPerfConfig_.reportFunc_(qosId, value, endTime, ""); in ReportToPerfSo()

Completed in 4 milliseconds