| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
| H A D | text_field_pattern_test.cpp | 2521 std::string text = "Test"; HWTEST_F() local [all...] |
| H A D | text_field_controller_test.cpp | 553 std::string text = "CabcdefgABhCDEFG0123a456A789"; HWTEST_F() local 625 std::string text = "3.1.4."; HWTEST_F() local 652 std::string text = "3.14"; HWTEST_F() local [all...] |
| H A D | text_area_decoration_test.cpp | 168 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
| H A D | text_area_menu_test.cpp | 179 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument [all...] |
| H A D | text_input_wordbreak_test.cpp | 184 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/ui_extension/mock/ |
| H A D | mock_dynamic_component_renderer_impl.cpp | 57 void DynamicComponentRendererImpl::SearchElementInfosByText(int64_t elementId, const std::string& text,
in SearchElementInfosByText() argument
|
| /foundation/arkui/ui_lite/interfaces/kits/font/ |
| H A D | ui_font.h | 35 uint16_t GetShapingFontId(char* text, uint8_t& ttfId, uint32_t& script, uint16_t fontId, uint8_t size) const in GetShapingFontId() argument 227 GetOffsetPosY(const char* text, uint16_t lineLength, bool& isAllEmoji, uint16_t fontId, uint8_t fontSize) in GetOffsetPosY() argument
|
| H A D | base_font.h | 122 virtual uint16_t GetShapingFontId(char* text, uint8_t& ttfId, uint32_t& script, uint16_t fontId, uint8_t size) const in GetShapingFontId() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/web/ |
| H A D | web_pattern_touch_test_ng.cpp | 343 std::string text = "test"; in HWTEST_F() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/draw/textblob_fuzzer/ |
| H A D | text_blob_fuzzer.cpp | 66 char* text = new char[count]; in TextBlobFuzzTest002() local 108 char* text in TextBlobFuzzTest003() local 172 char* text = new char[count]; TextBlobFuzzTest005() local [all...] |
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/text/font_fuzzer/ |
| H A D | font_fuzzer.cpp | 201 char* text = new char[count]; in FontFuzzTest006() local 235 char* text = new char[count]; in FontFuzzTest007() local 260 char* text = new char[count]; FontFuzzTest008() local 311 char* text = new char[count]; FontFuzzTest010() local [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_engine/rosen_text/skia_txt/impl/ |
| H A D | paragraph_builder_impl.cpp | 126 void ParagraphBuilderImpl::AddText(const std::u16string& text) in AddText() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_text_blob.cpp | 47 std::shared_ptr<TextBlob> SkiaTextBlob::MakeFromText(const void* text, size_t byteLength, in MakeFromText() argument 65 std::shared_ptr<TextBlob> SkiaTextBlob::MakeFromPosText(const void* text, size_t byteLength, in MakeFromPosText() argument 90 std::shared_ptr<TextBlob> SkiaTextBlob::MakeFromRSXform(const void* text, size_t byteLength, in MakeFromRSXform() argument
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/drawing_ndk/cpp/interface/ |
| H A D | canvas_test.cpp | 117 std::string text = "textblob"; in OnTestPerformance() local
|
| /foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/ |
| H A D | media_file_utils_test.cpp | 136 static bool CheckFileString(const string &filePath, const string &text) in CheckFileString() argument
|
| /foundation/communication/nfc/test/fuzztest/tags_test/ndefmessage/ndefmessage_fuzzer/ |
| H A D | ndefmessage_fuzzer.cpp | 118 std::string text = NfcSdkCommon::UnsignedCharToHexString(data[0]); in FuzzMakeTextRecord() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
| H A D | udmf_run_time_store_test.cpp | 543 Text text; in HWTEST_F() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | share_block.cpp | 54 int SeriPutString(void *pCtx, int addedRows, int column, const char *text, int size)
in SeriPutString() argument 248 const char *text = reinterpret_cast<const char *>(sqlite3_column_text(statement, pos));
in FillOneRowOfString() local
|
| /foundation/distributeddatamgr/preferences/frameworks/native/src/ |
| H A D | preferences_xml_utils.cpp | 263 xmlChar *text = xmlNodeGetContent(node); in ParseStringNodeElement() local 468 xmlNodePtr text = xmlNewText(BAD_CAST value); in CreateStringNode() local
|
| /foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/ |
| H A D | rdb_value_bucket_test.cpp | 325 auto *text = std::get_if<std::string>(&output);
in HWTEST_F() local 359 auto *text = std::get_if<std::string>(&output);
in HWTEST_F() local
|
| /foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/ |
| H A D | file_n_exporter.h | 135 std::string text = ""; member
|
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/paragraph_builder_napi/ |
| H A D | js_paragraph_builder.cpp | 170 std::string text = ""; in OnAddText() local
|
| /test/testfwk/arkxtest/uitest/core/ |
| H A D | widget_operator.cpp | 173 void WidgetOperator::InputText(string_view text, ApiCallErr &error) const in InputText() argument
|
| H A D | ui_controller.h | 32 std::string text; member
|
| /test/testfwk/arkxtest/uitest/cj/ |
| H A D | uitest_ffi.cpp | 74 static void SetPasteBoardData(string_view text) in SetPasteBoardData() argument
|