Home
last modified time | relevance | path

Searched defs:appMgrClient (Results 1 – 25 of 53) sorted by relevance

123

/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp99 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
119 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
138 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
175 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
194 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
213 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
241 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
258 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
279 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
296 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_ipc_interface_test/
H A Dams_ipc_appmgr_interface_test.cpp70 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
91 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
112 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
133 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
155 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
176 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
204 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
228 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_app_mgr_test/
H A Dams_ipc_app_mgr_module_test.cpp78 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
100 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
122 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
144 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
166 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockAppMgr); variable
188 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
215 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
251 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/app_mgr_client_test/
H A Dapp_mgr_client_test.cpp68 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
93 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
116 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
148 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
186 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
223 auto appMgrClient = std::make_unique<AppMgrClient>(); variable
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ipc_ams_mgr_test/
H A Dams_ipc_ams_mgr_module_test.cpp149 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
188 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
230 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
272 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
312 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
350 sptr<IAppMgr> appMgrClient = iface_cast<IAppMgr>(mockMockAppMgr); variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_register.cpp38 auto appMgrClient = std::make_unique<AppMgrClient>(); in RegisterConfigurationObserver() local
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_ams_helper.cpp177 auto appMgrClient = std::make_unique<AppMgrClient>(); in RegisterConfigurationObserver() local
193 auto appMgrClient = std::make_unique<AppMgrClient>(); in UnRegisterConfigurationObserver() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/killapplicationself_fuzzer/
H A Dkillapplicationself_fuzzer.cpp36 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/prestartnwebspawnprocess_fuzzer/
H A Dprestartnwebspawnprocess_fuzzer.cpp38 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/getconfiguration_fuzzer/
H A Dgetconfiguration_fuzzer.cpp38 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/killapplication_fuzzer/
H A Dkillapplication_fuzzer.cpp36 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/notifymemorylevel_fuzzer/
H A Dnotifymemorylevel_fuzzer.cpp36 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/registerconfigurationobserver_fuzzer/
H A Dregisterconfigurationobserver_fuzzer.cpp38 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startupresidentprocess_fuzzer/
H A Dstartupresidentprocess_fuzzer.cpp38 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/updateconfiguration_fuzzer/
H A Dupdateconfiguration_fuzzer.cpp35 AppMgrClient* appMgrClient = new AppMgrClient(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/attachrenderprocess_fuzzer/
H A Dattachrenderprocess_fuzzer.cpp36 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dexception_handler.cpp30 auto appMgrClient = std::make_unique<AppExecFwk::AppMgrClient>(); in KillApplicationByUid() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/killprocessesbyuserid_fuzzer/
H A Dkillprocessesbyuserid_fuzzer.cpp41 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startspecifiedability_fuzzer/
H A Dstartspecifiedability_fuzzer.cpp38 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/getprocessrunninginfosbyuserid_fuzzer/
H A Dgetprocessrunninginfosbyuserid_fuzzer.cpp41 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/scheduleacceptwantdone_fuzzer/
H A Dscheduleacceptwantdone_fuzzer.cpp38 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/getapplicationinfobyprocessid_fuzzer/
H A Dgetapplicationinfobyprocessid_fuzzer.cpp42 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/killprocessbyabilitytoken_fuzzer/
H A Dkillprocessbyabilitytoken_fuzzer.cpp50 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/prepareterminate_fuzzer/
H A Dprepareterminate_fuzzer.cpp52 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/startrenderprocess_fuzzer/
H A Dstartrenderprocess_fuzzer.cpp38 std::shared_ptr<AppMgrClient> appMgrClient = std::make_shared<AppMgrClient>(); in DoSomethingInterestingWithMyAPI() local

123