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.cpp194 void GlfwRenderContext::OnKey(const OnKeyFunc &onKey) in OnKey()
/foundation/arkui/ace_engine/test/unittest/core/event/
Dfocus_hub_test_ng.cpp1413 auto onKey = [&result](KeyEventInfo& info) { result = RESULT_SUCCESS_ONE; }; in __anonf3eca3700b02() variable