Home
last modified time | relevance | path

Searched refs:FireOnCopy (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_event_hub.h38 void FireOnCopy(const std::string& value) in FireOnCopy() function
H A Dtext_pattern.cpp591 eventHub->FireOnCopy(value); in HandleOnCopy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h72 void FireOnCopy(const std::string& value) in FireOnCopy() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_event_hub.h212 void FireOnCopy(const std::string& value) in FireOnCopy() function
H A Dtext_field_pattern.cpp1504 eventHub->FireOnCopy(value); in HandleOnCopy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_event_hub.cpp626 void RichEditorEventHub::FireOnCopy(NG::TextCommonEvent& value) in FireOnCopy() function in OHOS::Ace::NG::RichEditorEventHub
H A Drich_editor_event_hub.h370 void FireOnCopy(NG::TextCommonEvent& value);
H A Drich_editor_pattern.cpp7275 eventHub->FireOnCopy(event); in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_base_testone_ng.cpp555 eventHub->FireOnCopy(event);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/search/
H A Dsearch_test_ng.cpp1288 eventHub->FireOnCopy("");