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:stateSize
(Results
1 - 5
of
5
) sorted by relevance
/foundation/communication/bluetooth_service/services/bluetooth/ipc/src/
H
A
D
bluetooth_pan_stub.cpp
110
int32_t
stateSize
= data.ReadInt32();
in GetDevicesByStatesInner()
local
111
if (static_cast<uint32_t>(
stateSize
) > PAN_DEVICES_STATES_MAX_NUMS) {
in GetDevicesByStatesInner()
114
for (int i = 0; i <
stateSize
; i++) {
in GetDevicesByStatesInner()
H
A
D
bluetooth_a2dp_sink_stub.cpp
127
int32_t
stateSize
= data.ReadInt32();
in GetDevicesByStatesInner()
local
128
if (
stateSize
> A2DP_MAX_SNK_CONNECTION_NUMS) {
in GetDevicesByStatesInner()
132
for (int i = 0; i <
stateSize
; i++) {
in GetDevicesByStatesInner()
H
A
D
bluetooth_hid_host_stub.cpp
139
int32_t
stateSize
= data.ReadInt32();
in GetDevicesByStatesInner()
local
140
if (static_cast<uint32_t>(
stateSize
) > HID_DEVICE_BY_STATES_NUM_MAX) {
in GetDevicesByStatesInner()
144
for (int i = 0; i <
stateSize
; i++) {
in GetDevicesByStatesInner()
H
A
D
bluetooth_a2dp_src_stub.cpp
167
int32_t
stateSize
= data.ReadInt32();
in GetDevicesByStatesInner()
local
168
if (
stateSize
> A2DP_MAX_SRC_CONNECTION_NUMS) {
in GetDevicesByStatesInner()
172
for (int i = 0; i <
stateSize
; i++) {
in GetDevicesByStatesInner()
H
A
D
bluetooth_avrcp_ct_stub.cpp
158
int32_t
stateSize
= data.ReadInt32();
in GetDevicesByStatesInner()
local
159
if (IsInvalidDeviceStatesSize(
stateSize
)) {
in GetDevicesByStatesInner()
163
for (int i = 0; i <
stateSize
; i++) {
in GetDevicesByStatesInner()
Completed in 4 milliseconds