Home
last modified time | relevance | path

Searched refs:ScheduleCacheProcess (Results 1 - 17 of 17) sorted by relevance

/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_lifecycle_deal.h283 void ScheduleCacheProcess();
H A Dapp_running_record.h909 void ScheduleCacheProcess();
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_app_scheduler_client.h71 MOCK_METHOD0(ScheduleCacheProcess, void());
H A Dmock_app_scheduler.h71 MOCK_METHOD0(ScheduleCacheProcess, void());
H A Dmock_application_proxy.h66 MOCK_METHOD0(ScheduleCacheProcess, void());
H A Dmock_application.h65 MOCK_METHOD0(ScheduleCacheProcess, void());
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Dapp_scheduler_interface.h294 virtual void ScheduleCacheProcess() = 0;
H A Dapp_scheduler_proxy.h285 virtual void ScheduleCacheProcess() override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_lifecycle_deal.cpp384 void AppLifeCycleDeal::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppLifeCycleDeal
392 appThread->ScheduleCacheProcess(); in ScheduleCacheProcess()
H A Dcache_process_manager.cpp131 appRecord->ScheduleCacheProcess(); in CheckAndCacheProcess()
H A Dapp_running_record.cpp2446 void AppRunningRecord::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppRunningRecord
2452 appLifeCycleDeal_->ScheduleCacheProcess(); in ScheduleCacheProcess()
/foundation/ability/ability_runtime/interfaces/kits/native/appkit/app/
H A Dmain_thread.h353 void ScheduleCacheProcess() override;
/foundation/ability/ability_runtime/test/moduletest/common/ams/app_mgr_service_test/
H A Dams_app_mgr_service_module_test.cpp129 void ScheduleCacheProcess() override
/foundation/ability/ability_runtime/test/moduletest/common/ams/ability_running_record_test/
H A Dams_ability_running_record_module_test.cpp207 void ScheduleCacheProcess() override
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_scheduler_host.cpp484 ScheduleCacheProcess(); in HandleScheduleCacheProcess()
H A Dapp_scheduler_proxy.cpp777 void AppSchedulerProxy::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::AppSchedulerProxy
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp3360 void MainThread::ScheduleCacheProcess() in ScheduleCacheProcess() function in OHOS::AppExecFwk::MainThread
3362 TAG_LOGD(AAFwkTag::APPKIT, "ScheduleCacheProcess"); in ScheduleCacheProcess()
3376 if (!mainHandler_->PostTask(task, "MainThread:ScheduleCacheProcess")) { in ScheduleCacheProcess()

Completed in 19 milliseconds