Home
last modified time | relevance | path

Searched refs:ScheduleCacheProcess (Results 1 – 15 of 15) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h240 void ScheduleCacheProcess();
H A Dapp_running_record.h821 void ScheduleCacheProcess();
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp380 void AppLifeCycleDeal::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppLifeCycleDeal
388 appThread->ScheduleCacheProcess(); in ScheduleCacheProcess()
H A Dcache_process_manager.cpp130 appRecord->ScheduleCacheProcess(); in CheckAndCacheProcess()
H A Dapp_running_record.cpp2423 void AppRunningRecord::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppRunningRecord
2429 appLifeCycleDeal_->ScheduleCacheProcess(); in ScheduleCacheProcess()
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler.h71 MOCK_METHOD0(ScheduleCacheProcess, void());
H A Dmock_application.h65 MOCK_METHOD0(ScheduleCacheProcess, void());
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h267 virtual void ScheduleCacheProcess() = 0;
H A Dapp_scheduler_proxy.h227 virtual void ScheduleCacheProcess() override;
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp207 void ScheduleCacheProcess() override in ScheduleCacheProcess() function in OHOS::AppExecFwk::MockedApplication
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp129 void ScheduleCacheProcess() override in ScheduleCacheProcess() function in OHOS::AppExecFwk::TestAppSchedulerImpl
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h347 void ScheduleCacheProcess() override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp485 ScheduleCacheProcess(); in HandleScheduleCacheProcess()
H A Dapp_scheduler_proxy.cpp776 void AppSchedulerProxy::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppSchedulerProxy
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3453 void MainThread::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::MainThread