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:EL4
(Results
1 - 5
of
5
) sorted by relevance
/foundation/filemanagement/storage_service/services/common/include/
H
A
D
storage_service_constant.h
67
static const std::string
EL4
= "el4";
member
81
{
EL4
, EL4_KEY},
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/store/
H
A
D
auto_cache.cpp
64
if ((meta.area >= GeneralStore::
EL4
&& ScreenManager::GetInstance()->IsLocked()) ||
in GetStore()
156
(!isScreenLocked || it->second.GetArea() < GeneralStore::
EL4
) &&
in CloseStore()
191
if ((isScreenLocked && it->second.GetArea() >= GeneralStore::
EL4
) || !it->second.Close()) {
in CloseExcept()
221
if ((!isScreenLocked || it->second.GetArea() < GeneralStore::
EL4
) && (isForce || it->second < current) &&
in GarbageCollect()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H
A
D
user_manager.cpp
152
err = DestroyDirsFromIdAndLevel(userId,
EL4
);
in DestroyUserDirs()
190
if (level != EL3 && level !=
EL4
&& level != EL5) {
in PrepareDirsFromIdAndLevel()
233
if (level != EL3 && level !=
EL4
&& level != EL5) {
in DestroyDirsFromIdAndLevel()
394
err = PrepareDirsFromIdAndLevel(userId,
EL4
);
in CheckCrypto()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
general_store.h
71
EL4
,
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
types.h
291
EL4
Completed in 3 milliseconds