Home
last modified time | relevance | path

Searched defs:RegisterKeyEventCallback (Results 1 – 4 of 4) sorted by relevance

/foundation/arkui/ace_engine/adapter/preview/entrance/samples/
Devent_adapter.cpp119 void EventAdapter::RegisterKeyEventCallback(MMIKeyEventCallback&& callback) in RegisterKeyEventCallback() function in OHOS::Ace::Sample::EventAdapter
/foundation/arkui/ace_engine/frameworks/core/components/xcomponent/
Dnative_interface_xcomponent_impl.cpp177 int32_t OH_NativeXComponent::RegisterKeyEventCallback(void (*callback)(OH_NativeXComponent* compone… in RegisterKeyEventCallback() function in OH_NativeXComponent
/foundation/arkui/ace_engine/adapter/preview/entrance/
Dace_view_preview.h51 void RegisterKeyEventCallback(KeyEventCallback&& callback) override in RegisterKeyEventCallback() function
/foundation/arkui/ace_engine/adapter/ohos/entrance/
Dace_view_ohos.cpp223 void AceViewOhos::RegisterKeyEventCallback(KeyEventCallback&& callback) in RegisterKeyEventCallback() function in OHOS::Ace::Platform::AceViewOhos