Home
last modified time | relevance | path

Searched refs:OnObserverDied (Results 1 - 12 of 12) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dfree_install_observer_manager.cpp45 freeInstallObserverManager->OnObserverDied(remote); in AddObserver()
132 void FreeInstallObserverManager::OnObserverDied(const wptr<IRemoteObject> &remote) in OnObserverDied() function in OHOS::AAFwk::FreeInstallObserverManager
/foundation/ability/ability_runtime/services/appmgr/include/
H A Drender_state_observer_manager.h35 void OnObserverDied(const wptr<IRemoteObject> &remote);
H A Dapp_state_observer_manager.h105 void OnObserverDied(const wptr<IRemoteObject> &remote, const ObserverType &type);
/foundation/ability/ability_runtime/services/appmgr/src/
H A Drender_state_observer_manager.cpp67 renderStateObserverManager->OnObserverDied(remote); in HandleRegisterRenderStateObserver()
171 void RenderStateObserverManager::OnObserverDied(const wptr<IRemoteObject> &remote) in OnObserverDied() function in OHOS::AppExecFwk::RenderStateObserverManager
H A Dapp_state_observer_manager.cpp940 appStateObserverManager->OnObserverDied(remote, type); in AddObserverDeathRecipient()
998 void AppStateObserverManager::OnObserverDied(const wptr<IRemoteObject> &remote, const ObserverType &type) in OnObserverDied() function in OHOS::AppExecFwk::AppStateObserverManager
1001 TAG_LOGD(AAFwkTag::APPMGR, "OnObserverDied"); in OnObserverDied()
/foundation/ability/ability_runtime/test/unittest/free_install_observer_manager_test/
H A Dfree_install_observer_manager_test.cpp239 * @tc.name: OnObserverDied
240 * @tc.desc: Test OnObserverDied when callback is success.
247 freeInstallObserverManager_->OnObserverDied(remote); in HWTEST_F()
254 * @tc.name: OnObserverDied
255 * @tc.desc: Test OnObserverDied when callback is success.
266 freeInstallObserverManager_->OnObserverDied(remote); in HWTEST_F()
/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dfree_install_observer_manager.h44 void OnObserverDied(const wptr<IRemoteObject> &remote);
/foundation/ability/ability_runtime/test/unittest/render_state_observer_manager_test/
H A Drender_state_observer_manager_test.cpp241 manager->OnObserverDied(remote); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h253 void OnObserverDied(const wptr<IRemoteObject> &remote);
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp896 [this](const wptr<IRemoteObject> &remote) { this->OnObserverDied(remote); }); in AddObserverDeathRecipient()
921 void BundleActiveCore::OnObserverDied(const wptr<IRemoteObject> &remote) in OnObserverDied() function in OHOS::DeviceUsageStats::BundleActiveCore
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1445 DelayedSingleton<AppStateObserverManager>::GetInstance()->OnObserverDied(remote, type); in HWTEST_F()
1461 DelayedSingleton<AppStateObserverManager>::GetInstance()->OnObserverDied(remote, type); in HWTEST_F()
1477 DelayedSingleton<AppStateObserverManager>::GetInstance()->OnObserverDied(remote, type); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp201 DelayedSingleton<BundleActiveService>::GetInstance()->bundleActiveCore_->OnObserverDied(remote); in HWTEST_F()

Completed in 12 milliseconds