Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp59 std::string syncId; in RecordClockSyncMarker() local
60 DispatchResponse response = tracing_->RecordClockSyncMarker(syncId); in RecordClockSyncMarker()
127 DispatchResponse TracingImpl::RecordClockSyncMarker([[maybe_unused]] std::string syncId) in RecordClockSyncMarker() argument
Dtracing_impl.h34 DispatchResponse RecordClockSyncMarker(std::string syncId);
/arkcompiler/toolchain/tooling/test/
Dtracing_impl_test.cpp73 std::string syncId; in HWTEST_F_L0() local
74 DispatchResponse response = tracing->RecordClockSyncMarker(syncId); in HWTEST_F_L0()
Ddebugger_params_test.cpp395 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"syncId":"101"}})"; in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp908 std::string syncId; in Create() local
909 ret = params.GetString("syncId", &syncId); in Create()
911 recordClockSyncMarkerParams->syncId_ = syncId; in Create()
Dpt_params.h955 RecordClockSyncMarkerParams &SetSyncId(std::string syncId) in SetSyncId() argument
957 syncId_ = syncId; in SetSyncId()