Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/agent/
Ddebugger_impl.h57 DispatchResponse SetAsyncCallStackDepth();
118 void SetAsyncCallStackDepth(const DispatchRequest &request);
Ddebugger_impl.cpp290 { "setAsyncCallStackDepth", &DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth }, in Dispatch()
403 void DebuggerImpl::DispatcherImpl::SetAsyncCallStackDepth(const DispatchRequest &request) in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl::DispatcherImpl
405 DispatchResponse response = debugger_->SetAsyncCallStackDepth(); in SetAsyncCallStackDepth()
721 DispatchResponse DebuggerImpl::SetAsyncCallStackDepth() in SetAsyncCallStackDepth() function in panda::ecmascript::tooling::DebuggerImpl
/arkcompiler/runtime_core/runtime/tooling/inspector/tests/
Dtest_debugger.h82 MOCK_METHOD(std::optional<Error>, SetAsyncCallStackDepth, (uint32_t), (const override));
/arkcompiler/runtime_core/runtime/include/tooling/
Ddebug_interface.h526 virtual std::optional<Error> SetAsyncCallStackDepth(uint32_t maxDepth) const = 0;
/arkcompiler/runtime_core/runtime/tooling/
Ddebugger.h347 std::optional<Error> SetAsyncCallStackDepth([[maybe_unused]] uint32_t maxDepth) const override in SetAsyncCallStackDepth() function