/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | preload_uiext_state_observer.h | 32 void OnAppCacheStateChanged(const AppExecFwk::AppStateData &appStateData) override;
|
/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | preload_uiext_state_observer.cpp | 45 void PreLoadUIExtStateObserver::OnAppCacheStateChanged(const AppExecFwk::AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AAFwk::PreLoadUIExtStateObserver
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | iapplication_state_observer.h | 144 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) {}; in OnAppCacheStateChanged() function in OHOS::AppExecFwk::IApplicationStateObserver
|
H A D | application_state_observer_proxy.h | 143 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
|
H A D | application_state_observer_stub.h | 145 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/ |
H A D | app_state_observer.h | 39 void OnAppCacheStateChanged(const AppStateData &appStateData) override;
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | cache_process_manager.cpp | 180 appMgrSptr->OnAppCacheStateChanged(notifyRecord, ApplicationState::APP_STATE_CACHED); in CheckAndNotifyCachedState() 258 appMgrSptr->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_READY); in ReuseCachedProcess() 474 appMgrSptr->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_READY); in KillProcessByRecord() 561 appMgrSptr->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_READY); in PrepareActivateCache()
|
H A D | app_state_observer_manager.cpp | 1126 void AppStateObserverManager::OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, in OnAppCacheStateChanged() function in OHOS::AppExecFwk::AppStateObserverManager 1140 TAG_LOGD(AAFwkTag::APPMGR, "OnAppCacheStateChanged come."); in OnAppCacheStateChanged() 1163 it->first->OnAppCacheStateChanged(data); in HandleOnAppCacheStateChanged()
|
H A D | app_mgr_service_inner.cpp | 7793 void AppMgrServiceInner::OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner 7807 TAG_LOGD(AAFwkTag::APPMGR, "OnAppCacheStateChanged begin, bundleName is %{public}s, pid:%{public}d", in NotifyAppFaultBySA() 7810 DelayedSingleton<AppStateObserverManager>::GetInstance()->OnAppCacheStateChanged(appRecord, state); in NotifyAppFaultBySA()
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | application_state_observer_stub.cpp | 124 void ApplicationStateObserverStub::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverStub 339 OnAppCacheStateChanged(*processData); in HandleOnAppCacheStateChanged()
|
H A D | application_state_observer_proxy.cpp | 318 void ApplicationStateObserverProxy::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverProxy
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_state_observer_manager.h | 78 void OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState state);
|
H A D | app_mgr_service_inner.h | 1288 void OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState state);
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | app_state_observer.cpp | 224 void RmsApplicationStateObserver::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::ResourceSchedule::RmsApplicationStateObserver
|
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/ |
H A D | app_state_observer_manager_test.cpp | 1485 * Function: OnAppCacheStateChanged 1487 * FunctionPoints: AppStateObserverManager OnAppCacheStateChanged 1489 * CaseDescription: Verify OnAppCacheStateChanged 1496 manager->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED); in HWTEST_F() 1498 manager->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED); in HWTEST_F()
|
/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 4308 appMgrServiceInner->OnAppCacheStateChanged(nullptr, ApplicationState::APP_STATE_CACHED); in HWTEST_F() 4319 appMgrServiceInner->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED); in HWTEST_F() 4322 appMgrServiceInner->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED); in HWTEST_F()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 1387 appStateObserver->OnAppCacheStateChanged(appStateData); in OnAppCacheStateChangedFuzzTest()
|