Home
last modified time | relevance | path

Searched refs:AddObserverDeathRecipient (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/
H A Dability_first_frame_state_observer_manager.cpp45 AddObserverDeathRecipient(observer); in AddAbilityFirstFrameStateObserver()
50 void AbilityFirstFrameStateObserverSet::AddObserverDeathRecipient(const sptr<IRemoteBroker> &observ… in AddObserverDeathRecipient() function in OHOS::AppExecFwk::AbilityFirstFrameStateObserverSet
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_first_frame_state_observer_manager.h42 void AddObserverDeathRecipient(const sptr<IRemoteBroker> &observer);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
H A Dabilityfirstframestateobservermanager_fuzzer.cpp62 abilityFirstFrameStateObserverSet->AddObserverDeathRecipient(observers); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h93 void AddObserverDeathRecipient(const sptr<IRemoteBroker> &observer, const ObserverType &type);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h252 void AddObserverDeathRecipient(const sptr<IAppGroupCallback> &observer);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp76 AddObserverDeathRecipient(observer, ObserverType::APPLICATION_STATE_OBSERVER); in RegisterApplicationStateObserver()
124 AddObserverDeathRecipient(observer, ObserverType::APP_FOREGROUND_STATE_OBSERVER); in RegisterAppForegroundStateObserver()
171 AddObserverDeathRecipient(observer, ObserverType::ABILITY_FOREGROUND_STATE_OBSERVER); in RegisterAbilityForegroundStateObserver()
843 void AppStateObserverManager::AddObserverDeathRecipient(const sptr<IRemoteBroker> &observer, const … in AddObserverDeathRecipient() function in OHOS::AppExecFwk::AppStateObserverManager
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1220 manager->AddObserverDeathRecipient(observer, type);
1236 manager->AddObserverDeathRecipient(observer, type);
1251 manager->AddObserverDeathRecipient(observer, type);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp769 AddObserverDeathRecipient(observer); in RegisterAppGroupCallBack()
788 void BundleActiveCore::AddObserverDeathRecipient(const sptr<IAppGroupCallback> &observer) in AddObserverDeathRecipient() function in OHOS::DeviceUsageStats::BundleActiveCore
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp211 …ngleton<BundleActiveService>::GetInstance()->bundleActiveCore_->AddObserverDeathRecipient(observer…
219 …ngleton<BundleActiveService>::GetInstance()->bundleActiveCore_->AddObserverDeathRecipient(observer…