/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 735 void ViewAbstractModelImpl::SetOverlay(const std::string& text, std::function<void()>&& buildFunc, in SetOverlay() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/search/ |
H A D | search_pattern.cpp | 510 auto text = textFieldPattern->GetTextValue(); in OnAfterModifyDone() local 723 auto text = textFieldPattern->GetTextValue(); in OnClickButtonAndImage() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 124 float MeasureTextWidth(const TextStyle& textStyle, const std::string& text) in MeasureTextWidth() argument 231 auto text = FrameNode::GetOrCreateFrameNode("SelectMenuButtonText", ElementRegister::GetInstance()->MakeUniqueId(), in BuildButton() local 323 auto text = FrameNode::GetOrCreateFrameNode("SelectMenuButtonText", ElementRegister::GetInstance()->MakeUniqueId(), in BuildButton() local 434 auto text = FrameNode::GetOrCreateFrameNode("SelectMenuButtonText", ElementRegister::GetInstance()->MakeUniqueId(), BuildCreateMenuItemButton() local [all...] |
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 424 void AccessibilityElementInfo::SetContent(const std::string &text) in SetContent() argument
|
/foundation/distributeddatamgr/pasteboard/services/core/src/ |
H A D | pasteboard_service.cpp | 1785 std::string text = records->ConvertToText(); in GetDataSize() local
|
/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | render_text_field.cpp | 1494 SetEditingValue(const std::string& text) SetEditingValue() argument 2796 auto text = GetTextForDisplay(GetEditingValue().text); GetGraphemeClusterLength() local 2897 Insert(const std::string& text) Insert() argument [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ace_container.cpp | 3111 SearchElementInfosByTextNG( int64_t elementId, const std::string& text, int64_t baseParent, std::list<Accessibility::AccessibilityElementInfo>& output) SearchElementInfosByTextNG() argument
|
H A D | ui_content_impl.cpp | 3378 void UIContentImpl::SearchElementInfosByText(int64_t elementId, const std::string& text, int64_t baseParent, in SearchElementInfosByText() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.h | 175 std::string text; member
|
H A D | text_field_pattern.cpp | 386 auto text = in CreateDisplayText() local 1733 FireEventHubOnChange(const std::string& text) FireEventHubOnChange() argument [all...] |
/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_accessibility_manager.cpp | 730 void FindText(const RefPtr<NG::UINode>& node, const std::string& text, std::list<RefPtr<NG::FrameNode>>& nodeList) in FindText() argument 716 FindText( const RefPtr<AccessibilityNode>& node, const std::string& text, std::list<RefPtr<AccessibilityNode>>& nodeList) FindText() argument 3677 SearchElementInfosByText(const int64_t elementId, const std::string& text, const int32_t requestId, Accessibility::AccessibilityElementOperatorCallback& callback) SearchElementInfosByText() argument 3916 SearchElementInfosByTextNG( int64_t elementId, const std::string& text, const RefPtr<NG::FrameNode>& node, int64_t offset) SearchElementInfosByTextNG() argument 3982 SearchElementInfosByTextNG(int64_t elementId, const std::string& text, std::list<Accessibility::AccessibilityElementInfo>& infos, const RefPtr<PipelineBase>& context, int64_t uiExtensionOffset) SearchElementInfosByTextNG() argument 4024 SearchElementInfosByText(const int64_t elementId, const std::string& text, const int32_t requestId, AccessibilityElementOperatorCallback& callback) SearchElementInfosByText() argument 4054 SearchElementInfosByText(const int64_t elementId, const std::string& text, const int32_t requestId, AccessibilityElementOperatorCallback& callback, const int32_t windowId) SearchElementInfosByText() argument 5995 std::string text = searchParam.text; FindTextByTextHint() local [all...] |
/foundation/arkui/ace_engine/interfaces/native/ |
H A D | native_type.h | 527 const char* text; global() member 537 const char* text; global() member [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 845 auto text = host->GetAccessibilityProperty<NG::AccessibilityProperty>()->GetText(); in RecordClickEvent() local 3407 auto text = StringUtils::Str16ToStr8(paragraph->GetParagraphText()); DumpParagraphsInfo() local [all...] |
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
H A D | mock_web_delegate.cpp | 1111 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
H A D | drawing_text_typography.cpp | 430 void OH_Drawing_TypographyHandlerAddText(OH_Drawing_TypographyCreate* handler, const char* text) in OH_Drawing_TypographyHandlerAddText() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 4773 void FrameNode::SearchElementInfosByTextNG(int64_t elementId, const std::string& text, int64_t offset, in SearchElementInfosByTextNG() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/ |
H A D | web_delegate.cpp | 6911 std::vector<int8_t> WebDelegate::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_web.cpp | 1645 std::string text; in GetSelectionText() local
|
H A D | js_view_abstract.cpp | 2401 std::string text = info[0]->ToString(); in ParseOverlayFirstParam() local 7539 std::string text; in JsAccessibilityText() local 7546 void JSViewAbstract::JsAccessibilityTextHint(const std::string& text) in JsAccessibilityTextHint() argument
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_common_modifier.cpp | 1456 void SetOverlay(ArkUINodeHandle node, ArkUI_CharPtr text, const ArkUI_Float32* options, ArkUI_Int32 optionsLength) in SetOverlay() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 6526 std::vector<int8_t> WebPattern::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 2647 std::optional<std::string> text; in SetOverlay() local
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/ |
H A D | arkoala_api.h | 1383 ArkUIOptionalCharPtr text; member 1492 ArkUIOptionalCommonCharPtr text; member
|