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:switchesLen
(Results
1 - 8
of
8
) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/src/
H
A
D
matrix_event.cpp
51
switches == INVALID_VALUE &&
switchesLen
== INVALID_LENGTH);
in IsValid()
H
A
D
device_matrix.cpp
338
dataLevel.
switchesLen
== INVALID_LENGTH) {
in SaveSwitches()
345
newMeta.length = dataLevel.
switchesLen
;
in SaveSwitches()
361
.
switchesLen
= dataLevel.
switchesLen
,
in Broadcast()
423
matrixData.
switchesLen
= switchesData.length;
in OnChanged()
758
switches == INVALID_VALUE &&
switchesLen
== INVALID_LENGTH);
in IsValid()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/matrix/include/
H
A
D
matrix_event.h
33
uint16_t
switchesLen
= INVALID_LENGTH;
member
H
A
D
device_matrix.h
61
uint16_t
switchesLen
= INVALID_LENGTH;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/communicator/
H
A
D
commu_types.h
81
uint16_t
switchesLen
;
member
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/
H
A
D
kvstore_meta_manager.cpp
111
level.
switchesLen
= levelInfo.
switchesLen
;
in InitBroadcast()
122
level.
switchesLen
= matrixData.
switchesLen
;
in InitBroadcast()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H
A
D
softbus_adapter_standard.cpp
80
.
switchesLen
= dataLevel.switchLength,
in OnDataLevelChanged()
458
.switchLength = levelInfo.
switchesLen
,
in Broadcast()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H
A
D
kvdb_service_impl.cpp
308
.
switchesLen
= data.length,
in PutSwitch()
Completed in 7 milliseconds