Home
last modified time | relevance | path

Searched refs:Dispatcher (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/toolchain/tooling/
H A Ddispatcher.h146 class Dispatcher { class
148 explicit Dispatcher(const EcmaVM *vm, ProtocolChannel *channel);
149 ~Dispatcher() = default;
155 NO_COPY_SEMANTIC(Dispatcher);
156 NO_MOVE_SEMANTIC(Dispatcher);
H A Ddispatcher.cpp133 Dispatcher::Dispatcher(const EcmaVM *vm, ProtocolChannel *channel) in Dispatcher() function in panda::ecmascript::tooling::Dispatcher
181 void Dispatcher::Dispatch(const DispatchRequest &request) in Dispatch()
H A Dprotocol_handler.h57 Dispatcher dispatcher_;
/arkcompiler/toolchain/tooling/test/
H A Ddispatcher_test.cpp141 auto dispatcher = std::make_unique<Dispatcher>(ecmaVm, channel); in HWTEST_F_L0()

Completed in 2 milliseconds