Searched refs:syncId (Results 1 – 6 of 6) sorted by relevance
59 std::string syncId; in RecordClockSyncMarker() local60 DispatchResponse response = tracing_->RecordClockSyncMarker(syncId); in RecordClockSyncMarker()127 DispatchResponse TracingImpl::RecordClockSyncMarker([[maybe_unused]] std::string syncId) in RecordClockSyncMarker() argument
34 DispatchResponse RecordClockSyncMarker(std::string syncId);
73 std::string syncId; in HWTEST_F_L0() local74 DispatchResponse response = tracing->RecordClockSyncMarker(syncId); in HWTEST_F_L0()
395 msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"syncId":"101"}})"; in HWTEST_F_L0()
908 std::string syncId; in Create() local909 ret = params.GetString("syncId", &syncId); in Create()911 recordClockSyncMarkerParams->syncId_ = syncId; in Create()
955 RecordClockSyncMarkerParams &SetSyncId(std::string syncId) in SetSyncId() argument957 syncId_ = syncId; in SetSyncId()