Home
last modified time | relevance | path

Searched refs:RemoveObserverDeathRecipient (Results 1 - 9 of 9) sorted by relevance

/foundation/ability/ability_runtime/services/abilitymgr/include/
H A Dability_first_frame_state_observer_manager.h43 void RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &observer);
/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> &observer) in RemoveObserverDeathRecipient() function in OHOS::AppExecFwk::AbilityFirstFrameStateObserverSet
/foundation/ability/ability_runtime/test/fuzztest/abilityfirstframestateobservermanager_fuzzer/
H A Dabilityfirstframestateobservermanager_fuzzer.cpp63 abilityFirstFrameStateObserverSet->RemoveObserverDeathRecipient(observers); in DoSomethingInterestingWithMyAPI()
/foundation/ability/ability_runtime/services/appmgr/include/
H A Dapp_state_observer_manager.h98 void RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &observer);
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_core.h252 void RemoveObserverDeathRecipient(const sptr<IAppGroupCallback> &observer);
/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()
964 void AppStateObserverManager::RemoveObserverDeathRecipient(const sptr<IRemoteBroker> &observer) in RemoveObserverDeathRecipient() function in OHOS::AppExecFwk::AppStateObserverManager
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp873 RemoveObserverDeathRecipient(item->second); in UnRegisterAppGroupCallBack()
904 void BundleActiveCore::RemoveObserverDeathRecipient(const sptr<IAppGroupCallback> &observer) in RemoveObserverDeathRecipient() function in OHOS::DeviceUsageStats::BundleActiveCore
/foundation/ability/ability_runtime/test/unittest/app_state_observer_manager_test/
H A Dapp_state_observer_manager_test.cpp1365 * @tc.desc: Verify that RemoveObserverDeathRecipient can be called normally
1374 manager->RemoveObserverDeathRecipient(observer); in HWTEST_F()
1380 * @tc.desc: Verify that RemoveObserverDeathRecipient can be called normally(observer is nullptr)
1388 manager->RemoveObserverDeathRecipient(observer); in HWTEST_F()
/foundation/resourceschedule/device_usage_statistics/test/unittest/
H A Ddevice_usage_statistics_service_test.cpp198 DelayedSingleton<BundleActiveService>::GetInstance()->bundleActiveCore_->RemoveObserverDeathRecipient(observer); in HWTEST_F()

Completed in 10 milliseconds