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:SandboxUtils
(Results
1 - 3
of
3
) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H
A
D
app_spawn_sandbox_test.cpp
91
OHOS::AppSpawn::
SandboxUtils
::SetAppSandboxProperty(appProperty);
in HWTEST_F()
109
OHOS::AppSpawn::
SandboxUtils
::SetAppSandboxProperty(appProperty);
in HWTEST_F()
122
int ret = OHOS::AppSpawn::
SandboxUtils
::SetAppSandboxProperty(nullptr);
in HWTEST_F()
137
int ret = OHOS::AppSpawn::
SandboxUtils
::SetAppSandboxProperty(appProperty);
in HWTEST_F()
151
int ret = OHOS::AppSpawn::
SandboxUtils
::SetAppSandboxProperty(appProperty);
in HWTEST_F()
165
int ret = OHOS::AppSpawn::
SandboxUtils
::SetAppSandboxProperty(appProperty);
in HWTEST_F()
200
OHOS::AppSpawn::
SandboxUtils
::StoreJsonConfig(j_config, SANBOX_APP_JSON_CONFIG);
in HWTEST_F()
208
OHOS::AppSpawn::
SandboxUtils
::SetAppSandboxProperty(appProperty);
in HWTEST_F()
241
OHOS::AppSpawn::
SandboxUtils
::StoreJsonConfig(j_config, SANBOX_APP_JSON_CONFIG);
in HWTEST_F()
249
OHOS::AppSpawn::
SandboxUtils
in HWTEST_F()
[all...]
/base/startup/appspawn/modules/sandbox/
H
A
D
sandbox_utils.cpp
187
std::map<SandboxConfigType, std::vector<nlohmann::json>>
SandboxUtils
::appSandboxConfig_ = {};
188
int32_t
SandboxUtils
::deviceTypeEnable_ = -1;
190
void
SandboxUtils
::StoreJsonConfig(nlohmann::json &appSandboxConfig, SandboxConfigType type)
in StoreJsonConfig()
192
SandboxUtils
::appSandboxConfig_[type].push_back(appSandboxConfig);
in StoreJsonConfig()
195
std::vector<nlohmann::json> &
SandboxUtils
::GetJsonConfig(SandboxConfigType type)
in GetJsonConfig()
197
return
SandboxUtils
::appSandboxConfig_[type];
in GetJsonConfig()
258
int32_t
SandboxUtils
::DoAppSandboxMountOnce(const char *originPath, const char *destinationPath,
in DoAppSandboxMountOnce()
327
void
SandboxUtils
::DoSandboxChmod(nlohmann::json jsonConfig, std::string &sandboxRoot)
351
unsigned long
SandboxUtils
::GetMountFlagsFromConfig(const std::vector<std::string> &vec)
462
std::string accountId =
SandboxUtils
in ReplaceVariablePackageName()
[all...]
H
A
D
sandbox_utils.h
36
class
SandboxUtils
{
class
Completed in 5 milliseconds