Home
last modified time | relevance | path

Searched refs:RecordClockSyncMarker (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
H A Dtracing_impl.cpp36 RecordClockSyncMarker(request); in Dispatch()
88 void TracingImpl::DispatcherImpl::RecordClockSyncMarker(const DispatchRequest &request) in RecordClockSyncMarker() function in panda::ecmascript::tooling::TracingImpl::DispatcherImpl
91 DispatchResponse response = tracing_->RecordClockSyncMarker(syncId); in RecordClockSyncMarker()
165 DispatchResponse TracingImpl::RecordClockSyncMarker([[maybe_unused]] std::string syncId) in RecordClockSyncMarker() function in panda::ecmascript::tooling::TracingImpl
167 return DispatchResponse::Fail("RecordClockSyncMarker not support now."); in RecordClockSyncMarker()
H A Dtracing_impl.h41 DispatchResponse RecordClockSyncMarker(std::string syncId);
57 void RecordClockSyncMarker(const DispatchRequest &request);
/arkcompiler/toolchain/tooling/test/
H A Dtracing_impl_test.cpp79 DispatchResponse response = tracing->RecordClockSyncMarker(syncId); in HWTEST_F_L0()
80 ASSERT_TRUE(response.GetMessage() == "RecordClockSyncMarker not support now."); in HWTEST_F_L0()
167 ASSERT_TRUE(result.find("RecordClockSyncMarker not support now.") != std::string::npos); in HWTEST_F_L0()

Completed in 2 milliseconds