Home
last modified time | relevance | path

Searched refs:traceValue (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/device_security_level/services/dfx/
H A Ddslm_hitrace.cpp31 std::string traceValue = in DslmStartStateMachineTrace() local
34 StartTrace(HITRACE_TAG_DLSM, traceValue); in DslmStartStateMachineTrace()
44 …std::string traceValue = std::string(value) + "_" + std::to_string(owner) + "_" + std::to_string(c… in DslmStartProcessTraceAsync() local
45 StartAsyncTrace(HITRACE_TAG_DLSM, traceValue, cookie); in DslmStartProcessTraceAsync()
50 …std::string traceValue = std::string(value) + "_" + std::to_string(owner) + "_" + std::to_string(c… in DslmFinishProcessTraceAsync() local
51 FinishAsyncTrace(HITRACE_TAG_DLSM, traceValue, cookie); in DslmFinishProcessTraceAsync()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Drs_skia_memory_tracer.cpp131 TraceValue traceValue = ConvertUnits(typedValue.second); in LogOutput() local
132 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in LogOutput()
133 … log.AppendFormat(" %s: %.2f %s (%d %s)\n", typedValue.first.c_str(), traceValue.value, in LogOutput()
134 traceValue.units.c_str(), traceValue.count, entry); in LogOutput()
139 TraceValue traceValue = ConvertUnits(result->second); in LogOutput() local
140 const char* entry = (traceValue.count > 1) ? "entries" : "entry"; in LogOutput()
141 … log.AppendFormat(" %s: %.2f %s (%d %s)\n", namedItem.first.c_str(), traceValue.value, in LogOutput()
142 traceValue.units.c_str(), traceValue.count, entry); in LogOutput()
/ohos5.0/base/hiviewdfx/hitrace/interfaces/native/innerkits/src/
H A Dhitrace_meter.cpp774 std::string traceValue = value; in StartTraceWrapper() local
775 StartTrace(label, traceValue); in StartTraceWrapper()
848 std::string traceValue = value; in StartAsyncTraceWrapper() local
849 StartAsyncTrace(label, traceValue, taskId); in StartAsyncTraceWrapper()
910 std::string traceValue = value; in FinishAsyncTraceWrapper() local
911 FinishAsyncTrace(label, traceValue, taskId); in FinishAsyncTraceWrapper()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/include/
H A Dnapi_remote_object_internal.h93 std::string traceValue; member
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi/src/
H A Dnapi_remote_proxy.cpp55 FinishAsyncTrace(HITRACE_TAG_RPC, (param->traceValue).c_str(), param->traceId); in ExecuteSendRequest()
124 sendRequestParam->traceValue = remoteDescriptor + std::to_string(code); in SendRequestAsync()
126 …StartAsyncTrace(HITRACE_TAG_RPC, (sendRequestParam->traceValue).c_str(), sendRequestParam->traceId… in SendRequestAsync()
172 sendRequestParam->traceValue = remoteDescriptor + std::to_string(code); in SendRequestPromise()
174 …StartAsyncTrace(HITRACE_TAG_RPC, (sendRequestParam->traceValue).c_str(), sendRequestParam->traceId… in SendRequestPromise()
/ohos5.0/foundation/communication/ipc/ipc/native/src/napi_common/source/
H A Dnapi_remote_object.cpp1067 FinishAsyncTrace(HITRACE_TAG_RPC, (param->traceValue).c_str(), param->traceId); in StubExecuteSendRequest()
1160 sendRequestParam->traceValue = remoteDescriptor + std::to_string(code); in StubSendRequestAsync()
1162 …StartAsyncTrace(HITRACE_TAG_RPC, (sendRequestParam->traceValue).c_str(), sendRequestParam->traceId… in StubSendRequestAsync()
1205 sendRequestParam->traceValue = remoteDescriptor + std::to_string(code); in StubSendRequestPromise()
1207 …StartAsyncTrace(HITRACE_TAG_RPC, (sendRequestParam->traceValue).c_str(), sendRequestParam->traceId… in StubSendRequestPromise()