Searched refs:traceInfo (Results 1 - 7 of 7) sorted by relevance
/base/notification/eventhandler/interfaces/inner_api/ |
H A D | event_queue.h | 91 std::string traceInfo; in getTraceInfo() local 92 traceInfo.append("Et-obs:"); in getTraceInfo() 94 traceInfo.append(" "); in getTraceInfo() 96 traceInfo.append(stage); in getTraceInfo() 98 traceInfo.append(","); in getTraceInfo() 100 traceInfo.append(source); in getTraceInfo() 102 return traceInfo; in getTraceInfo()
|
/base/useriam/user_auth_framework/services/context/src/ |
H A D | remote_auth_service.cpp | 283 RemoteExecuteTrace traceInfo; in ProcBeginExecuteRequest() local 284 traceInfo.operationResult = executorStub->ProcBeginExecuteRequest(*request, traceInfo); in ProcBeginExecuteRequest() 285 ReportRemoteExecuteProc(traceInfo); in ProcBeginExecuteRequest() 286 IF_FALSE_LOGE_AND_RETURN_VAL(traceInfo.operationResult == SUCCESS, GENERAL_ERROR); in ProcBeginExecuteRequest() 288 scheduleId2executorStub_.emplace(traceInfo.scheduleId, executorStub); in ProcBeginExecuteRequest() 289 IAM_LOGI("scheduleId %{public}s begin execute success", GET_MASKED_STRING(traceInfo.scheduleId).c_str()); in ProcBeginExecuteRequest()
|
/base/hiviewdfx/hiview/base/event_raw/encoded/ |
H A D | raw_data_builder.cpp | 37 auto traceInfo = event.GetTraceInfo(); in RawDataBuilder() local 42 AppendTraceInfo(traceInfo.traceId, traceInfo.spanId, traceInfo.pSpanId, traceInfo.traceFlag); in RawDataBuilder()
|
/base/hiviewdfx/faultloggerd/interfaces/common/ |
H A D | dfx_dump_request.h | 138 TraceInfo traceInfo; member
|
/base/hiviewdfx/hiview/base/event_raw/test/unittest/common/ |
H A D | event_raw_encoded_and_decoded_test.cpp | 856 auto traceInfo = event.GetTraceInfo(); in HWTEST_F() local 857 ASSERT_EQ(traceInfo.traceFlag, 0); // test value in HWTEST_F() 905 auto traceInfo = builder->GetTraceInfo(); in HWTEST_F() local 906 ASSERT_EQ(traceInfo.traceFlag, 0); // test value in HWTEST_F()
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | printer.cpp | 80 auto traceId = request->traceInfo; in PrintDumpHeader()
|
/base/hiviewdfx/faultloggerd/interfaces/innerkits/signal_handler/ |
H A D | dfx_signal_handler.c | 126 memcpy(&(request->traceInfo), &id, sizeof(TraceInfo)); in FillTraceIdLocked()
|
Completed in 7 milliseconds