Home
last modified time | relevance | path

Searched refs:RemoteDeathRecipient (Results 1 - 11 of 11) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dremote_death_recipient.h25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::BackgroundTaskMgr::RemoteDeathRecipient
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dbg_continuous_task_mgr.h151 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> subscriberRecipients_ {};
/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dremote_death_recipient.h25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::DeviceUsageStats::RemoteDeathRecipient
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dbundle_active_core.h277 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> recipientMap_;
/foundation/resourceschedule/memmgr/services/memmgrservice/include/purgeable_mem_manager/
H A Dremote_death_recipient.h25 class RemoteDeathRecipient : public IRemoteObject::DeathRecipient { class
27 explicit RemoteDeathRecipient(std::function<void(const wptr<IRemoteObject> &)> callback) in RemoteDeathRecipient() function in OHOS::Memory::RemoteDeathRecipient
32 ~RemoteDeathRecipient() in ~RemoteDeathRecipient()
H A Dpurgeable_mem_manager.h98 std::map<sptr<IRemoteObject>, sptr<RemoteDeathRecipient>> subscriberRecipients_ {};
/foundation/resourceschedule/background_task_mgr/services/common/include/
H A Dbundle_manager_helper.h50 sptr<RemoteDeathRecipient> bundleMgrDeathRecipient_ = nullptr;
/foundation/resourceschedule/background_task_mgr/services/common/src/
H A Dbundle_manager_helper.cpp37 bundleMgrDeathRecipient_ = new (std::nothrow) RemoteDeathRecipient( in BundleManagerHelper()
/foundation/resourceschedule/memmgr/services/memmgrservice/src/purgeable_mem_manager/
H A Dpurgeable_mem_manager.cpp92 sptr<RemoteDeathRecipient> deathRecipient = new (std::nothrow) in AddSubscriberInner()
93 RemoteDeathRecipient([this] (const wptr<IRemoteObject> &remote) { this->OnRemoteSubscriberDied(remote); }); in AddSubscriberInner()
/foundation/resourceschedule/device_usage_statistics/services/common/src/
H A Dbundle_active_core.cpp895 sptr<RemoteDeathRecipient> deathRecipient = new (std::nothrow) RemoteDeathRecipient( in AddObserverDeathRecipient()
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dbg_continuous_task_mgr.cpp1030 sptr<RemoteDeathRecipient> deathRecipient = new (std::nothrow) RemoteDeathRecipient( in AddSubscriberInner()

Completed in 12 milliseconds