| /base/global/i18n/frameworks/intl/src/ |
| H A D | i18n_break_iterator.cpp | 106 void I18nBreakIterator::SetText(const char *text)
in SetText() argument
|
| /base/notification/distributed_notification_service/frameworks/ans/src/ |
| H A D | notification_basic_content.cpp | 35 void NotificationBasicContent::SetText(const std::string &text) in SetText() argument [all...] |
| /base/powermgr/battery_manager/charger/include/ |
| H A D | animation_config.h | 41 std::string text; member
|
| /base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
| H A D | notification_conversational_message_test.cpp | 43 std::string text = "Text"; in HWTEST_F() local 60 std::string text = "Text"; in HWTEST_F() local 80 std::string text = "Text"; in HWTEST_F() local 99 std::string text = "Text"; in HWTEST_F() local 116 std::string text = "Text"; HWTEST_F() local 132 std::string text = "Text"; HWTEST_F() local 156 std::string text = "Text"; HWTEST_F() local 172 std::string text = "Text"; HWTEST_F() local 191 std::string text = "Text"; HWTEST_F() local 213 std::string text = "Text"; HWTEST_F() local [all...] |
| /base/security/access_token/services/common/database/src/ |
| H A D | statement.cpp | 40 void Statement::Bind(const int32_t index, const std::string& text) in Bind() argument
|
| /base/security/huks/frameworks/crypto_lite/cipher/include/ |
| H A D | cipher.h | 44 char *text;
member
|
| /base/telephony/call_manager/services/call/call_state_observer/src/ |
| H A D | reject_call_sms.cpp | 35 void RejectCallSms::SendMessage(int32_t slotId, const std::u16string &desAddr, const std::u16string &text) in SendMessage() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webview/ |
| H A D | ark_imf_adapter_impl.cpp | 77 void ArkIMFAdapterImpl::OnSelectionChange(ArkWebU16String& text, int start, int end) in OnSelectionChange() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_adapter/bridge/webcore/ |
| H A D | ark_imfadapter_wrapper.cpp | 75 void ArkIMFAdapterWrapper::OnSelectionChange(std::u16string text, int start, int end) in OnSelectionChange() argument
|
| /base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
| H A D | ark_web_drag_data_impl.cpp | 56 bool ArkWebDragDataImpl::SetFragmentText(const ArkWebString& text) in SetFragmentText() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
| H A D | bar_item_node.h | 43 void SetTextNode(const RefPtr<UINode>& text) in SetTextNode() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/multimodal/ |
| H A D | rosen_render_multimodal.cpp | 114 void RosenRenderMultimodal::UpdateParagraph(const Offset& offset, const std::string& text) in UpdateParagraph() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/svg/ |
| H A D | rosen_render_svg_text.cpp | 150 std::string text = isDrawSpace_ ? " " + textData_ : textData_; in OnDrawText() local 160 std::string text = isDrawSpace_ ? " " + textData_ : textData_; in OnMeasureTextBounds() local
|
| /foundation/arkui/ace_engine/adapter/preview/osal/advance/ |
| H A D | data_detector_adapter.cpp | 20 bool DataDetectorAdapter::ParseOriText(const std::unique_ptr<JsonValue>& entityJson, std::string& text) in ParseOriText() argument
|
| H A D | data_detector_mgr.cpp | 49 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument 54 int8_t DataDetectorMgr::GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition() argument
|
| /foundation/arkui/ace_engine/adapter/ohos/osal/ |
| H A D | data_detector_mgr.cpp | 99 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument 108 int8_t DataDetectorMgr::GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition() argument
|
| /foundation/arkui/ace_engine/frameworks/component_test/core/ |
| H A D | component_test_matcher_impl.cpp | 38 void ComponentTestMatcherImpl::SetText(const std::string& text, MatchType matchType) in SetText() argument [all...] |
| /foundation/arkui/ace_engine/test/mock/core/common/ |
| H A D | mock_data_detector_adapter.cpp | 23 bool DataDetectorAdapter::ParseOriText(const std::unique_ptr<JsonValue>& entityJson, std::string& text) in ParseOriText() argument
|
| H A D | mock_data_detector_mgr.cpp | 47 std::vector<int8_t> DataDetectorMgr::GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection() argument 52 int8_t DataDetectorMgr::GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/grid_container/ |
| H A D | grid_container_test_ng.cpp | 41 void MeasureLayout(RefPtr<LayoutWrapperNode>& container, RefPtr<LayoutWrapperNode>& text)
in MeasureLayout() argument 66 TextModelNG text;
in CreateGridContainerWithChild() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/ |
| H A D | toast_layout_algorithm.cpp | 78 auto text = layoutWrapper->GetOrCreateChildByIndex(0); in Layout() local 106 auto text = layoutWrapper->GetOrCreateChildByIndex(0); in Measure() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
| H A D | text_field_accessibility_property.cpp | 135 std::string text = textFieldLayoutProperty->GetValueValue(""); in GetText() local
|
| H A D | text_editing_value_ng.h | 133 std::string text; member
|
| /foundation/arkui/ui_lite/test/uitest/test_qrcode/ |
| H A D | ui_test_qrcode.cpp | 157 char text[length]; in UIKitUIQrcodeTestDisplay005() local
|
| /foundation/arkui/ui_lite/test/unittest/components/ |
| H A D | ui_view_group_unit_test.cpp | 370 const char* text; in HWTEST_F() member 422 const char* text; in HWTEST_F() member [all...] |