Home
last modified time | relevance | path

Searched refs:onKey (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/src/
H A Dglfw_render_context.cpp194 void GlfwRenderContext::OnKey(const OnKeyFunc &onKey) in OnKey() argument
196 onKey_ = onKey; in OnKey()
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/src/
H A Dindex.js56 MainEditor.gi().onKey(code);
H A DMainEditor.js1871 onKey(k) { method in MainEditor
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/glfw_render_context/export/
H A Dglfw_render_context.h62 void OnKey(const OnKeyFunc &onKey);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dfocus_hub_test_ng.cpp1503 auto onKey = [&result](KeyEventInfo& info) -> bool { in __anonc1fb89a80f02() variable
1507 focusHub->SetOnKeyCallback(onKey);