Searched refs:CONCUR_LOGD (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/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),… 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()
|
/ohos5.0/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}" PRI… in ReportData() 129 CONCUR_LOGD("ConcurrentTaskClient::Connect concurrent task service success."); in TryConnect()
|
/ohos5.0/foundation/resourceschedule/qos_manager/include/ |
H A D | concurrent_task_log.h | 34 #define CONCUR_LOGD(...) (void)HILOG_DEBUG(LOG_CORE, __VA_ARGS__) macro
|
/ohos5.0/foundation/resourceschedule/qos_manager/services/src/ |
H A D | concurrent_task_controller.cpp | 154 CONCUR_LOGD("Query ui with pid %{public}d failed", pid); in QueryUi() 172 CONCUR_LOGD("Query render with pid %{public}d failed", pid); in QueryRender() 317 CONCUR_LOGD("Query ipc thread with pid %{public}d failed", pid); in QueryHwc() 678 … CONCUR_LOGD("video app bundleName %{public}s get focus", appBundleName[pid].c_str()); in FocusStatusProcess() 846 CONCUR_LOGD("set unified app rate %{public}d", appRate); in SetAppRate() 898 CONCUR_LOGD("set rs rate %{public}d rtgId is %{public}d, old rate is %{public}d", in SetRenderServiceRate() 1137 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()
|