Searched defs:OnFail (Results 1 – 3 of 3) sorted by relevance
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/ | ||
| D | server_endpoint.h | 41 void OnFail(std::function<void()> &&handler) override in OnFail() function |
| D | inspector_server.cpp | 78 void InspectorServer::OnFail(std::function<void()> &&handler) in OnFail() function in panda::tooling::inspector::InspectorServer |
| /arkcompiler/runtime_core/static_core/runtime/tooling/inspector/tests/ | ||
| D | inspector_server.cpp | 39 void OnFail([[maybe_unused]] std::function<void()> &&handler) override {}; in OnFail() function in panda::tooling::inspector::test::TestServer |