/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/ |
H A D | ringtone_datashare_extension.cpp | 79 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in Init() 92 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart() 99 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart() 105 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_file_extension/src/ |
H A D | media_file_ext_ability.cpp | 78 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart() 84 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart()
|
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | exception_handler.cpp | 37 auto ret = appMgrClient->KillApplicationSelf(); in KillApplicationByUid()
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | media_datashare_ext_ability.cpp | 138 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in Init() 182 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in CheckUnlockScene() 190 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in CheckUnlockScene() 229 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart() 237 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart() 251 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart() 260 DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(); in OnStart()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/killapplicationself_fuzzer/ |
H A D | killapplicationself_fuzzer.cpp | 41 if (appMgrClient->KillApplicationSelf() != AppMgrResultCode::RESULT_OK) { in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/ |
H A D | amsmgrscheduler_fuzzer.cpp | 115 amsMgrScheduler->KillApplicationSelf(); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | ams_mgr_scheduler.h | 195 virtual int KillApplicationSelf(const bool clearPageStack = true,
|
H A D | app_mgr_service_inner.h | 315 virtual int32_t KillApplicationSelf(const bool clearPageStack = false,
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | ams_mgr_interface.h | 197 …virtual int KillApplicationSelf(const bool clearPageStack = true, const std::string& reason = "Kil…
|
H A D | ams_mgr_proxy.h | 183 virtual int KillApplicationSelf(const bool clearPageStack = true,
|
H A D | app_mgr_client.h | 202 virtual AppMgrResultCode KillApplicationSelf(const bool clearPageStack = true,
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | ams_mgr_scheduler.cpp | 405 int32_t AmsMgrScheduler::KillApplicationSelf(const bool clearPageStack, const std::string& reason) in KillApplicationSelf() function in OHOS::AppExecFwk::AmsMgrScheduler 410 return amsMgrServiceInner_->KillApplicationSelf(clearPageStack, reason); in KillApplicationSelf()
|
H A D | app_mgr_service_inner.cpp | 1508 int32_t AppMgrServiceInner::KillApplicationSelf(const bool clearPageStack, const std::string& reaso… in KillApplicationSelf() function in OHOS::AppExecFwk::AppMgrServiceInner 1695 isBySelf ? KillApplicationSelf(false, reason) in ClearUpApplicationDataByUserId()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/ams_mgr_scheduler_test/ |
H A D | ams_mgr_scheduler_test.cpp | 791 amsMgrScheduler->KillApplicationSelf(); 794 amsMgrScheduler->KillApplicationSelf();
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_mgr_client.cpp | 353 AppMgrResultCode AppMgrClient::KillApplicationSelf(const bool clearPageStack, const std::string& re… in KillApplicationSelf() function in OHOS::AppExecFwk::AppMgrClient 359 int32_t result = amsService->KillApplicationSelf(clearPageStack, reason); in KillApplicationSelf()
|
H A D | ams_mgr_stub.cpp | 458 int32_t result = KillApplicationSelf(clearPageStack, reason); in HandleKillApplicationSelf()
|
H A D | ams_mgr_proxy.cpp | 569 int32_t AmsMgrProxy::KillApplicationSelf(const bool clearPageStack, const std::string& reason) in KillApplicationSelf() function in OHOS::AppExecFwk::AmsMgrProxy
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_client_test/ |
H A D | app_mgr_client_test.cpp | 460 int ret = appMgrClient->KillApplicationSelf();
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/ |
H A D | context_impl.cpp | 1203 appMgrClient->KillApplicationSelf(clearPageStack); in KillProcessBySelf()
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 860 EXPECT_EQ(appMgrServiceInner->KillApplicationSelf(), ERR_INVALID_VALUE); 863 EXPECT_EQ(appMgrServiceInner->KillApplicationSelf(), ERR_NO_INIT);
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | ability_manager_service.cpp | 11527 …result = DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(false, "Re… in RestartApp()
|