Home
last modified time | relevance | path

Searched refs:GetFormSerializedGesture (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_ui_content.h99 MOCK_METHOD0(GetFormSerializedGesture, SerializedGesture());
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/form_render/src/
H A Dform_renderer_dispatcher_impl.cpp78 serializedGesture = uiContent->GetFormSerializedGesture(); in DispatchPointerEvent()
/ohos5.0/foundation/arkui/ace_engine/test/mock/interfaces/
H A Dmock_uicontent.h104 MOCK_METHOD0(GetFormSerializedGesture, SerializedGesture());
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/
H A Dui_content_impl.h142 SerializedGesture GetFormSerializedGesture() override in GetFormSerializedGesture() function
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/
H A Dui_content.h405 virtual SerializedGesture GetFormSerializedGesture() in GetFormSerializedGesture() function
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Dui_content_impl.h292 SerializedGesture GetFormSerializedGesture() override;
H A Dui_content_impl.cpp2185 SerializedGesture UIContentImpl::GetFormSerializedGesture() in GetFormSerializedGesture() function in OHOS::Ace::UIContentImpl