Home
last modified time | relevance | path

Searched refs:OnCallDebuggerSetAsyncCallStackDepth (Results 1 – 8 of 8) sorted by relevance

/arkcompiler/toolchain/tooling/static/
Dinspector_server.h90 void OnCallDebuggerSetAsyncCallStackDepth(std::function<void(PtThread)> &&handler);
Dinspector.cpp793 …inspectorServer_.OnCallDebuggerSetAsyncCallStackDepth(std::bind(&Inspector::SetAsyncCallStackDepth… in RegisterMethodHandlers()
Dinspector_server.cpp797 void InspectorServer::OnCallDebuggerSetAsyncCallStackDepth(std::function<void(PtThread)> &&handler) in OnCallDebuggerSetAsyncCallStackDepth() function in ark::tooling::inspector::InspectorServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h90 void OnCallDebuggerSetAsyncCallStackDepth(std::function<void(PtThread)> &&handler);
Dinspector.cpp791 …inspectorServer_.OnCallDebuggerSetAsyncCallStackDepth(std::bind(&Inspector::SetAsyncCallStackDepth… in RegisterMethodHandlers()
Dinspector_server.cpp797 void InspectorServer::OnCallDebuggerSetAsyncCallStackDepth(std::function<void(PtThread)> &&handler) in OnCallDebuggerSetAsyncCallStackDepth() function in ark::tooling::inspector::InspectorServer
/arkcompiler/toolchain/tooling/static/tests/
Dinspector_server.cpp603 TEST_F(ServerTest, OnCallDebuggerSetAsyncCallStackDepth) in TEST_F() argument
609 inspectorServer.OnCallDebuggerSetAsyncCallStackDepth([](PtThread thread) { in TEST_F()
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp603 TEST_F(ServerTest, OnCallDebuggerSetAsyncCallStackDepth) in TEST_F() argument
609 inspectorServer.OnCallDebuggerSetAsyncCallStackDepth([](PtThread thread) { in TEST_F()