Home
last modified time | relevance | path

Searched refs:OnAppStopped (Results 1 - 25 of 25) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dapp_state_observer.cpp68 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 Dmedialibrary_appstate_observer.h46 void OnAppStopped(const AppStateData &appStateData) override;
/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Dapp_state_observer.h28 void OnAppStopped(const AppExecFwk::AppStateData &appStateData) override;
/foundation/ability/ability_runtime/interfaces/inner_api/app_manager/include/appmgr/
H A Diapplication_state_observer.h123 virtual void OnAppStopped(const AppStateData &appStateData) {}; in OnAppStopped() function in OHOS::AppExecFwk::IApplicationStateObserver
H A Dapplication_state_observer_proxy.h122 virtual void OnAppStopped(const AppStateData &appStateData) override;
H A Dapplication_state_observer_stub.h124 virtual void OnAppStopped(const AppStateData &appStateData) override;
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/include/
H A Dapp_state_observer.h40 void OnAppStopped(const AppStateData &appStateData) override;
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/
H A Dwifi_app_state_aware.h72 void OnAppStopped(const AppExecFwk::AppStateData &appStateData) override;
H A Dwifi_app_state_aware.cpp227 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 Dwifi_app_state_aware_test.cpp163 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 Djs_app_state_observer.h52 void OnAppStopped(const AppStateData &appStateData) override;
H A Djs_app_state_observer.cpp278 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 Dapplication_state_observer_stub.cpp115 void ApplicationStateObserverStub::OnAppStopped(const AppStateData &appStateData) in OnAppStopped() function in OHOS::AppExecFwk::ApplicationStateObserverStub
303 OnAppStopped(*processData); in HandleOnAppStopped()
H A Dapplication_state_observer_proxy.cpp261 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 Dbgtask_misc_unit_test.cpp111 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 Dbg_continuous_task_mgr_test.cpp646 * @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 Dapp_state_observer_manager.h65 void OnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord);
H A Dapp_mgr_service_inner.h673 void OnAppStopped(const std::shared_ptr<AppRunningRecord> &appRecord);
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_appstate_observer.cpp205 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 Dbg_continuous_task_mgr.h76 void OnAppStopped(int32_t uid);
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/cgroup_sched_plugin/framework/sched_controller/
H A Dapp_state_observer.cpp262 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 Dapp_state_observer_manager_test.cpp60 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 Dapp_state_observer_manager.cpp218 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 Dapp_mgr_service_inner.cpp2945 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 Dbg_continuous_task_mgr.cpp1316 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()

Completed in 32 milliseconds