Home
last modified time | relevance | path

Searched refs:SendNotification (Results 1 – 15 of 15) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Dtracing_impl.cpp94 channel_->SendNotification(bufferUsage); in BufferUsage()
104 channel_->SendNotification(dataCollected); in DataCollected()
114 channel_->SendNotification(tracingComplete); in TracingComplete()
Dheapprofiler_impl.cpp199 channel_->SendNotification(addHeapSnapshotChunk); in AddHeapSnapshotChunk()
213 channel_->SendNotification(reportHeapSnapshotProgress); in ReportHeapSnapshotProgress()
229 channel_->SendNotification(heapStatsUpdate); in HeapStatsUpdate()
243 channel_->SendNotification(lastSeenObjectIdEvent); in LastSeenObjectId()
Dprofiler_impl.cpp152 channel_->SendNotification(preciseCoverageDeltaUpdate); in PreciseCoverageDeltaUpdate()
Ddebugger_impl.cpp532 channel_->SendNotification(breakpointResolved); in BreakpointResolved()
541 channel_->SendNotification(paused); in Paused()
550 channel_->SendNotification(nativeCalling); in NativeCalling()
561 channel_->SendNotification(resumed); in Resumed()
571 channel_->SendNotification(scriptFailedToParse); in ScriptFailedToParse()
590 channel_->SendNotification(scriptParsed); in ScriptParsed()
/arkcompiler/toolchain/tooling/
Dprotocol_channel.h35 virtual void SendNotification(const PtBaseEvents &events) = 0;
Dprotocol_handler.h47 void SendNotification(const PtBaseEvents &events) override;
Dprotocol_handler.cpp101 void ProtocolHandler::SendNotification(const PtBaseEvents &events) in SendNotification() function in panda::ecmascript::tooling::ProtocolHandler
/arkcompiler/toolchain/test/fuzztest/protocolhandlernotif_fuzzer/
Dprotocolhandlernotif_fuzzer.cpp39 handler.SendNotification(event); in ProtocolHandlerNotifFuzzTest()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_channel.h42 void SendNotification(const PtBaseEvents &events) override in SendNotification() function
/arkcompiler/toolchain/tooling/test/testcases/
Djs_local_variable_scope_test.h94 void SendNotification(const PtBaseEvents &events) override in SendNotification() function
Djs_variable_first_test.h93 void SendNotification(const PtBaseEvents &events) override in SendNotification() function
Djs_module_variable_test.h97 void SendNotification(const PtBaseEvents &events) override in SendNotification() function
Djs_variable_second_test.h93 void SendNotification(const PtBaseEvents &events) override in SendNotification() function
Djs_container_test.h94 void SendNotification(const PtBaseEvents &events) override in SendNotification() function
Djs_dropframe_test.h119 void SendNotification(const PtBaseEvents &events) override in SendNotification() function