Searched refs:qosId (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/src/ |
H A D | socperf_thread_wrap.cpp | 214 std::vector<int32_t> qosId; in SendResStatusToPerfSo() local 227 qosId.push_back(resId); in SendResStatusToPerfSo() 239 ReportToPerfSo(qosId, value, endTime); in SendResStatusToPerfSo() 249 if (qosId.size() > 0) { in ReportToPerfSo() 250 socPerfConfig_.reportFunc_(qosId, value, endTime, ""); in ReportToPerfSo() 252 for (unsigned long i = 0; i < qosId.size(); i++) { in ReportToPerfSo() 253 log.append(",[id:").append(std::to_string(qosId[i])); in ReportToPerfSo() 264 if (qosId.size() > 0) { in ReportToRssExe() 266 payload[QOSID_STRING] = qosId; in ReportToRssExe() 271 for (unsigned long i = 0; i < qosId.size(); i++) { in ReportToRssExe() [all …]
|
/ohos5.0/foundation/resourceschedule/soc_perf/services/core/include/ |
H A D | socperf_thread_wrap.h | 91 …void ReportToPerfSo(std::vector<int32_t>& qosId, std::vector<int64_t>& value, std::vector<int64_t>… 92 …void ReportToRssExe(std::vector<int32_t>& qosId, std::vector<int64_t>& value, std::vector<int64_t>…
|