Home
last modified time | relevance | path

Searched refs:RemoveObserverDeathRecipient (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.cpp92 RemoveObserverDeathRecipient(observer); in RemoveAbilityFirstFrameStateObserver()
100 void AbilityFirstFrameStateObserverSet::RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &obs… in RemoveObserverDeathRecipient() function in OHOS::AppExecFwk::AbilityFirstFrameStateObserverSet
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_first_frame_state_observer_manager.h43 void RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &observer);
/ohos5.0/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
H A Dabilityfirstframestateobservermanager_fuzzer.cpp63 abilityFirstFrameStateObserverSet->RemoveObserverDeathRecipient(observers); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h94 void RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &observer);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h253 void RemoveObserverDeathRecipient(const sptr<IAppGroupCallback> &observer);
/ohos5.0/foundation/ability/ability_runtime/services/appmgr/src/
H A Dapp_state_observer_manager.cpp98 RemoveObserverDeathRecipient(observer); in UnregisterApplicationStateObserver()
144 RemoveObserverDeathRecipient(observer); in UnregisterAppForegroundStateObserver()
192 RemoveObserverDeathRecipient(observer); in UnregisterAbilityForegroundStateObserver()
886 void AppStateObserverManager::RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &observer) in RemoveObserverDeathRecipient() function in OHOS::AppExecFwk::AppStateObserverManager
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp783 RemoveObserverDeathRecipient(item->second); in UnRegisterAppGroupCallBack()
814 void BundleActiveCore::RemoveObserverDeathRecipient(const sptr<IAppGroupCallback> &observer) in RemoveObserverDeathRecipient() function in OHOS::DeviceUsageStats::BundleActiveCore
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1266 manager->RemoveObserverDeathRecipient(observer);
1280 manager->RemoveObserverDeathRecipient(observer);
/ohos5.0/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp220 …leton<BundleActiveService>::GetInstance()->bundleActiveCore_->RemoveObserverDeathRecipient(observe…