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:isDlpSandbox
(Results
1 - 5
of
5
) sorted by relevance
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ipc/
H
A
D
create_dir_param.cpp
39
isDlpSandbox
= parcel.ReadBool();
in ReadFromParcel()
57
WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel,
isDlpSandbox
);
in Marshalling()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/
H
A
D
create_dir_param.h
35
bool
isDlpSandbox
= false;
member
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H
A
D
installd_host_impl.h
249
unsigned int GetHapFlags(const bool isPreInstallApp, const bool debug, const bool
isDlpSandbox
);
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/sandbox_app/
H
A
D
bundle_sandbox_installer.cpp
256
createDirParam.
isDlpSandbox
= (appIndex > DLP_SANDBOX_APP_INDEX);
in CreateSandboxDataDir()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H
A
D
installd_host_impl.cpp
435
createDirParam.
isDlpSandbox
);
in CreateBundleDataDir()
573
createDirParam.
isDlpSandbox
);
in CreateExtensionDir()
968
unsigned int InstalldHostImpl::GetHapFlags(const bool isPreInstallApp, const bool debug, const bool
isDlpSandbox
)
in GetHapFlags()
argument
974
hapFlags |=
isDlpSandbox
? SELINUX_HAP_DLP : 0;
in GetHapFlags()
Completed in 5 milliseconds