Home
last modified time | relevance | path

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

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dpreload_uiext_state_observer.h32 void OnAppCacheStateChanged(const AppExecFwk::AppStateData &appStateData) override;
/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dpreload_uiext_state_observer.cpp45 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 Diapplication_state_observer.h144 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) {}; in OnAppCacheStateChanged() function in OHOS::AppExecFwk::IApplicationStateObserver
H A Dapplication_state_observer_proxy.h143 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
H A Dapplication_state_observer_stub.h145 virtual void OnAppCacheStateChanged(const AppStateData &appStateData) override;
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dapp_state_observer.h39 void OnAppCacheStateChanged(const AppStateData &appStateData) override;
/foundation/ability/ability_runtime/services/appmgr/src/
H A Dcache_process_manager.cpp180 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 Dapp_state_observer_manager.cpp1126 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 Dapp_mgr_service_inner.cpp7793 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 Dapplication_state_observer_stub.cpp124 void ApplicationStateObserverStub::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverStub
339 OnAppCacheStateChanged(*processData); in HandleOnAppCacheStateChanged()
H A Dapplication_state_observer_proxy.cpp318 void ApplicationStateObserverProxy::OnAppCacheStateChanged(const AppStateData &appStateData) in OnAppCacheStateChanged() function in OHOS::AppExecFwk::ApplicationStateObserverProxy
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h78 void OnAppCacheStateChanged(const std::shared_ptr<AppRunningRecord> &appRecord, ApplicationState state);
H A Dapp_mgr_service_inner.h1288 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 Dapp_state_observer.cpp224 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 Dapp_state_observer_manager_test.cpp1485 * 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 Dapp_mgr_service_inner_test.cpp4308 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 Dcgroupsched_fuzzer.cpp1387 appStateObserver->OnAppCacheStateChanged(appStateData); in OnAppCacheStateChangedFuzzTest()

Completed in 32 milliseconds