Searched refs:CONCUR_LOGD (Results 1 - 6 of 6) sorted by relevance
/foundation/resourceschedule/qos_manager/qos/ |
H A D | qos.cpp | 41 CONCUR_LOGD("[Qos] qoslevel %{public}d apply for tid %{public}d disable", static_cast<int>(level), tid); in SetThreadQosForOtherThread() 52 CONCUR_LOGD("[Qos] qoslevel %{public}d apply for tid %{public}d success", qos, tid); in SetThreadQosForOtherThread() 54 CONCUR_LOGD("[Qos] qoslevel %{public}d apply for tid %{public}d failure", qos, tid); in SetThreadQosForOtherThread() 65 CONCUR_LOGD("[Qos] qoslevel reset disable for tid %{public}d.", tid); in ResetThreadQosForOtherThread() 71 CONCUR_LOGD("[Qos] qoslevel reset for tid %{public}d success", tid); in ResetThreadQosForOtherThread() 73 CONCUR_LOGD("[Qos] qoslevel reset for tid %{public}d failure", tid); in ResetThreadQosForOtherThread() 89 CONCUR_LOGD("[Qos] qoslevel get for tid %{public}d success", tid); in GetThreadQosForOtherThread() 93 CONCUR_LOGD("[Qos] qoslevel get for tid %{public}d failure", tid); in GetThreadQosForOtherThread()
|
/foundation/resourceschedule/qos_manager/frameworks/concurrent_task_client/src/ |
H A D | concurrent_task_service_proxy.cpp | 42 CONCUR_LOGD("ConcurrentTaskServiceProxy::ReportData success."); in ReportData() 103 CONCUR_LOGD("ConcurrentTaskServiceProxy::QueryDeadline success."); in QueryDeadline() 126 CONCUR_LOGD("ConcurrentTaskServiceProxy::RequestAuth success."); in RequestAuth()
|
H A D | concurrent_task_client.cpp | 34 CONCUR_LOGD("ConcurrentTaskClient::ReportData receive resType = %{public}u, value = %{public}" PRId64 ".", in ReportData() 129 CONCUR_LOGD("ConcurrentTaskClient::Connect concurrent task service success."); in TryConnect()
|
/foundation/resourceschedule/qos_manager/include/ |
H A D | concurrent_task_log.h | 34 #define CONCUR_LOGD(...) (void)HILOG_DEBUG(LOG_CORE, __VA_ARGS__) macro
|
/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 151 CONCUR_LOGD("Query ui with pid %{public}d failed", pid); in QueryUi() 169 CONCUR_LOGD("Query render with pid %{public}d failed", pid); in QueryRender() 314 CONCUR_LOGD("Query ipc thread with pid %{public}d failed", pid); in QueryHwc() 828 CONCUR_LOGD("set unified app rate %{public}d", appRate); in SetAppRate() 864 CONCUR_LOGD("FindRateFromInfo tid %{public}d is null", uiTid); in FindRateFromInfo() 880 CONCUR_LOGD("set rs rate %{public}d rtgId is %{public}d, old rate is %{public}d", in SetRenderServiceRate() 1092 CONCUR_LOGD("%{public}s", strLog.c_str()); in PrintKeyThreads()
|
H A D | concurrent_task_service_stub.cpp | 130 CONCUR_LOGD("ConcurrentTaskServiceStub::OnRemoteRequest, code = %{public}u, flags = %{public}d," in OnRemoteRequest()
|
Completed in 4 milliseconds