/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_lifecycle_deal.h | 240 void ScheduleCacheProcess();
|
H A D | app_running_record.h | 821 void ScheduleCacheProcess();
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_lifecycle_deal.cpp | 380 void AppLifeCycleDeal::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppLifeCycleDeal 388 appThread->ScheduleCacheProcess(); in ScheduleCacheProcess()
|
H A D | cache_process_manager.cpp | 130 appRecord->ScheduleCacheProcess(); in CheckAndCacheProcess()
|
H A D | app_running_record.cpp | 2423 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 D | mock_app_scheduler.h | 71 MOCK_METHOD0(ScheduleCacheProcess, void());
|
H A D | mock_application.h | 65 MOCK_METHOD0(ScheduleCacheProcess, void());
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_scheduler_interface.h | 267 virtual void ScheduleCacheProcess() = 0;
|
H A D | app_scheduler_proxy.h | 227 virtual void ScheduleCacheProcess() override;
|
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/ |
H A D | ams_ability_running_record_module_test.cpp | 207 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 D | ams_app_mgr_service_module_test.cpp | 129 void ScheduleCacheProcess() override in ScheduleCacheProcess() function in OHOS::AppExecFwk::TestAppSchedulerImpl
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/ |
H A D | main_thread.h | 347 void ScheduleCacheProcess() override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_scheduler_host.cpp | 485 ScheduleCacheProcess(); in HandleScheduleCacheProcess()
|
H A D | app_scheduler_proxy.cpp | 776 void AppSchedulerProxy::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppSchedulerProxy
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/native/appkit/app/ |
H A D | main_thread.cpp | 3453 void MainThread::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::MainThread
|