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