Searched refs:PostSyncTaskToUI (Results 1 - 5 of 5) sorted by relevance
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | distributed_ui_manager.h | 37 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 in OHOS::Ace::DistributedUIManager
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 97 PostSyncTaskToUI(task, "ArkUITextFieldGetCursorLeftText"); in GetLeftTextOfCursor() 111 PostSyncTaskToUI(task, "ArkUITextFieldGetCursorRightText"); in GetRightTextOfCursor() 125 PostSyncTaskToUI(task, "ArkUITextFieldGetIndexAtCursor"); in GetTextIndexAtCursor() 307 void OnTextChangedListenerImpl::PostSyncTaskToUI(const std::function<void()>& task, const std::string& name) in PostSyncTaskToUI() function in OHOS::Ace::OnTextChangedListenerImpl
|
H A D | on_text_changed_listener_impl.h | 47 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 104 PostSyncTaskToUI(task, "ArkUITextFieldGetLeftTextOfCursor"); in GetLeftTextOfCursor() 118 PostSyncTaskToUI(task, "ArkUITextFieldGetRightTextOfCursor"); in GetRightTextOfCursor() 132 PostSyncTaskToUI(task, "ArkUITextFieldGetTextIndexAtCursor"); in GetTextIndexAtCursor() 285 void OnTextChangedListenerImpl::PostSyncTaskToUI(const std::function<void()>& task, const std::string& name) in PostSyncTaskToUI() function in OHOS::Ace::NG::OnTextChangedListenerImpl 465 PostSyncTaskToUI(task, "ArkUICheckPreviewTextParams"); in CheckPreviewTextParams()
|
H A D | on_text_changed_listener_impl.h | 62 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);
|
Completed in 3 milliseconds