Home
last modified time | relevance | path

Searched refs:ReplyNativeCalling (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h70 DispatchResponse ReplyNativeCalling(const ReplyNativeCallingParams &params);
131 void ReplyNativeCalling(const DispatchRequest &request);
Ddebugger_impl.cpp297 { "replyNativeCalling", &DebuggerImpl::DispatcherImpl::ReplyNativeCalling }, in Dispatch()
492 void DebuggerImpl::DispatcherImpl::ReplyNativeCalling(const DispatchRequest &request) in ReplyNativeCalling() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
499 DispatchResponse response = debugger_->ReplyNativeCalling(*params); in ReplyNativeCalling()
976 DispatchResponse DebuggerImpl::ReplyNativeCalling([[maybe_unused]] const ReplyNativeCallingParams &… in ReplyNativeCalling() function in panda::ecmascript::tooling::DebuggerImpl