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:recordList
(Results
1 - 4
of
4
) sorted by relevance
/foundation/communication/nfc/interfaces/inner_api/common/
H
A
D
ndef_message.cpp
415
std::vector<std::shared_ptr<NdefRecord>>
recordList
;
in ParseRecord()
local
418
return
recordList
;
in ParseRecord()
434
return
recordList
;
in ParseRecord()
437
return
recordList
;
in ParseRecord()
439
if (IsInvalidRecordLayoutHead(layout, isChunkFound,
recordList
.size(), isMbMeIgnored)) {
in ParseRecord()
440
return
recordList
;
in ParseRecord()
446
return
recordList
;
in ParseRecord()
461
return
recordList
;
in ParseRecord()
472
recordList
.push_back(record);
in ParseRecord()
479
return
recordList
;
in ParseRecord()
[all...]
/foundation/communication/netmanager_ext/test/netfirewallmanager/unittest/netfirewallmanager_test/
H
A
D
netfirewall_service_proxy_test.cpp
173
std::vector<InterceptRecord>
recordList
;
in static_cast()
local
178
recordList
.push_back(*record);
in static_cast()
179
reply.WriteUint32(
recordList
.size());
in static_cast()
180
for (auto rule :
recordList
) {
in static_cast()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H
A
D
multi_ver_vacuum.h
106
std::list<MultiVerRecordInfo> &
recordList
);
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H
A
D
multi_ver_vacuum.cpp
471
std::list<MultiVerRecordInfo> &
recordList
)
in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
479
const MultiVerRecordInfo &record =
recordList
.front();
in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
496
recordList
.pop_front();
in DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
470
DoDeleteRecordOfLeftShadowOrRightVacuumNeed(VacuumTaskContext &inTask, std::list<MultiVerRecordInfo> &
recordList
)
DoDeleteRecordOfLeftShadowOrRightVacuumNeed()
argument
Completed in 3 milliseconds