Home
last modified time | relevance | path

Searched defs:OnFail (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/connection/
Dserver_endpoint_base.h40 void OnFail(std::function<void()> &&handler) override in OnFail() function
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/
Dinspector_server.cpp78 void InspectorServer::OnFail(std::function<void()> &&handler) in OnFail() function in ark::tooling::inspector::InspectorServer
/arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/
Dinspector_server.cpp39 void OnFail([[maybe_unused]] std::function<void()> &&handler) override {}; in OnFail() function in ark::tooling::inspector::test::TestServer