Home
last modified time | relevance | path

Searched defs:onKey (Results 1 – 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
Dglfw_render_context.cpp189 void GlfwRenderContext::OnKey(const OnKeyFunc &onKey) in OnKey()
/foundation/arkui/ace_engine/frameworks/core/components_ng/test/event/focus_hub/
Dfocus_hub_test_ng.cpp1544 auto onKey = [&result](KeyEventInfo& info) { result = RESULT_SUCCESS_ONE; }; in __anon656429861102() variable