Home
last modified time | relevance | path

Searched refs:NotifyAppPreCache (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapp_state_callback_host.cpp75 void AppStateCallbackHost::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackHost
183 NotifyAppPreCache(pid, userId); in HandleNotifyAppPreCache()
H A Dapp_state_callback_proxy.cpp169 void AppStateCallbackProxy::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackProxy
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/
H A Dmock_iapp_state_callback.h37 MOCK_METHOD2(NotifyAppPreCache, void(int32_t, int32_t));
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_scheduler_test/
H A Dapp_state_call_back_mock.h36 MOCK_METHOD2(NotifyAppPreCache, void(int32_t, int32_t));
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/src/appmgr/
H A Dapp_state_callback_proxy.cpp38 void AppStateCallbackProxy::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackProxy
H A Dapp_state_callback_host.cpp52 void AppStateCallbackHost::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AppExecFwk::AppStateCallbackHost
H A Dmock_app_scheduler.cpp147 void AppScheduler::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AAFwk::AppScheduler
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diapp_state_callback.h77 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) {} in NotifyAppPreCache() function
H A Dapp_state_callback_proxy.h71 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
H A Dapp_state_callback_host.h77 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
/ohos5.0/foundation/ability/ability_runtime/test/mock/services_abilitymgr_test/libs/appexecfwk_core/include/appmgr/
H A Dapp_state_callback_host.h64 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dapp_scheduler.h100 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) {} in NotifyAppPreCache() function
521 virtual void NotifyAppPreCache(int32_t pid, int32_t userId) override;
H A Dability_manager_service.h1858 void NotifyAppPreCache(int32_t pid, int32_t userId) override;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dapp_scheduler.cpp234 void AppScheduler::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AAFwk::AppScheduler
238 callback->NotifyAppPreCache(pid, userId); in NotifyAppPreCache()
H A Dability_manager_service.cpp11139 void AbilityManagerService::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppPreCache() function in OHOS::AAFwk::AbilityManagerService
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_running_manager.h360 void NotifyAppPreCache(const std::shared_ptr<AppRunningRecord>& appRecord,
H A Dapp_mgr_service_inner.h1234 void NotifyAppPreCache(int32_t pid, int32_t userId);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_running_manager.cpp678 NotifyAppPreCache(appRecord, appMgrServiceInner); in TerminateAbility()
692 void AppRunningManager::NotifyAppPreCache(const std::shared_ptr<AppRunningRecord>& appRecord, in NotifyAppPreCache() function in OHOS::AppExecFwk::AppRunningManager
705 inner->NotifyAppPreCache(pid, userId); in NotifyAppPreCache()
H A Dapp_mgr_service_inner.cpp7576 void AppMgrServiceInner::NotifyAppPreCache(int32_t pid, int32_t userId) in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner
7581 item.callback->NotifyAppPreCache(pid, userId); in NotifyAppFaultBySA()