Home
last modified time | relevance | path

Searched refs:PtBaseEvents (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/toolchain/tooling/base/
Dpt_events.h29 class PtBaseEvents : public PtBaseTypes {
31 PtBaseEvents() = default;
32 ~PtBaseEvents() override = default;
36 NO_COPY_SEMANTIC(PtBaseEvents);
37 NO_MOVE_SEMANTIC(PtBaseEvents);
40 class BreakpointResolved final : public PtBaseEvents {
81 class Paused final : public PtBaseEvents {
205 class Resumed final : public PtBaseEvents {
221 class NativeCalling final : public PtBaseEvents {
285 class ScriptFailedToParse final : public PtBaseEvents {
[all …]
/arkcompiler/toolchain/tooling/test/testcases/
Djs_local_variable_scope_test.h94 void SendNotification(const PtBaseEvents &events) override in SendNotification()
96 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()
97 [](const PtBaseEvents &events) -> bool { in SendNotification()
106 [this](const PtBaseEvents &events) -> bool { in SendNotification()
Djs_variable_first_test.h93 void SendNotification(const PtBaseEvents &events) override in SendNotification()
95 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()
96 [](const PtBaseEvents &events) -> bool { in SendNotification()
106 [this](const PtBaseEvents &events) -> bool { in SendNotification()
Djs_module_variable_test.h97 void SendNotification(const PtBaseEvents &events) override in SendNotification()
99 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()
100 [](const PtBaseEvents &events) -> bool { in SendNotification()
109 [this](const PtBaseEvents &events) -> bool { in SendNotification()
Djs_variable_second_test.h93 void SendNotification(const PtBaseEvents &events) override in SendNotification()
95 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()
96 [](const PtBaseEvents &events) -> bool { in SendNotification()
106 [this](const PtBaseEvents &events) -> bool { in SendNotification()
Djs_container_test.h94 void SendNotification(const PtBaseEvents &events) override in SendNotification()
96 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()
97 [](const PtBaseEvents &events) -> bool { in SendNotification()
107 [this](const PtBaseEvents &events) -> bool { in SendNotification()
Djs_dropframe_test.h119 void SendNotification(const PtBaseEvents &events) override in SendNotification()
121 const static std::vector<std::function<bool(const PtBaseEvents &events)>> eventList = { in SendNotification()
122 [](const PtBaseEvents &events) -> bool { in SendNotification()
129 [this](const PtBaseEvents &events) -> bool { in SendNotification()
/arkcompiler/toolchain/tooling/
Dprotocol_channel.h35 virtual void SendNotification(const PtBaseEvents &events) = 0;
Dprotocol_handler.h47 void SendNotification(const PtBaseEvents &events) override;
Ddispatcher.h31 class PtBaseEvents; variable
Dprotocol_handler.cpp101 void ProtocolHandler::SendNotification(const PtBaseEvents &events) in SendNotification()
/arkcompiler/toolchain/tooling/test/utils/
Dtest_channel.h42 void SendNotification(const PtBaseEvents &events) override in SendNotification()