Home
last modified time | relevance | path

Searched refs:SetOnCopy (Results 1 - 25 of 64) sorted by relevance

123

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_event_hub.h33 void SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() function in OHOS::Ace::NG::TextEventHub
H A Dtext_model_ng.h72 void SetOnCopy(std::function<void(const std::string&)>&& func) override;
175 static void SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func);
H A Dtext_model.h129 virtual void SetOnCopy(std::function<void(const std::string&)>&& func) = 0;
H A Dtext_model_ng.cpp407 void TextModelNG::SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() function in OHOS::Ace::NG::TextModelNG
411 eventHub->SetOnCopy(std::move(func)); in SetOnCopy()
1048 void TextModelNG::SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func) in SetOnCopy() function in OHOS::Ace::NG::TextModelNG
1053 eventHub->SetOnCopy(std::move(func)); in SetOnCopy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_model_ng.h50 void SetOnCopy(std::function<void(NG::TextCommonEvent&)>&& func) override;
77 static void SetOnCopy(FrameNode* frameNode, std::function<void(NG::TextCommonEvent&)>&& func);
H A Drich_editor_model_ng.cpp469 void RichEditorModelNG::SetOnCopy(std::function<void(NG::TextCommonEvent&)>&& func) in SetOnCopy() function in OHOS::Ace::NG::RichEditorModelNG
473 eventHub->SetOnCopy(std::move(func)); in SetOnCopy()
476 void RichEditorModelNG::SetOnCopy(FrameNode* frameNode, std::function<void(NG::TextCommonEvent&)>&& func) in SetOnCopy() function in OHOS::Ace::NG::RichEditorModelNG
481 eventHub->SetOnCopy(std::move(func)); in SetOnCopy()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_rich_editor_bridge.h75 static ArkUINativeModuleValue SetOnCopy(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_text_bridge.h98 static ArkUINativeModuleValue SetOnCopy(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_search_bridge.h82 static ArkUINativeModuleValue SetOnCopy(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_text.h66 static void SetOnCopy(const JSCallbackInfo& info);
H A Djs_search.h59 static void SetOnCopy(const JSCallbackInfo& info);
H A Djs_textarea.cpp70 JSClass<JSTextArea>::StaticMethod("onCopy", &JSTextField::SetOnCopy); in JSBind()
H A Djs_textfield.h84 static void SetOnCopy(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dricheditor_model_impl.h49 void SetOnCopy(std::function<void(NG::TextCommonEvent&)>&& func) override {}
H A Dtext_model_impl.h72 void SetOnCopy(std::function<void(const std::string&)>&& func) override {};
H A Dsearch_model_impl.h65 void SetOnCopy(std::function<void(const std::string&)>&& func) override;
H A Dtext_field_model_impl.h66 void SetOnCopy(std::function<void(const std::string&)>&& func) override;
H A Dsearch_model_impl.cpp247 void SearchModelImpl::SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() function in OHOS::Ace::Framework::SearchModelImpl
256 textFieldComponent->SetOnCopy(std::move(func)); in SetOnCopy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/
H A Dsearch_event_hub.h65 void SetOnCopy(std::function<void(const std::string&)>&& func) in SetOnCopy() function in OHOS::Ace::NG::SearchEventHub
H A Dsearch_model_ng.h61 void SetOnCopy(std::function<void(const std::string&)>&& func) override;
139 static void SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func);
H A Dsearch_model.h67 virtual void SetOnCopy(std::function<void(const std::string&)>&& func);
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp318 RichEditorModelNG::SetOnCopy(frameNode, std::move(*onCopy)); in SetRichEditorOnCopy()
320 RichEditorModelNG::SetOnCopy(frameNode, nullptr); in SetRichEditorOnCopy()
328 RichEditorModelNG::SetOnCopy(frameNode, nullptr); in ResetRichEditorOnCopy()
H A Dsearch_modifier.cpp511 SearchModelNG::SetOnCopy(frameNode, std::move(*onCopy)); in SetSearchOnCopy()
513 SearchModelNG::SetOnCopy(frameNode, nullptr); in SetSearchOnCopy()
521 SearchModelNG::SetOnCopy(frameNode, nullptr); in ResetSearchOnCopy()
949 SearchModelNG::SetOnCopy(frameNode, std::move(onEvent)); in SetOnSearchCopy()
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_search_ffi.cpp188 SearchModel::GetInstance()->SetOnCopy(std::move(onCopy)); in FfiOHOSAceFrameworkSearchOnCopy()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_model_ng.h67 void SetOnCopy(std::function<void(const std::string&)>&& func) override;
243 static void SetOnCopy(FrameNode* frameNode, std::function<void(const std::string&)>&& func);

Completed in 16 milliseconds

123