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:AppMgrService
(Results
1 - 18
of
18
) sorted by relevance
/foundation/ability/ability_runtime/services/appmgr/src/
H
A
D
app_mgr_service.cpp
76
REGISTER_SYSTEM_ABILITY_BY_ID(
AppMgrService
, APP_MGR_SERVICE_ID, true);
78
AppMgrService
::
AppMgrService
()
in AppMgrService()
function in OHOS::AppExecFwk::AppMgrService
85
AppMgrService
::
AppMgrService
(const int32_t serviceId, bool runOnCreate) : SystemAbility(serviceId, runOnCreate)
in AppMgrService()
function in OHOS::AppExecFwk::AppMgrService
92
AppMgrService
::~
AppMgrService
()
in ~AppMgrService()
97
void
AppMgrService
::OnStart()
in OnStart()
117
void
AppMgrService
::OnStop()
in OnStop()
129
void
AppMgrService
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_test/
H
A
D
app_mgr_service_test.cpp
76
* Feature:
AppMgrService
79
* FunctionPoints:
AppMgrService
OnStop
85
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
92
* Feature:
AppMgrService
95
* FunctionPoints:
AppMgrService
QueryServiceState
101
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
109
* Feature:
AppMgrService
112
* FunctionPoints:
AppMgrService
Init
118
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
125
* Feature:
AppMgrService
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_service_startup_test/
H
A
D
ams_service_startup_test.cpp
57
* Feature:
AppMgrService
60
* FunctionPoints:
AppMgrService
startup
62
* CaseDescription: Verify if
AppMgrService
startup successfully
67
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
79
* Feature:
AppMgrService
82
* FunctionPoints:
AppMgrService
startup again
89
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
103
* Feature:
AppMgrService
[all...]
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_start_process_test/
H
A
D
ams_service_start_process_module_test.cpp
61
* Feature:
AppMgrService
64
* FunctionPoints:
AppMgrService
startup
66
* CaseDescription: Verify if
AppMgrService
startup 10000 times.
71
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
88
* Feature:
AppMgrService
91
* FunctionPoints:
AppMgrService
startup
93
* CaseDescription: Verify if
AppMgrService
stop 10000 times.
98
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_test/
H
A
D
app_mgr_service_dump_test.cpp
89
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
105
* @tc.name :
AppMgrService
dump
112
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
131
* @tc.name :
AppMgrService
dump
138
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
153
* @tc.name :
AppMgrService
dump
160
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
177
* @tc.name :
AppMgrService
dump
184
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
/foundation/ability/ability_runtime/test/fuzztest/registerapplicationstateobserver_fuzzer/
H
A
D
registerapplicationstateobserver_fuzzer.cpp
37
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/unregisterapplicationstateobserver_fuzzer/
H
A
D
unregisterapplicationstateobserver_fuzzer.cpp
37
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ipc_test/
H
A
D
app_mgr_service_dump_ipc_test.cpp
67
* @tc.name :
AppMgrService
dump
74
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
108
* @tc.name :
AppMgrService
dump
115
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
148
* @tc.name :
AppMgrService
dump
155
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
189
* @tc.name :
AppMgrService
dump
196
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
230
* @tc.name :
AppMgrService
dump
237
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/services/appmgr/include/
H
A
D
app_mgr_service.h
54
class
AppMgrService
: public SystemAbility, public AppMgrStub {
class
56
DECLEAR_SYSTEM_ABILITY(
AppMgrService
);
58
AppMgrService
();
59
explicit
AppMgrService
(const int32_t serviceId, bool runOnCreate = false);
60
virtual ~
AppMgrService
() override;
922
int DumpIpcAllInner(const
AppMgrService
::DumpIpcKey key, std::string& result);
923
int DumpIpcWithPidInner(const
AppMgrService
::DumpIpcKey key,
938
DISALLOW_COPY_AND_MOVE(
AppMgrService
);
/foundation/ability/ability_runtime/test/fuzztest/appmanager_fuzzer/
H
A
D
appmanager_fuzzer.cpp
59
std::shared_ptr<
AppMgrService
> appMgr = std::make_shared<
AppMgrService
>();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_dump_ffrt_test/
H
A
D
app_mgr_service_dump_ffrt_test.cpp
72
* @tc.name :
AppMgrService
dump
79
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
107
* @tc.name :
AppMgrService
dump
114
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
144
* @tc.name :
AppMgrService
dump
151
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
187
* @tc.name :
AppMgrService
dump
194
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
229
* @tc.name :
AppMgrService
dump
236
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H
A
D
ams_app_mgr_service_module_test.cpp
149
inline static std::shared_ptr<
AppMgrService
> appMgrService_{ nullptr };
157
appMgrService_ = std::make_shared<
AppMgrService
>();
in SetUpTestCase()
205
* Feature:
AppMgrService
221
* Feature:
AppMgrService
224
* FunctionPoints:
AppMgrService
=> AppMgrServiceInner: AttachApplication
225
* CaseDescription: Check event loop AttachApplication task post from
AppMgrService
to AppMgrServiceInner.
246
* Feature:
AppMgrService
249
* FunctionPoints:
AppMgrService
=> AppMgrServiceInner: ApplicationForegrounded
250
* CaseDescription: Check event loop ApplicationForegrounded task post from
AppMgrService
to AppMgrServiceInner.
257
auto appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_service_event_drive_test/
H
A
D
ams_service_event_drive_test.cpp
50
std::shared_ptr<
AppMgrService
> appMgrService_ = std::make_shared<
AppMgrService
>();
72
* Feature:
AppMgrService
75
* FunctionPoints:
AppMgrService
event drive program model
101
* Feature:
AppMgrService
104
* FunctionPoints:
AppMgrService
event drive program model
113
std::unique_ptr<
AppMgrService
> appMgrService = std::make_unique<
AppMgrService
>();
in HWTEST_F()
128
* Feature:
AppMgrService
131
* FunctionPoints:
AppMgrService
even
[all...]
/foundation/ability/ability_runtime/test/fuzztest/appmgrservicefirst_fuzzer/
H
A
D
appmgrservicefirst_fuzzer.cpp
66
AppMgrService
* appMgrService = new
AppMgrService
();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H
A
D
ams_service_app_spawn_client_module_test.cpp
194
* Feature:
AppMgrService
199
* CaseDescription: Test if
AppMgrService
act normal when create appspawnclient and connect to AppSpawnDaemon.
204
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
221
* Feature:
AppMgrService
226
* CaseDescription: Test if
AppMgrService
act normal when create appspawnclient and failed connect to AppSpawnDaemon.
231
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
256
* Feature:
AppMgrService
266
std::shared_ptr<
AppMgrService
> appMgrServic
in HWTEST_F()
[all...]
/foundation/ability/ability_runtime/test/fuzztest/appmgrstub_fuzzer/
H
A
D
appmgrstub_fuzzer.cpp
56
auto appMgrStub = std::make_shared<
AppMgrService
>();
in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_event_drive_test/
H
A
D
ams_service_event_drive_module_test.cpp
163
std::shared_ptr<
AppMgrService
> appMgrService_;
174
appMgrService_ = std::make_shared<
AppMgrService
>();
in SetUp()
184
* Feature:
AppMgrService
187
* FunctionPoints:
AppMgrService
event drive program model
210
* Feature:
AppMgrService
213
* FunctionPoints:
AppMgrService
event drive program model
236
* Feature:
AppMgrService
239
* FunctionPoints:
AppMgrService
event drive program model
262
* Feature:
AppMgrService
265
* FunctionPoints:
AppMgrService
even
[all...]
/foundation/ability/ability_runtime/test/unittest/ams_service_app_spawn_client_test/
H
A
D
ams_service_app_spawn_client_test.cpp
121
* Feature:
AppMgrService
126
* CaseDescription: Verify if
AppMgrService
act normal when create appspawnclient and connect to AppSpawnDaemon
131
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
145
* Feature:
AppMgrService
150
* CaseDescription: Verify if
AppMgrService
act normal when create appspawnclient and failed connect to AppSpawnDaemon
155
std::shared_ptr<
AppMgrService
> appMgrService = std::make_shared<
AppMgrService
>();
in HWTEST_F()
169
* Feature:
AppMgrService
190
* Feature:
AppMgrService
[all...]
Completed in 16 milliseconds