Home
last modified time | relevance | path

Searched refs:KillApplicationSelf (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_datashare_extension.cpp79 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 Dmedia_file_ext_ability.cpp78 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 Dexception_handler.cpp37 auto ret = appMgrClient->KillApplicationSelf(); in KillApplicationByUid()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedia_datashare_ext_ability.cpp138 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 Dkillapplicationself_fuzzer.cpp41 if (appMgrClient->KillApplicationSelf() != AppMgrResultCode::RESULT_OK) { in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/amsmgrscheduler_fuzzer/
H A Damsmgrscheduler_fuzzer.cpp115 amsMgrScheduler->KillApplicationSelf(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dams_mgr_scheduler.h195 virtual int KillApplicationSelf(const bool clearPageStack = true,
H A Dapp_mgr_service_inner.h315 virtual int32_t KillApplicationSelf(const bool clearPageStack = false,
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dams_mgr_interface.h197 …virtual int KillApplicationSelf(const bool clearPageStack = true, const std::string& reason = "Kil…
H A Dams_mgr_proxy.h183 virtual int KillApplicationSelf(const bool clearPageStack = true,
H A Dapp_mgr_client.h202 virtual AppMgrResultCode KillApplicationSelf(const bool clearPageStack = true,
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dams_mgr_scheduler.cpp405 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 Dapp_mgr_service_inner.cpp1508 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 Dams_mgr_scheduler_test.cpp791 amsMgrScheduler->KillApplicationSelf();
794 amsMgrScheduler->KillApplicationSelf();
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_mgr_client.cpp353 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 Dams_mgr_stub.cpp458 int32_t result = KillApplicationSelf(clearPageStack, reason); in HandleKillApplicationSelf()
H A Dams_mgr_proxy.cpp569 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 Dapp_mgr_client_test.cpp460 int ret = appMgrClient->KillApplicationSelf();
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/ability_runtime/context/
H A Dcontext_impl.cpp1203 appMgrClient->KillApplicationSelf(clearPageStack); in KillProcessBySelf()
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/
H A Dapp_mgr_service_inner_test.cpp860 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 Dability_manager_service.cpp11527 …result = DelayedSingleton<AppExecFwk::AppMgrClient>::GetInstance()->KillApplicationSelf(false, "Re… in RestartApp()