Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
H A Dtracing_impl.cpp90 std::string syncId; in RecordClockSyncMarker() local
91 DispatchResponse response = tracing_->RecordClockSyncMarker(syncId); in RecordClockSyncMarker()
165 DispatchResponse TracingImpl::RecordClockSyncMarker([[maybe_unused]] std::string syncId) in RecordClockSyncMarker() argument
H A Dtracing_impl.h41 DispatchResponse RecordClockSyncMarker(std::string syncId);
/arkcompiler/toolchain/tooling/test/
H A Dtracing_impl_test.cpp78 std::string syncId; in HWTEST_F_L0() local
79 DispatchResponse response = tracing->RecordClockSyncMarker(syncId); in HWTEST_F_L0()
H A Ddebugger_params_test.cpp535 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"syncId":"101"}})"; in HWTEST_F_L0()
/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp1126 std::string syncId; in Create() local
1127 ret = params.GetString("syncId", &syncId); in Create()
1129 recordClockSyncMarkerParams->syncId_ = syncId; in Create()
1131 error += "Unknown or wrong type of 'syncId';"; in Create()
H A Dpt_params.h1105 RecordClockSyncMarkerParams &SetSyncId(std::string syncId) in SetSyncId() argument
1107 syncId_ = syncId; in SetSyncId()

Completed in 7 milliseconds