Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:maxLength_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/classic/
H
A
D
classic_bluetooth_data.cpp
31
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
D
classic_bluetooth_data.h
95
int
maxLength_
{};
/foundation/arkui/ui_lite/frameworks/components/
H
A
D
ui_edit_text.cpp
91
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
D
ui_edit_text.h
405
uint16_t
maxLength_
;
member in OHOS::UIEditText
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H
A
D
render_text_field.h
328
return
maxLength_
;
in GetMaxLength()
588
uint32_t
maxLength_
= std::numeric_limits<uint32_t>::max();
member in OHOS::OHOS::Ace::RenderTextField
H
A
D
render_text_field.cpp
175
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
D
rosen_render_text_field.cpp
856
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