/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/ |
H A D | preload_uiext_state_observer.h | 32 void OnAppCacheStateChanged(const AppExecFwk::AppStateData &appStateData) override;
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | cache_process_manager.cpp | 179 appMgrSptr->OnAppCacheStateChanged(notifyRecord, ApplicationState::APP_STATE_CACHED); in CheckAndNotifyCachedState() 247 appMgrSptr->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_READY); in ReuseCachedProcess() 457 appMgrSptr->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_READY); in KillProcessByRecord() 544 appMgrSptr->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_READY); in PrepareActivateCache()
|
H A D | app_state_observer_manager.cpp | 1050 void AppStateObserverManager::OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRe… in OnAppCacheStateChanged() function in OHOS::AppExecFwk::AppStateObserverManager 1087 it->first->OnAppCacheStateChanged(data); in HandleOnAppCacheStateChanged()
|
H A D | app_mgr_service_inner.cpp | 7669 void AppMgrServiceInner::OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, in NotifyAppFaultBySA() function in OHOS::AppExecFwk::AppMgrServiceInner 7686 …DelayedSingleton<AppStateObserverManager>::GetInstance()->OnAppCacheStateChanged(appRecord, state); in NotifyAppFaultBySA()
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | iapplication_state_observer.h | 125 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) {}; in OnAppCacheStateChanged() function
|
H A D | application_state_observer_proxy.h | 124 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
|
H A D | application_state_observer_stub.h | 131 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/ |
H A D | preload_uiext_state_observer.cpp | 48 void PreLoadUIExtStateObserver::OnAppCacheStateChanged(const AppExecFwk::AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AAFwk::PreLoadUIExtStateObserver
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/include/ |
H A D | app_state_observer.h | 39 void OnAppCacheStateChanged(const AppStateData &appStateData) override;
|
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | application_state_observer_stub.cpp | 108 void ApplicationStateObserverStub::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverStub 299 OnAppCacheStateChanged(*processData); in HandleOnAppCacheStateChanged()
|
H A D | application_state_observer_proxy.cpp | 282 void ApplicationStateObserverProxy::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverProxy
|
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_state_observer_manager.h | 76 …void OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState s…
|
H A D | app_mgr_service_inner.h | 1188 …void OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState s…
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/ |
H A D | app_state_observer.cpp | 226 void RmsApplicationStateObserver::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::ResourceSchedule::RmsApplicationStateObserver
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/ |
H A D | app_state_observer_manager_test.cpp | 1388 manager->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED); 1390 manager->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED);
|
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_test/ |
H A D | app_mgr_service_inner_test.cpp | 4258 appMgrServiceInner->OnAppCacheStateChanged(nullptr, ApplicationState::APP_STATE_CACHED); 4269 appMgrServiceInner->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED); 4272 appMgrServiceInner->OnAppCacheStateChanged(appRecord, ApplicationState::APP_STATE_CACHED);
|
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/test/fuzztest/cgroupsched_fuzzer/ |
H A D | cgroupsched_fuzzer.cpp | 1387 appStateObserver->OnAppCacheStateChanged(appStateData); in OnAppCacheStateChangedFuzzTest()
|