Home
last modified time | relevance | path

Searched refs:SetAsyncCallStackDepth (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h76 DispatchResponse SetAsyncCallStackDepth();
164 void SetAsyncCallStackDepth(const DispatchRequest &request);
Ddebugger_impl.cpp498 SetAsyncCallStackDepth(request); in Dispatch()
737 void DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth(const DispatchRequest &request) in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
739 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth()
1227 DispatchResponse DebuggerImpl::SetAsyncCallStackDepth() in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/runtime_core/static_core/runtime/include/tooling/
Ddebug_interface.h539 virtual std::optional<Error> SetAsyncCallStackDepth(uint32_t maxDepth) const = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/
Ddebugger.h353 std::optional<Error> SetAsyncCallStackDepth([[maybe_unused]] uint32_t maxDepth) const override in SetAsyncCallStackDepth() function
/arkcompiler/toolchain/tooling/test/
Ddebugger_impl_test.cpp695 R"({"id":0,"result":{"code":1,"message":"SetAsyncCallStackDepth not support now"}})"); in HWTEST_F_L0()