/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/ |
H A D | app_state_call_back_mock.h | 36 MOCK_METHOD2(NotifyAppPreCache, void(int32_t, int32_t));
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_iapp_state_callback.h | 37 MOCK_METHOD2(NotifyAppPreCache, void(int32_t, int32_t));
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/ |
H A D | app_state_callback_proxy.cpp | 38 void AppStateCallbackProxy::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackProxy
|
H A D | app_state_callback_host.cpp | 52 void AppStateCallbackHost::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackHost 54 TAG_LOGD(AAFwkTag::TEST, "NotifyAppPreCache called"); in NotifyAppPreCache()
|
H A D | mock_app_scheduler.cpp | 142 void AppScheduler::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AAFwk::AppScheduler 144 TAG_LOGI(AAFwkTag::TEST, "Test AppScheduler::NotifyAppPreCache()"); in NotifyAppPreCache()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | app_state_callback_proxy.h | 71 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
|
H A D | iapp_state_callback.h | 77 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) {} in NotifyAppPreCache() function in OHOS::AppExecFwk::IAppStateCallback
|
H A D | app_state_callback_host.h | 77 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
|
/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/ |
H A D | app_state_callback_host.h | 64 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | app_state_callback_host.cpp | 75 void AppStateCallbackHost::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackHost 183 NotifyAppPreCache(pid, userId); in HandleNotifyAppPreCache()
|
H A D | app_state_callback_proxy.cpp | 169 void AppStateCallbackProxy::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackProxy
|
/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | app_scheduler.h | 102 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) {} in NotifyAppPreCache() function in OHOS::AAFwk::AppStateCallback 607 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
|
H A D | ability_manager_service.h | 1855 void NotifyAppPreCache(int32_t pid, int32_t userId) override;
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | app_scheduler.cpp | 232 void AppScheduler::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AAFwk::AppScheduler 236 callback->NotifyAppPreCache(pid, userId); in NotifyAppPreCache()
|
H A D | ability_manager_service.cpp | 10847 void AbilityManagerService::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AAFwk::AbilityManagerService
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_running_manager.h | 360 void NotifyAppPreCache(const std::shared_ptr<AppRunningRecord>& appRecord,
|
H A D | app_mgr_service_inner.h | 1361 void NotifyAppPreCache(int32_t pid, int32_t userId);
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_running_manager.cpp | 685 NotifyAppPreCache(appRecord, appMgrServiceInner); in TerminateAbility() 700 void AppRunningManager::NotifyAppPreCache(const std::shared_ptr<AppRunningRecord>& appRecord, in NotifyAppPreCache() function in OHOS::AppExecFwk::AppRunningManager 713 inner->NotifyAppPreCache(pid, userId); in NotifyAppPreCache() 715 appRecord->PostTask("NotifyAppPreCache", 0, notifyAppPreCache); in NotifyAppPreCache()
|
H A D | app_mgr_service_inner.cpp | 7648 void AppMgrServiceInner::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner 7653 item.callback->NotifyAppPreCache(pid, userId); in NotifyAppFaultBySA()
|