Home
last modified time | relevance | path

Searched refs:maxLength_ (Results 1 - 7 of 7) sorted by relevance

/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H A Dclassic_bluetooth_data.cpp31 maxLength_ = 0; in ~ClassicBluetoothData()
37 std::vector<uint8_t> btData(maxLength_); in GetClassicBluetoothData()
45 (maxLength_ - offset - EXTEND_INQUIRY_RESPONSE_TYPE_SIZE - EXTEND_INQUIRY_RESPONSE_LENGTH_SIZE), in GetClassicBluetoothData()
59 maxLength_ = len; in SetDataMaxLength()
65 if (offset > maxLength_) { in AddDataStructure()
80 while (offset < maxLength_) { in ParserData()
H A Dclassic_bluetooth_data.h95 int maxLength_ {};
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_edit_text.cpp91 maxLength_(MAX_TEXT_LENGTH), in UIEditText()
557 if (cursorIndex_ > textLen || insertWTextLen + textLen > maxLength_) { in InsertTextByCursorIndex()
691 maxLength_ = maxLength; in SetMaxLength()
699 return maxLength_; in GetMaxLength()
/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_edit_text.h405 uint16_t maxLength_; member in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.h328 return maxLength_; in GetMaxLength()
588 uint32_t maxLength_ = std::numeric_limits<uint32_t>::max(); member in OHOS::OHOS::Ace::RenderTextField
H A Drender_text_field.cpp175 maxLength_ = textField->GetMaxLength(); in Update()
1553 if (maxLength_ < std::numeric_limits<uint32_t>::max()) { in UpdateFormatters()
1554 textInputFormatters_.emplace_back(std::make_unique<LengthLimitingFormatter>(maxLength_)); in UpdateFormatters()
1776 if (static_cast<uint32_t>(value->GetWideText().length()) > maxLength_) { in UpdateEditingValue()
2684 refPtr->SetMaxTextLength(maxLength_); in UpdateAccessibilityAttr()
2812 return showCounter_ && maxLength_ < std::numeric_limits<uint32_t>::max(); in ShowCounter()
2820 if (value.GetWideText().size() > maxLength_) { in ChangeCounterStyle()
2823 } else if (value.GetWideText().size() < maxLength_) { in ChangeCounterStyle()
H A Drosen_render_text_field.cpp856 std::to_string(GetEditingValue().GetWideText().size()) + "/" + std::to_string(maxLength_)));
860 std::to_string(GetEditingValue().GetWideText().size()) + "/" + std::to_string(maxLength_)));

Completed in 12 milliseconds