/ohos5.0/foundation/arkui/ui_lite/test/unittest/common/ |
H A D | text_unit_test.cpp | 68 const char* text = "unit test text"; variable 167 Text* text = new Text(); variable 180 Text* text = new Text(); variable 205 const char* text = "abcd"; variable 217 const char* text = "\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82"; variable 230 const char* text = "鸿蒙操作系统"; variable 242 const char* text = "轻量图形子系统\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82鸿蒙操作系統"; variable 255 const char* text = "鸿蒙操作系统abcd"; variable 267 const char* text = "鸿蒙操作系統轻量图形子系统TDD测试用例\xEF\x80\x80\xEF\x80\x81\xEF\x80\x82"; variable 281 const char* text = "鸿蒙abcd操作系统"; variable [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_conversational_message_test.cpp | 43 std::string text = "Text"; variable 60 std::string text = "Text"; variable 80 std::string text = "Text"; variable 99 std::string text = "Text"; variable 116 std::string text = "Text"; variable 132 std::string text = "Text"; variable 156 std::string text = "Text"; variable 172 std::string text = "Text"; variable 191 std::string text = "Text"; variable 213 std::string text = "Text"; variable
|
/ohos5.0/drivers/hdf_core/framework/tools/hcs-view/hcsWebView/test/public_moudle/ |
H A D | base.py | 49 def sendkeys(self, locator, text=''): argument 71 def click_canvas_by_text(self, text): argument 90 def get_canvas_point_position(self, path, text): argument 110 def get_obtain_point_position(self, path, text): argument 130 def add_node(self, text): argument 143 def add_attr(self, text): argument 168 def node_in_kuang(self, path, text): argument 180 def kuang_contain_text(self, path, text): argument 192 def text_count(self, path, text): argument
|
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | text_listener_inner_api_test.cpp | 90 std::string text = "text"; variable 107 std::string text = "text"; variable 219 std::u16string text; variable 236 std::u16string text = u""; variable 264 std::u16string text; variable 281 std::u16string text = u""; variable 597 std::string text = "text"; variable 618 std::string text = "text"; variable
|
/ohos5.0/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/ |
H A D | text_napi.cpp | 44 auto *text = new (std::nothrow) TextNapi(); in New() local 55 auto *text = new (std::nothrow) TextNapi(); in NewInstance() local 64 auto *text = static_cast<TextNapi *>(data); in Destructor() local 81 auto text = GetText(env, info, ctxt); in GetDetails() local 103 auto text = static_cast<TextNapi *>(ctxt->native); in SetDetails() local
|
/ohos5.0/base/update/updater/test/unittest/test_data/ui/layout/ |
H A D | menu.json | 18 "text" : "Reboot to normal system", string 29 "text" : "Userdata reset", string 39 "text" : "Update from SD Card", string 49 "text" : "Tip", string 59 "text" : "Delete user date now...", string 69 "text" : "Do you want to continue?", string 79 "text" : "Continue", string 89 "text" : "Cancel", string
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/paste_button/ |
H A D | paste_button_model_ng.cpp | 44 void PasteButtonModelNG::Create(int32_t text, int32_t icon, in Create() 51 RefPtr<FrameNode> PasteButtonModelNG::CreateNode(int32_t text, int32_t icon, in CreateNode() 73 bool PasteButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/inner_api/ace/ai/ |
H A D | data_detector_interface.h | 38 std::string text; member 58 virtual int8_t GetCursorPosition(const std::string& text, int8_t offset) in GetCursorPosition() 63 virtual std::vector<int8_t> GetWordSelection(const std::string& text, int8_t offset) in GetWordSelection()
|
/ohos5.0/docs/en/application-dev/reference/apis-input-kit/.vscode/ |
H A D | settings.json | 4 "text": "▶", string 13 "text": "$(sync)", string
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-input-kit/.vscode/ |
H A D | settings.json | 4 "text": "▶", string 13 "text": "$(sync)", string
|
/ohos5.0/base/update/updater/resources/rk3568/pages/ |
H A D | menu.json | 53 "text": "[LABEL_UPDATE_FROM_SDCARD]", string 63 "text": "[LABEL_REBOOT_DEVICE]", string 73 "text": "[LABEL_USER_DATA_RESET]", string 83 "text": "[LABEL_USER_DATA_RESET]", string 93 "text": "[LABEL_REBOOT]", string 103 "text": "[LABEL_SHUTDOWN]", string 113 "text": "[LABEL_MENU_USAGE]", string
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/ |
H A D | security_component_model_ng.h | 28 int32_t text; member 67 virtual bool GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/rosen/ |
H A D | testing_typography_create.h | 57 virtual void AddText(const std::u16string& text) {} in AddText() 61 virtual void AppendText(const std::u16string& text) {} in AppendText()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/ui/rstextureexport_fuzzer/ |
H A D | rstextureexport_fuzzer.cpp | 68 RSTextureExport text(node, surfaceId); in DoRSTextureExport() local 87 RSTextureExport text(node, surfaceId); in DoDoTextureExport() local 107 RSTextureExport text(node, surfaceId); in DoStopTextureExport() local
|
/ohos5.0/base/security/huks/frameworks/crypto_lite/cipher/src/ |
H A D | cipher_aes.c | 60 static char *MallocDecodeData(const char *text, size_t *olen) in MallocDecodeData() 86 static char *MallocEncodeData(const unsigned char *text, size_t *olen) in MallocEncodeData() 185 static int32_t InitAesCryptDataText(const char *action, const char *key, const char *text, CryptDat… in InitAesCryptDataText() 223 static int32_t InitAesData(const char *action, const char *key, const char *text, CryptData *data) in InitAesData() 316 int32_t InitAesCryptData(const char *action, const char *text, const char *key, const AesIvMode *iv, in InitAesCryptData()
|
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_edit_text_unit_test.cpp | 110 const char* text = "abc"; variable 255 const char* text = "abc"; variable 271 const char* text = "abc"; variable 305 const char* text = "abc"; variable
|
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/ |
H A D | native_text_changed_listener.cpp | 21 void NativeTextChangedListener::InsertText(const std::u16string &text) in InsertText() 161 char16_t *text = new char16_t[length]; in GetLeftTextOfCursor() local 192 char16_t *text = new char16_t[length]; in GetRightTextOfCursor() local 255 int32_t NativeTextChangedListener::SetPreviewText(const std::u16string &text, const OHOS::MiscServi… in SetPreviewText()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_arc_label.cpp | 181 void UIArcLabel::SetText(const char* text) in SetText() 249 const char* text = arcLabelText_->GetText(); in OnDraw() local 281 Rect UIArcLabel::GetArcTextRect(const char* text, uint16_t fontId, uint8_t fontSize, const Point& a… in GetArcTextRect() 327 const char* text = arcLabelText_->GetText(); in GetLineEnd() local 338 const char* text = arcLabelText_->GetText(); in MeasureArcTextInfo() local 368 const char* text = arcLabelText_->GetText(); in OnMeasureArcTextInfo() local 415 const char* text = arcLabelText_->GetText(); in GetArcLength() local
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/2d_graphics/unittest/engine_adapter/ |
H A D | static_factory_test.cpp | 52 char text[10] = { 0 }; variable 150 char text[] = "hello"; variable 167 char text[] = "hello"; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_styles.cpp | 158 std::string text; in GetSymbolRenderingStrategyInJson() local 170 std::string text; in GetSymbolEffectStrategyInJson() local 184 std::string text; in GetLineBreakStrategyInJson() local 197 std::string text = ""; in GetSymbolEffectOptionsInJson() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/location_button/ |
H A D | location_button_model_ng.cpp | 44 void LocationButtonModelNG::Create(int32_t text, int32_t icon, in Create() 60 bool LocationButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/security_component/save_button/ |
H A D | save_button_model_ng.cpp | 45 void SaveButtonModelNG::Create(int32_t text, int32_t icon, in Create() 61 bool SaveButtonModelNG::GetTextResource(int32_t textStyle, std::string& text) in GetTextResource()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/ |
H A D | render_text.cpp | 77 auto text = weakText.Upgrade(); in Update() local 297 auto text = weak.Upgrade(); in OnTouchTestHit() local 338 auto text = weak.Upgrade(); in OnTouchTestHit() local 346 auto text = weak.Upgrade(); in OnTouchTestHit() local 587 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local 595 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local 604 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local 612 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local 630 auto text = weak.Upgrade(); in RegisterCallbacksToOverlay() local 1232 auto text = weak.Upgrade(); in CreateSelectRecognizer() local [all …]
|
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_data_channel_stub.cpp | 51 std::u16string text; in InsertTextOnRemote() local 86 std::u16string text; in GetTextBeforeCursorOnRemote() local 98 std::u16string text; in GetTextAfterCursorOnRemote() local 228 std::string text; in SetPreviewTextOnRemote() local 243 int32_t InputDataChannelStub::InsertText(const std::u16string &text) in InsertText() 258 int32_t InputDataChannelStub::GetTextBeforeCursor(int32_t number, std::u16string &text) in GetTextBeforeCursor() 263 int32_t InputDataChannelStub::GetTextAfterCursor(int32_t number, std::u16string &text) in GetTextAfterCursor() 336 int32_t InputDataChannelStub::SetPreviewText(const std::string &text, const Range &range) in SetPreviewText()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | tab_bar_item_component.cpp | 34 TabBarItemComponent::TabBarItemComponent(const std::string& text, const RefPtr<Component>& imageCom… in TabBarItemComponent() 92 auto text = AceType::DynamicCast<TextComponent>(component); in UpdateStyle() local 130 auto text = AceType::MakeRefPtr<TextComponent>(textStr); in BuildWithTextIcon() local
|