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:AppSpawn
(Results
1 - 11
of
11
) sorted by relevance
/base/startup/appspawn/test/unittest/app_spawn_standard_test/
H
A
D
app_spawn_sandbox_test.cpp
34
using namespace OHOS::
AppSpawn
;
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
in HWTEST_F()
[all...]
H
A
D
app_spawn_command_lexer_test.cpp
29
namespace
AppSpawn
{
namespace
165
} // namespace
AppSpawn
/base/startup/appspawn/modules/ace_adapter/
H
A
D
command_lexer.cpp
20
using namespace OHOS::
AppSpawn
;
H
A
D
command_lexer.h
23
namespace
AppSpawn
{
namespace
42
} // namespace
AppSpawn
H
A
D
ace_adapter.cpp
43
using namespace OHOS::
AppSpawn
;
/base/startup/appspawn/test/mock/include/
H
A
D
mock_client_socket.h
20
namespace
AppSpawn
{
namespace
33
} // namespace
AppSpawn
/base/startup/appspawn/util/include/
H
A
D
parcel_util.h
24
namespace
AppSpawn
{
namespace
42
} // namespace
AppSpawn
/base/startup/appspawn/test/moduletest/
H
A
D
appspawn_client_test.cpp
27
namespace
AppSpawn
{
namespace
123
} // namespace
AppSpawn
H
A
D
appspawn_module_test.cpp
33
namespace
AppSpawn
{
namespace
639
* Feature:
AppSpawn
643
* EnvConditions:
AppSpawn
main process has started.
657
* Feature:
AppSpawn
661
* EnvConditions:
AppSpawn
main process has started.
684
* Feature:
AppSpawn
688
* EnvConditions:
AppSpawn
main process has started.
712
* Feature:
AppSpawn
716
* EnvConditions:
AppSpawn
main process has started.
779
* Feature:
AppSpawn
[all...]
/base/startup/appspawn/modules/sandbox/
H
A
D
sandbox_utils.cpp
60
namespace
AppSpawn
{
namespace
1723
} // namespace
AppSpawn
1751
std::string appPath = path + OHOS::
AppSpawn
::APP_JSON_CONFIG;
1753
rc = OHOS::
AppSpawn
::JsonUtils::GetJsonObjFromJson(appSandboxConfig, appPath);
1755
OHOS::
AppSpawn
::SandboxUtils::StoreJsonConfig(appSandboxConfig, SANBOX_APP_JSON_CONFIG);
1757
std::string isolatedPath = path + OHOS::
AppSpawn
::APP_ISOLATED_JSON_CONFIG;
1759
rc = OHOS::
AppSpawn
::JsonUtils::GetJsonObjFromJson(appSandboxConfig, isolatedPath);
1761
OHOS::
AppSpawn
::SandboxUtils::StoreJsonConfig(appSandboxConfig, SANBOX_ISOLATED_JSON_CONFIG);
1768
content->content.sandboxNsFlags = OHOS::
AppSpawn
::SandboxUtils::GetSandboxNsFlags(isNweb);
1795
ret = OHOS::
AppSpawn
[all...]
H
A
D
sandbox_utils.h
35
namespace
AppSpawn
{
namespace
134
} // namespace
AppSpawn
Completed in 9 milliseconds