Home
last modified time | relevance | path

Searched defs:onCopy (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_keyevent_test.cpp348 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anon1e91fb870202() variable
482 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anon1e91fb870702() variable
H A Dtext_input_cursor_test.cpp490 auto onCopy = [expectStr](const std::string& str) { EXPECT_EQ(expectStr, str); }; in __anon916893860702() variable
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-search.md683 ### onCopy subsection
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-search.md683 ### onCopy subsection
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_search_ffi.cpp191 …auto onCopy = [lambda = CJLambda::Create(callback)](const std::string& value) -> void { lambda(val… in FfiOHOSAceFrameworkSearchOnCopy() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Drich_editor_modifier.cpp316 auto onCopy = reinterpret_cast<std::function<void(NG::TextCommonEvent&)>*>(callback); in SetRichEditorOnCopy() local
H A Dsearch_modifier.cpp508 auto onCopy = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetSearchOnCopy() local
H A Dnode_text_modifier.cpp1110 auto onCopy = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetTextOnCopy() local
H A Dnode_text_area_modifier.cpp1062 auto onCopy = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetTextAreaOnCopy() local
H A Dnode_text_input_modifier.cpp1485 auto onCopy = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetTextInputOnCopy() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_component.cpp584 void TextOverlayComponent::SetOnCopy(const CommonCallback& onCopy) in SetOnCopy()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_property.h209 std::function<void()> onCopy; member
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_richeditor.cpp604 …auto onCopy = [execCtx = info.GetExecutionContext(), func = std::move(jsTextFunc), node = targetNo… in SetOnCopy() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js8469 onCopy(callback) { method in ArkRichEditorComponent
9437 onCopy(callback) { method in ArkSearchComponent
11906 onCopy(callback) { method in ArkTextComponent
13143 onCopy(callback) { method in ArkTextAreaComponent
14820 onCopy(callback) { method in ArkTextInputComponent