Searched refs:BgTaskMgrDeathRecipient (Results 1 – 2 of 2) sorted by relevance
192 class BgTaskMgrDeathRecipient : public IRemoteObject::DeathRecipient {194 explicit BgTaskMgrDeathRecipient(BackgroundTaskManager &backgroundTaskManager);196 ~BgTaskMgrDeathRecipient() override;207 sptr<BgTaskMgrDeathRecipient> recipient_;
264 recipient_ = new (std::nothrow) BgTaskMgrDeathRecipient(*this); in GetBackgroundTaskManagerProxy()305 BackgroundTaskManager::BgTaskMgrDeathRecipient::BgTaskMgrDeathRecipient(BackgroundTaskManager &back… in BgTaskMgrDeathRecipient() function in OHOS::BackgroundTaskMgr::BackgroundTaskManager::BgTaskMgrDeathRecipient308 BackgroundTaskManager::BgTaskMgrDeathRecipient::~BgTaskMgrDeathRecipient() {} in ~BgTaskMgrDeathRecipient()310 void BackgroundTaskManager::BgTaskMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()