Home
last modified time | relevance | path

Searched refs:isCacheProcess (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h155 void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp175 void AppLifeCycleDeal::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
182 appThread->ScheduleCleanAbility(token, isCacheProcess); in ScheduleCleanAbility()
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h147 virtual void ScheduleCleanAbility(const sptr<IRemoteObject> &, bool isCacheProcess = false) = 0;
H A Dapp_scheduler_proxy.h148 …virtual void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) o…
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h232 … void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) override;
436 void HandleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
H A Dohos_application.h263 bool isCacheProcess);
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp245 bool isCacheProcess = data.ReadBool(); in HandleScheduleCleanAbility() local
246 ScheduleCleanAbility(token, isCacheProcess); in HandleScheduleCleanAbility()
H A Dapp_scheduler_proxy.cpp227 void AppSchedulerProxy::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
239 if (!data.WriteBool(isCacheProcess)) { in ScheduleCleanAbility()
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp114 void ScheduleCleanAbility(const sptr<IRemoteObject>&, bool isCacheProcess) override in ScheduleCleanAbility() argument
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp65 void ScheduleCleanAbility(const sptr<IRemoteObject>&, bool isCacheProcess) override in ScheduleCleanAbility() argument
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp763 void MainThread::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
765 TAG_LOGD(AAFwkTag::APPKIT, "called, with isCacheProcess =%{public}d.", isCacheProcess); in ScheduleCleanAbility()
769 auto task = [weak, token, isCacheProcess]() { in ScheduleCleanAbility()
775 appThread->HandleCleanAbility(token, isCacheProcess); in ScheduleCleanAbility()
2261 void MainThread::HandleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in HandleCleanAbility() argument
2285 application_->CleanAbilityStage(token, abilityInfo, isCacheProcess); in HandleCleanAbility()
2294 application_->CleanAbilityStage(token, abilityInfo, isCacheProcess); in HandleCleanAbility()
H A Dohos_application.cpp842 const std::shared_ptr<AbilityInfo> &abilityInfo, bool isCacheProcess) in CleanAbilityStage() argument
857 if (!abilityStage->ContainsAbility() && !isCacheProcess) { in CleanAbilityStage()