Searched refs:PostSyncTaskToUI (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/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
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | on_text_changed_listener_impl.cpp | 99 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 D | on_text_changed_listener_impl.h | 47 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 D | on_text_changed_listener_impl.cpp | 106 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 D | on_text_changed_listener_impl.h | 62 void PostSyncTaskToUI(const std::function<void()>& task, const std::string& name);
|