Searched refs:reportFunc_ (Results 1 – 5 of 5) sorted by relevance
53 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()
51 reportFunc_ = nullptr; in ~ResSchedUtils()63 ReportDataFunc reportFunc_ = nullptr; variable
36 ReportDataFunc reportFunc_ = nullptr;
246 if (!socPerfConfig_.reportFunc_) { in ReportToPerfSo()250 socPerfConfig_.reportFunc_(qosId, value, endTime, ""); in ReportToPerfSo()
162 reportFunc_ = reinterpret_cast<ReportDataFunc>(dlsym(g_handle, perfSoFunc)); in InitPerfFunc()163 if (reportFunc_ == nullptr) { in InitPerfFunc()