Home
last modified time | relevance | path

Searched refs:OnCallDebuggerGetScriptSource (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.h75 void OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&handler);
Dinspector.cpp71 inspectorServer_.OnCallDebuggerGetScriptSource(std::bind(&Inspector::GetSourceCode, this, _1)); in Inspector()
Dinspector_server.cpp275 void InspectorServer::OnCallDebuggerGetScriptSource(std::function<std::string(std::string_view)> &&… in OnCallDebuggerGetScriptSource() function in ark::tooling::inspector::InspectorServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp312 TEST_F(ServerTest, OnCallDebuggerGetScriptSource) in TEST_F() argument
332 inspectorServer.OnCallDebuggerGetScriptSource([](auto source) { in TEST_F()
344 inspectorServer.OnCallDebuggerGetScriptSource([](auto) { return "a"; }); in TEST_F()