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:EL2
(Results
1 - 8
of
8
) sorted by relevance
/foundation/filemanagement/storage_service/services/common/include/
H
A
D
storage_service_constant.h
65
static const std::string
EL2
= "el2";
member
79
{
EL2
, EL2_KEY},
/foundation/multimedia/media_library/frameworks/services/media_distributed/src/devices_info_interact/
H
A
D
devices_info_interact.cpp
59
.area = DistributedKv::Area::
EL2
,
in Init()
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H
A
D
user_manager.cpp
129
err = DestroyDirsFromIdAndLevel(userId,
EL2
);
in DestroyUserDirs()
378
err = PrepareDirsFromIdAndLevel(userId,
EL2
);
in CheckCrypto()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H
A
D
general_store.h
69
EL2
,
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H
A
D
types.h
289
EL2
,
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H
A
D
quota_manager.cpp
347
std::string physicalPrefixEl2 = PHY_APP +
EL2
+ FILE_SEPARATOR_CHAR + std::to_string(userId) + BASE +
in AddPathMapForPathWildCard()
425
std::string physicalPrefix = PHY_APP +
EL2
+ FILE_SEPARATOR_CHAR + std::to_string(userId) + BASE +
in RecognizeSandboxWildCard()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/test/
H
A
D
single_store_impl_test.cpp
1538
* @tc.desc: delete the kv store with the area is
EL2
1554
options.area =
EL2
;
in HWTEST_F()
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H
A
D
key_manager.cpp
572
std::string dirType = (type == EL1_KEY) ? EL1 :
EL2
;
in GenerateIntegrityDirs()
1731
LOGE("Basekey update
EL2
newest context failed");
in UpdateCeEceSeceUserAuth()
Completed in 9 milliseconds