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:appSpawnClient_
(Results
1 - 4
of
4
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
remote_client_manager.cpp
26
:
appSpawnClient_
(std::make_shared<AppSpawnClient>()), nwebSpawnClient_(std::make_shared<AppSpawnClient>(true)),
in RemoteClientManager()
36
if (
appSpawnClient_
) {
in GetSpawnClient()
37
return
appSpawnClient_
;
in GetSpawnClient()
44
appSpawnClient_
= appSpawnClient;
in SetSpawnClient()
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
remote_client_manager.h
67
std::shared_ptr<AppSpawnClient>
appSpawnClient_
;
member in OHOS::AppExecFwk::RemoteClientManager
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H
A
D
ams_service_app_spawn_client_module_test.cpp
133
: socket_(std::make_shared<MockedAppSpawnSocket>()),
appSpawnClient_
(std::make_unique<AppSpawnClient>())
in MockedAppMgrServiceInner()
135
appSpawnClient_
->SetSocket(socket_);
in MockedAppMgrServiceInner()
142
if (
appSpawnClient_
.get() != nullptr) {
143
return
appSpawnClient_
->OpenConnection();
150
if (
appSpawnClient_
) {
151
return
appSpawnClient_
->QueryConnectionState();
158
if (
appSpawnClient_
) {
159
appSpawnClient_
->CloseConnection();
165
std::unique_ptr<AppSpawnClient>
appSpawnClient_
;
member in OHOS::AppExecFwk::MockedAppMgrServiceInner
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H
A
D
ams_service_app_spawn_client_test.cpp
49
: socket_(std::make_shared<MockAppSpawnSocket>()),
appSpawnClient_
(std::make_unique<AppSpawnClient>())
in AppMgrServiceInnerMock()
51
appSpawnClient_
->SetSocket(socket_);
in AppMgrServiceInnerMock()
59
if (
appSpawnClient_
.get() != nullptr) {
60
return
appSpawnClient_
->OpenConnection();
67
if (
appSpawnClient_
) {
68
return
appSpawnClient_
->QueryConnectionState();
75
if (
appSpawnClient_
) {
76
appSpawnClient_
->CloseConnection();
87
std::unique_ptr<AppSpawnClient>
appSpawnClient_
;
member in AppMgrServiceInnerMock
Completed in 4 milliseconds