| /foundation/barrierfree/accessibility/services/aams/src/ |
| H A D | accessible_ability_channel.cpp | 108 SearchElementInfosByText(const int32_t accessibilityWindowId, const int64_t elementId, const std::string &text, const int32_t requestId, const sptr<IAccessibilityElementOperatorCallback> &callback) SearchElementInfosByText() argument
|
| /foundation/arkui/ui_lite/frameworks/components/ |
| H A D | ui_dialog.cpp | 161 void UIDialog::SetText(const char* text) in SetText() argument 169 void UIDialog::SetButton(DialogButtonType buttonType, const char* text, UIView::OnClickListener* listener) in SetButton() argument 218 AddButton(DialogButtonType buttonType, UILabelButton* button, const char* text, UIView::OnClickListener* listener) AddButton() argument [all...] |
| H A D | ui_label.cpp | 177 void UILabel::SetText(const char* text) in SetText() argument 187 void UILabel::SetText(const SpannableString* text) in SetText() argument
|
| /foundation/arkui/ui_lite/frameworks/font/ |
| H A D | ui_font_bitmap.cpp | 58 UIFontBitmap::GetShapingFontId(char* text, uint8_t& ttfId, uint32_t& script, uint16_t fontId, uint8_t size) const in GetShapingFontId() argument 302 uint16_t UIFontBitmap::GetOffsetPosY(const char* text, in GetOffsetPosY() argument 357 uint16_t UIFontBitmap::GetLineMaxHeight(const char* text, in GetLineMaxHeight() argument [all...] |
| /foundation/arkui/ui_lite/test/uitest/test_border_margin_padding/ |
| H A D | ui_test_border_margin_padding.cpp | 370 void UITestBorderMarginPadding::AddTitle(const char* text) in AddTitle() argument
|
| /foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
| H A D | text_input_area_model_test.cpp | 190 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument [all...] |
| H A D | text_area_test.cpp | 188 CreateTextField( const std::string& text, const std::string& placeHolder, const std::function<void(TextFieldModelNG&)>& callback) CreateTextField() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/samples/2d_graphics/PathDrawingSample/entry/src/main/cpp/samples/ |
| H A D | sample_bitmap.cpp | 290 const char *text = "路径描边\n"; in DrawTextInPath() local 368 const char *text = "Hello World\n"; in DrawText() local
|
| /foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/ndk/drawing_fuzzer/ |
| H A D | drawing_fuzzer.cpp | 391 std::string text = "Hello \t 中国 测 World \n !@#$%^&*~(){}[] 123 4567890 - = ,. < >、/Drawing testlp "; in OHDrawingLineTypographyTest() local
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/src/ |
| H A D | drawing_font.cpp | 205 int OH_Drawing_FontCountText(OH_Drawing_Font* cFont, const void* text, size_t byteLength, in OH_Drawing_FontCountText() argument 216 uint32_t OH_Drawing_FontTextToGlyphs(const OH_Drawing_Font* cFont, const void* text, uint32_t byteLength, in OH_Drawing_FontTextToGlyphs() argument 252 OH_Drawing_ErrorCode OH_Drawing_FontMeasureText(const OH_Drawing_Font* cFont, const void* text, size_t byteLength, in OH_Drawing_FontMeasureText() argument 439 OH_Drawing_FontGetTextPath(const OH_Drawing_Font* cFont, const void* text, size_t byteLength, OH_Drawing_TextEncoding encoding, float x, float y, OH_Drawing_Path* path) OH_Drawing_FontGetTextPath() argument [all...] |
| /foundation/multimedia/player_framework/frameworks/native/player/test/unittest/src/ |
| H A D | player_unit_test.cpp | 2111 char text[100]; // 100: text len
in HWTEST_F() local
|
| /foundation/communication/nfc/interfaces/inner_api/common/ |
| H A D | ndef_message.cpp | 112 std::shared_ptr<NdefRecord> NdefMessage::MakeTextRecord(const std::string& text, const std::string& locale)
in MakeTextRecord() argument
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
| H A D | distributeddb_interfaces_import_and_export_test.cpp | 1172 std::string text = "Hello world."; in HWTEST_F() local
|
| H A D | distributeddb_interfaces_import_and_export_rd_test.cpp | 1138 std::string text = "Hello world."; in HWTEST_F() local
|
| /foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/fuzztest/udmfclient_fuzzer/ |
| H A D | udmf_client_fuzzer.cpp | 118 Text text;
in SetDataTextFuzz() local 476 Text text;
in GetSummaryFuzz() local
|
| /foundation/distributedhardware/device_manager/utils/src/crypto/ |
| H A D | dm_crypto.cpp | 91 std::string Crypto::Sha256(const std::string &text, bool isUpper) in Sha256() argument 207 std::string Crypto::GetHashWithSalt(const std::string &text, const std::string &salt) in GetHashWithSalt() argument
|
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
| H A D | skia_font.cpp | 240 int SkiaFont::TextToGlyphs(const void* text, size_t byteLength, TextEncoding encoding, in TextToGlyphs() argument 247 scalar SkiaFont::MeasureText(const void* text, size_t byteLength, TextEncoding encoding, Rect* bounds) const in MeasureText() argument 253 int SkiaFont::CountText(const void* text, size_t byteLength, TextEncoding encoding) const in CountText() argument 279 void SkiaFont::GetTextPath(const void* text, size_t length, TextEncoding encoding, in GetTextPath() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/text/ |
| H A D | font.cpp | 173 int Font::TextToGlyphs(const void* text, size_t byteLength, TextEncoding encoding, in TextToGlyphs() argument 179 scalar Font::MeasureText(const void* text, size_t byteLength, TextEncoding encoding, Rect* bounds) const in MeasureText() argument 226 int Font::CountText(const void* text, size_t byteLength, TextEncoding encoding) const in CountText() argument 236 void Font::GetTextPath(const void* text, size_t byteLength, TextEncoding encoding, float x, float y, Path* path) const in GetTextPath() argument [all...] |
| /foundation/graphic/graphic_2d/interfaces/kits/napi/graphic/text/utils/ |
| H A D | napi_common.cpp | 58 std::string text = "";
in OnMakeFontFamilies() local 158 std::string text = "";
in ParsePartTextStyle() local [all...] |
| /kernel/linux/linux-5.10/drivers/i2c/busses/ |
| H A D | scx200_acb.c | 415 static struct scx200_acb_iface *scx200_create_iface(const char *text, in scx200_create_iface() argument 469 static struct scx200_acb_iface *scx200_create_dev(const char *text, in scx200_create_dev() argument
|
| /kernel/linux/linux-5.10/drivers/net/fddi/skfp/ |
| H A D | pmf.c | 1556 void dump_smt(struct s_smc *smc, struct smt_header *sm, char *text) in dump_smt() argument
|
| /kernel/linux/linux-5.10/drivers/thunderbolt/ |
| H A D | property.c | 575 tb_property_add_text(struct tb_property_dir *parent, const char *key, const char *text) tb_property_add_text() argument [all...] |
| /kernel/linux/linux-5.10/scripts/kconfig/lxdialog/ |
| H A D | dialog.h | 92 const char *text; member
|
| /kernel/linux/linux-5.10/scripts/kconfig/ |
| H A D | nconf.gui.c | 175 int get_line_no(const char *text) in get_line_no() argument 189 const char *get_line(const char *text, int line_no) in get_line() argument 214 void fill_window(WINDOW *win, const char *text) in fill_window() argument 550 show_scroll_win(WINDOW *main_window, const char *title, const char *text) show_scroll_win() argument [all...] |
| /kernel/linux/linux-5.10/scripts/dtc/ |
| H A D | srcpos.c | 232 void srcpos_update(struct srcpos *pos, const char *text, int len) in srcpos_update() argument
|