Searched refs:isCacheProcess (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 155 void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 175 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 D | app_scheduler_interface.h | 147 virtual void ScheduleCleanAbility(const sptr<IRemoteObject> &, bool isCacheProcess = false) = 0;
|
H A D | app_scheduler_proxy.h | 148 …virtual void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) o…
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 232 … void ScheduleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false) override; 436 void HandleCleanAbility(const sptr<IRemoteObject> &token, bool isCacheProcess = false);
|
H A D | ohos_application.h | 263 bool isCacheProcess);
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 245 bool isCacheProcess = data.ReadBool(); in HandleScheduleCleanAbility() local 246 ScheduleCleanAbility(token, isCacheProcess); in HandleScheduleCleanAbility()
|
H A D | app_scheduler_proxy.cpp | 227 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 D | ams_ability_running_record_module_test.cpp | 114 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 D | ams_app_mgr_service_module_test.cpp | 65 void ScheduleCleanAbility(const sptr<IRemoteObject>&, bool isCacheProcess) override in ScheduleCleanAbility() argument
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 763 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 D | ohos_application.cpp | 842 const std::shared_ptr<AbilityInfo> &abilityInfo, bool isCacheProcess) in CleanAbilityStage() argument 857 if (!abilityStage->ContainsAbility() && !isCacheProcess) { in CleanAbilityStage()
|