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:head_
(Results
1 - 5
of
5
) sorted by relevance
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H
A
D
dlp_file.cpp
59
head_
.magic = DLP_FILE_MAGIC;
in DlpFile()
60
head_
.version = CURRENT_VERSION;
in DlpFile()
61
head_
.offlineAccess = 0;
in DlpFile()
62
head_
.txtOffset = INVALID_FILE_SIZE;
in DlpFile()
63
head_
.txtSize = INVALID_FILE_SIZE;
in DlpFile()
64
head_
.certOffset = sizeof(struct DlpHeader);
in DlpFile()
65
head_
.certSize = 0;
in DlpFile()
66
head_
.contactAccountOffset = 0;
in DlpFile()
67
head_
.contactAccountSize = 0;
in DlpFile()
68
head_
in DlpFile()
[all...]
/base/update/sys_installer/services/module_update/service/src/
H
A
D
module_update_queue.cpp
24
ModuleUpdateQueue::ModuleUpdateQueue() : size_(0),
head_
(0), tail_(0)
in ModuleUpdateQueue()
63
std::pair<int32_t, std::string> saStatus = std::move(queue_[
head_
]);
in Pop()
64
head_
= (
head_
+ 1) % MAX_SIZE;
in Pop()
/base/update/sys_installer/services/module_update/service/include/
H
A
D
module_update_queue.h
42
int
head_
;
member in OHOS::SysInstaller::ModuleUpdateQueue
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H
A
D
dlp_file_test.cpp
80
testFile.
head_
.version = SECOND;
in initDlpFileCiper()
558
//
head_
.certSize = 0
in HWTEST_F()
559
testFile.
head_
.certSize = 0;
in HWTEST_F()
1555
testFile.
head_
.txtOffset = 16;
in HWTEST_F()
1580
testFile.
head_
.txtOffset = 16;
in HWTEST_F()
1582
testFile.
head_
.txtOffset = 0;
in HWTEST_F()
1631
testFile.
head_
.txtOffset = 0;
in HWTEST_F()
1679
testFile.
head_
.txtOffset = 0;
in HWTEST_F()
1753
testFile.
head_
.certSize = 10;
in HWTEST_F()
1754
testFile.
head_
in HWTEST_F()
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/include/
H
A
D
dlp_file.h
248
struct DlpHeader
head_
;
member in OHOS::Security::DlpPermission::DlpFile
Completed in 4 milliseconds