/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_field_keyevent_test.cpp | 348 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 D | text_input_cursor_test.cpp | 490 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 D | ts-basic-components-search.md | 683 ### onCopy subsection
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-basic-components-search.md | 683 ### onCopy subsection
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_search_ffi.cpp | 191 …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 D | rich_editor_modifier.cpp | 316 auto onCopy = reinterpret_cast<std::function<void(NG::TextCommonEvent&)>*>(callback); in SetRichEditorOnCopy() local
|
H A D | search_modifier.cpp | 508 auto onCopy = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetSearchOnCopy() local
|
H A D | node_text_modifier.cpp | 1110 auto onCopy = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetTextOnCopy() local
|
H A D | node_text_area_modifier.cpp | 1062 auto onCopy = reinterpret_cast<std::function<void(const std::string&)>*>(callback); in SetTextAreaOnCopy() local
|
H A D | node_text_input_modifier.cpp | 1485 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 D | text_overlay_component.cpp | 584 void TextOverlayComponent::SetOnCopy(const CommonCallback& onCopy) in SetOnCopy()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_property.h | 209 std::function<void()> onCopy; member
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_richeditor.cpp | 604 …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 D | arkComponent.js | 8469 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
|