/foundation/resourceschedule/background_task_mgr/services/common/src/ |
H A D | app_state_observer.cpp | 68 void AppStateObserver::OnAppStopped(const AppExecFwk::AppStateData &appStateData)
in OnAppStopped() function in OHOS::BackgroundTaskMgr::AppStateObserver 78 DelayedSingleton<BgContinuousTaskMgr>::GetInstance()->OnAppStopped(uid);
in OnAppStopped()
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/ |
H A D | medialibrary_appstate_observer.h | 46 void OnAppStopped(const AppStateData &appStateData) override;
|
/foundation/resourceschedule/background_task_mgr/services/common/include/ |
H A D | app_state_observer.h | 28 void OnAppStopped(const AppExecFwk::AppStateData &appStateData) override;
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/ |
H A D | iapplication_state_observer.h | 123 virtual void OnAppStopped(const AppStateData &appStateData) {}; in OnAppStopped() function in OHOS::AppExecFwk::IApplicationStateObserver
|
H A D | application_state_observer_proxy.h | 122 virtual void OnAppStopped(const AppStateData &appStateData) override;
|
H A D | application_state_observer_stub.h | 124 virtual void OnAppStopped(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 | 40 void OnAppStopped(const AppStateData &appStateData) override;
|
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_app_state_aware.h | 72 void OnAppStopped(const AppExecFwk::AppStateData &appStateData) override;
|
H A D | wifi_app_state_aware.cpp | 227 void AppStateObserver::OnAppStopped(const AppExecFwk::AppStateData &appStateData) in OnAppStopped() function in OHOS::Wifi::AppStateObserver
|
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_manage/unittest/common/ |
H A D | wifi_app_state_aware_test.cpp | 163 appStateObserver.OnAppStopped(*appStateData);
in HWTEST_F() 175 appStateObserver.OnAppStopped(*appStateData);
in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/js/napi/app/js_app_manager/ |
H A D | js_app_state_observer.h | 52 void OnAppStopped(const AppStateData &appStateData) override;
|
H A D | js_app_state_observer.cpp | 278 void JSAppStateObserver::OnAppStopped(const AppStateData &appStateData) in OnAppStopped() function in OHOS::AbilityRuntime::JSAppStateObserver
|
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/src/appmgr/ |
H A D | application_state_observer_stub.cpp | 115 void ApplicationStateObserverStub::OnAppStopped(const AppStateData &appStateData) in OnAppStopped() function in OHOS::AppExecFwk::ApplicationStateObserverStub 303 OnAppStopped(*processData); in HandleOnAppStopped()
|
H A D | application_state_observer_proxy.cpp | 261 void ApplicationStateObserverProxy::OnAppStopped(const AppStateData &appStateData) in OnAppStopped() function in OHOS::AppExecFwk::ApplicationStateObserverProxy 267 TAG_LOGE(AAFwkTag::APPMGR, "OnAppStopped, WriteInterfaceToken failed"); in OnAppStopped()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bgtask_misc_unit_test.cpp | 111 appStateObserver->OnAppStopped(appStateData); in HWTEST_F() 114 appStateObserver->OnAppStopped(appStateData); in HWTEST_F() 116 appStateObserver->OnAppStopped(appStateData); in HWTEST_F() 118 appStateObserver->OnAppStopped(appStateData); in HWTEST_F() 119 appStateObserver->OnAppStopped(appStateData); in HWTEST_F()
|
H A D | bg_continuous_task_mgr_test.cpp | 646 * @tc.desc: test OnAppStopped.
653 bgContinuousTaskMgr_->OnAppStopped(1);
in HWTEST_F() 655 bgContinuousTaskMgr_->OnAppStopped(1);
in HWTEST_F() 661 bgContinuousTaskMgr_->OnAppStopped(-1);
in HWTEST_F() 662 bgContinuousTaskMgr_->OnAppStopped(1);
in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/include/ |
H A D | app_state_observer_manager.h | 65 void OnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord);
|
H A D | app_mgr_service_inner.h | 673 void OnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord);
|
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/ |
H A D | medialibrary_appstate_observer.cpp | 205 void MedialibraryAppStateObserver::OnAppStopped(const AppStateData &appStateData) in OnAppStopped() function in OHOS::Media::MedialibraryAppStateObserver 209 MEDIA_INFO_LOG("MedialibraryAppStateObserver OnAppStopped, bundleName:%{public}s", bundleName.c_str()); in OnAppStopped()
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | bg_continuous_task_mgr.h | 76 void OnAppStopped(int32_t uid);
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/ |
H A D | app_state_observer.cpp | 262 void RmsApplicationStateObserver::OnAppStopped(const AppStateData &appStateData) in OnAppStopped() 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 | 60 void OnAppStopped(const AppStateData &appStateData) override 188 * Function: OnAppStopped 190 * FunctionPoints: AppStateObserverManager OnAppStopped 192 * CaseDescription: Verify OnAppStopped 199 manager->OnAppStopped(appRecord); in HWTEST_F() 201 manager->OnAppStopped(appRecord); in HWTEST_F()
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | app_state_observer_manager.cpp | 218 void AppStateObserverManager::OnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord) in OnAppStopped() function in OHOS::AppExecFwk::AppStateObserverManager 231 TAG_LOGD(AAFwkTag::APPMGR, "OnAppStopped come."); in OnAppStopped() 507 it->first->OnAppStopped(data); in HandleOnAppStopped()
|
H A D | app_mgr_service_inner.cpp | 2945 void AppMgrServiceInner::OnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord) in OnAppStopped() function in OHOS::AppExecFwk::AppMgrServiceInner 2958 TAG_LOGD(AAFwkTag::APPMGR, "OnAppStopped begin, bundleName is %{public}s, pid:%{public}d", in OnAppStopped() 2961 DelayedSingleton<AppStateObserverManager>::GetInstance()->OnAppStopped(appRecord); in OnAppStopped() 3709 OnAppStopped(appRecord); in ClearAppRunningData() 3833 OnAppStopped(appRecord); in TerminateApplication() 6767 OnAppStopped(appRecord); in NotifyAppFaultBySA()
|
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/ |
H A D | bg_continuous_task_mgr.cpp | 1316 void BgContinuousTaskMgr::OnAppStopped(int32_t uid)
in OnAppStopped() function in OHOS::BackgroundTaskMgr::BgContinuousTaskMgr 1326 BGTASK_LOGI("OnAppStopped uid: %{public}d, bundleName: %{public}s abilityName: %{public}s"
in OnAppStopped()
|