Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h155 void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h155 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) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp179 void AppLifeCycleDeal::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
186 appThread->ScheduleCleanAbility(token, isCacheProcess); in ScheduleCleanAbility()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dohos_application.h161 bool isCacheProcess);
H A Dmain_thread.h229 void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) override;
427 void HandleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp246 bool isCacheProcess = data.ReadBool(); in HandleScheduleCleanAbility() local
247 ScheduleCleanAbility(token, isCacheProcess); in HandleScheduleCleanAbility()
H A Dapp_scheduler_proxy.cpp228 void AppSchedulerProxy::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
240 if (!data.WriteBool(isCacheProcess)) { in ScheduleCleanAbility()
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dohos_application.cpp616 const std::shared_ptr<AbilityInfo> &abilityInfo, bool isCacheProcess) in CleanAbilityStage()
635 if (!abilityStage->ContainsAbility() && !isCacheProcess) { in CleanAbilityStage()
615 CleanAbilityStage(const sptr<IRemoteObject> &token, const std::shared_ptr<AbilityInfo> &abilityInfo, bool isCacheProcess) CleanAbilityStage() argument
H A Dmain_thread.cpp749 void MainThread::ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in ScheduleCleanAbility() argument
751 TAG_LOGD(AAFwkTag::APPKIT, "called, with isCacheProcess =%{public}d.", isCacheProcess); in ScheduleCleanAbility()
755 auto task = [weak, token, isCacheProcess]() { in ScheduleCleanAbility()
761 appThread->HandleCleanAbility(token, isCacheProcess); in ScheduleCleanAbility()
2158 void MainThread::HandleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess) in HandleCleanAbility() argument
2182 application_->CleanAbilityStage(token, abilityInfo, isCacheProcess); in HandleCleanAbility()
2191 application_->CleanAbilityStage(token, abilityInfo, isCacheProcess); in HandleCleanAbility()
/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
/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

Completed in 14 milliseconds