Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h64 DispatchResponse SetAsyncCallStackDepth();
159 void SetAsyncCallStackDepth(const DispatchRequest &request);
Ddebugger_impl.cpp371 { "setAsyncCallStackDepth", &DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth }, in Dispatch()
505 void DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth(const DispatchRequest &request) in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
507 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth()
965 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.cpp584 R"({"id":0,"result":{"code":1,"message":"SetAsyncCallStackDepth not support now"}})"); in HWTEST_F_L0()