Home
last modified time | relevance | path

Searched refs:AppMgrService (Results 1 - 18 of 18) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_mgr_service.cpp76 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 Dapp_mgr_service_test.cpp76 * 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 Dams_service_startup_test.cpp57 * 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 Dams_service_start_process_module_test.cpp61 * 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 Dapp_mgr_service_dump_test.cpp89 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 Dregisterapplicationstateobserver_fuzzer.cpp37 std::shared_ptr<AppMgrService> appMgrService = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/fuzztest/unregisterapplicationstateobserver_fuzzer/
H A Dunregisterapplicationstateobserver_fuzzer.cpp37 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 Dapp_mgr_service_dump_ipc_test.cpp67 * @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 Dapp_mgr_service.h54 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 Dappmanager_fuzzer.cpp59 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 Dapp_mgr_service_dump_ffrt_test.cpp72 * @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 Dams_app_mgr_service_module_test.cpp149 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 Dams_service_event_drive_test.cpp50 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 Dappmgrservicefirst_fuzzer.cpp66 AppMgrService* appMgrService = new AppMgrService(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_app_spawn_client_test/
H A Dams_service_app_spawn_client_module_test.cpp194 * 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 Dappmgrstub_fuzzer.cpp56 auto appMgrStub = std::make_shared<AppMgrService>(); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/test/moduletest/common/ams/service_event_drive_test/
H A Dams_service_event_drive_module_test.cpp163 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 Dams_service_app_spawn_client_test.cpp121 * 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