Home
last modified time | relevance | path

Searched refs:OnAppCacheStateChanged (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpreload_uiext_state_observer.h32 void OnAppCacheStateChanged(const AppExecFwk::AppStateData &appStateData) override;
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp179 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 Dapp_state_observer_manager.cpp1050 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 Dapp_mgr_service_inner.cpp7669 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 Diapplication_state_observer.h125 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) {}; in OnAppCacheStateChanged() function
H A Dapplication_state_observer_proxy.h124 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
H A Dapplication_state_observer_stub.h131 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpreload_uiext_state_observer.cpp48 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 Dapp_state_observer.h39 void OnAppCacheStateChanged(const AppStateData &appStateData) override;
/ohos5.0/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/
H A Dapplication_state_observer_stub.cpp108 void ApplicationStateObserverStub::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverStub
299 OnAppCacheStateChanged(*processData); in HandleOnAppCacheStateChanged()
H A Dapplication_state_observer_proxy.cpp282 void ApplicationStateObserverProxy::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverProxy
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h76 …void OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState s…
H A Dapp_mgr_service_inner.h1188 …void OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState s…
/ohos5.0/foundation/resourceschedule/resource_schedule_service/cgroup_sched/framework/sched_controller/
H A Dapp_state_observer.cpp226 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 Dapp_state_observer_manager_test.cpp1388 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 Dapp_mgr_service_inner_test.cpp4258 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 Dcgroupsched_fuzzer.cpp1387 appStateObserver->OnAppCacheStateChanged(appStateData); in OnAppCacheStateChangedFuzzTest()