Searched refs:OnCallDebuggerSetAsyncCallStackDepth (Results 1 – 8 of 8) sorted by relevance
90 void OnCallDebuggerSetAsyncCallStackDepth(std::function<void(PtThread)> &&handler);
793 …inspectorServer_.OnCallDebuggerSetAsyncCallStackDepth(std::bind(&Inspector::SetAsyncCallStackDepth… in RegisterMethodHandlers()
797 void InspectorServer::OnCallDebuggerSetAsyncCallStackDepth(std::function<void(PtThread)> &&handler) in OnCallDebuggerSetAsyncCallStackDepth() function in ark::tooling::inspector::InspectorServer
791 …inspectorServer_.OnCallDebuggerSetAsyncCallStackDepth(std::bind(&Inspector::SetAsyncCallStackDepth… in RegisterMethodHandlers()
603 TEST_F(ServerTest, OnCallDebuggerSetAsyncCallStackDepth) in TEST_F() argument609 inspectorServer.OnCallDebuggerSetAsyncCallStackDepth([](PtThread thread) { in TEST_F()