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:numOfItems_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_ct/
H
A
D
avrcp_ct_browse.h
214
return
numOfItems_
;
in GetNumOfItems()
231
uint32_t
numOfItems_
{AVRC_CT_SBP_NUMBER_OF_ITEMS}; // The value of the "Number of items".
330
return
numOfItems_
;
in GetNumOfItems()
338
uint32_t
numOfItems_
{AVRC_CT_CP_NUMBER_OF_ITEMS}; // The value of the "Number of items".
513
uint16_t
numOfItems_
{AVRC_CT_GFI_NUMBER_OF_ITEMS}; // The value of the "Number of Items".
822
return
numOfItems_
;
in GetNumOfItems()
829
uint32_t
numOfItems_
{AVRC_CT_GTNOI_NUMBER_OF_ITEMS}; // The value of the "Number of items".
H
A
D
avrcp_ct_browse.cpp
134
numOfItems_
= static_cast<uint32_t>(payload);
in DisassemblePacket()
135
HILOGI("
numOfItems_
: %{public}d",
numOfItems_
);
in DisassemblePacket()
267
numOfItems_
= static_cast<uint32_t>(payload);
in DisassemblePacket()
268
HILOGI("
numOfItems_
: %{public}d",
numOfItems_
);
in DisassemblePacket()
386
numOfItems_
= static_cast<uint16_t>(payload);
in DisassemblePacket()
387
HILOGI("
numOfItems_
: %{public}d",
numOfItems_
);
in DisassemblePacket()
390
for (int i = 0; i <
numOfItems_
;
in DisassemblePacket()
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/avrcp_tg/
H
A
D
avrcp_tg_browse.cpp
120
numOfItems_
= numOfItems;
in AvrcTgSbpPacket()
169
offset += PushOctets4((buffer + offset),
numOfItems_
);
in AssemblePacket()
170
HILOGI("
numOfItems_
: %{public}d",
numOfItems_
);
in AssemblePacket()
238
numOfItems_
= numOfItems;
in AvrcTgCpPacket()
275
PushOctets4((buffer + offset),
numOfItems_
);
in AssemblePacket()
276
HILOGI("
numOfItems_
: %{public}u",
numOfItems_
);
in AssemblePacket()
416
numOfItems_
= AVRC_TG_GFI_NUMBER_OF_ITEMS;
in CountMpFrameSize()
426
++
numOfItems_
;
in CountMpFrameSize()
[all...]
H
A
D
avrcp_tg_browse.h
237
uint32_t
numOfItems_
{AVRC_TG_SBP_NUMBER_OF_ITEMS}; // The value of the "Number of items".
355
uint32_t
numOfItems_
{AVRC_TG_CP_NUMBER_OF_ITEMS}; // The value of the "Number of items".
509
uint16_t
numOfItems_
{AVRC_TG_GFI_NUMBER_OF_ITEMS}; // The value of the "Number of Items".
825
uint32_t
numOfItems_
{AVRC_TG_GTNOI_NUMBER_OF_ITEMS}; // The value of the "Number of items".
/foundation/communication/bluetooth/interfaces/inner_api/include/
H
A
D
bluetooth_avrcp_ct.h
310
: uidCounter_(uidCounter),
numOfItems_
(numOfItems)
in TotalNumberOfItems()
315
uint32_t
numOfItems_
; // The number of items in the directory.
member in OHOS::Bluetooth::AvrcpCtResponse::TotalNumberOfItems
Completed in 7 milliseconds