Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/entrance/
H A Ddistributed_ui_manager.h37 PostSyncTaskToUI(task, "ArkUIDistributedDumpUITree"); in DumpUITree()
54 PostSyncTaskToUI(task, "ArkUIDistributedProcessSerializeableInput"); in ProcessSerializeableInputEvent()
60 PostSyncTaskToUI(task, "ArkUIDistributedRestoreUITree"); in RestoreUITree()
66 PostSyncTaskToUI(task, "ArkUIDistributedUpdateUITree"); in UpdateUITree()
80 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name) in PostSyncTaskToUI() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Don_text_changed_listener_impl.cpp99 PostSyncTaskToUI(task, "ArkUITextFieldGetCursorLeftText"); in GetLeftTextOfCursor()
113 PostSyncTaskToUI(task, "ArkUITextFieldGetCursorRightText"); in GetRightTextOfCursor()
127 PostSyncTaskToUI(task, "ArkUITextFieldGetIndexAtCursor"); in GetTextIndexAtCursor()
309 void OnTextChangedListenerImpl::PostSyncTaskToUI(const std::function<void()>& task, const std::stri… in PostSyncTaskToUI() function in OHOS::Ace::OnTextChangedListenerImpl
H A Don_text_changed_listener_impl.h47 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Don_text_changed_listener_impl.cpp106 PostSyncTaskToUI(task, "ArkUITextFieldGetLeftTextOfCursor"); in GetLeftTextOfCursor()
120 PostSyncTaskToUI(task, "ArkUITextFieldGetRightTextOfCursor"); in GetRightTextOfCursor()
134 PostSyncTaskToUI(task, "ArkUITextFieldGetTextIndexAtCursor"); in GetTextIndexAtCursor()
287 void OnTextChangedListenerImpl::PostSyncTaskToUI(const std::function<void()>& task, const std::stri… in PostSyncTaskToUI() function in OHOS::Ace::NG::OnTextChangedListenerImpl
471 PostSyncTaskToUI(task, "ArkUICheckPreviewTextParams"); in CheckPreviewTextParams()
H A Don_text_changed_listener_impl.h62 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);