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:rawAddsSize
(Results
1 - 7
of
7
) sorted by relevance
/foundation/communication/bluetooth/frameworks/inner/ipc/src/
H
A
D
bluetooth_pan_proxy.cpp
84
int32_t
rawAddsSize
= reply.ReadInt32();
in GetDevicesByStates()
local
87
for (int i = 0; i <
rawAddsSize
; i++) {
in GetDevicesByStates()
H
A
D
bluetooth_a2dp_src_proxy.cpp
96
int32_t
rawAddsSize
= reply.ReadInt32();
in GetDevicesByStates()
local
97
for (int i = 0; i <
rawAddsSize
; i++) {
in GetDevicesByStates()
540
int32_t
rawAddsSize
= reply.ReadInt32();
in GetVirtualDeviceList()
local
542
CHECK_AND_RETURN_LOG(
rawAddsSize
<= MAX_A2DP_VIRTUAL_DEVICE, "virtual device size error.");
in GetVirtualDeviceList()
544
for (int i = 0; i <
rawAddsSize
; i++) {
in GetVirtualDeviceList()
H
A
D
bluetooth_a2dp_sink_proxy.cpp
95
int32_t
rawAddsSize
= reply.ReadInt32();
in GetDevicesByStates()
local
96
for (int i = 0; i <
rawAddsSize
; i++) {
in GetDevicesByStates()
H
A
D
bluetooth_opp_proxy.cpp
183
int32_t
rawAddsSize
= reply.ReadInt32();
in GetDevicesByStates()
local
184
for (int i = 0; i <
rawAddsSize
; i++) {
in GetDevicesByStates()
H
A
D
bluetooth_hfp_ag_proxy.cpp
458
int32_t
rawAddsSize
= reply.ReadInt32();
in GetVirtualDeviceList()
local
460
CHECK_AND_RETURN_LOG(
rawAddsSize
<= MAX_HFP_VIRTUAL_DEVICE, "virtual device size error.");
in GetVirtualDeviceList()
462
for (int i = 0; i <
rawAddsSize
; i++) {
in GetVirtualDeviceList()
H
A
D
bluetooth_hid_host_proxy.cpp
102
int32_t
rawAddsSize
= reply.ReadInt32();
in GetDevicesByStates()
local
105
for (int i = 0; i <
rawAddsSize
; i++) {
in GetDevicesByStates()
H
A
D
bluetooth_avrcp_ct_proxy.cpp
83
int32_t
rawAddsSize
= reply.ReadInt32();
in GetConnectedDevices()
local
84
for (int i = 0; i <
rawAddsSize
; i++) {
in GetConnectedDevices()
112
int32_t
rawAddsSize
= reply.ReadInt32();
in GetDevicesByStates()
local
113
for (int i = 0; i <
rawAddsSize
; i++) {
in GetDevicesByStates()
Completed in 6 milliseconds