Searched refs:BackgroundTaskMgrDeathRecipient (Results 1 – 4 of 4) sorted by relevance
24 class BackgroundTaskMgrDeathRecipient : public IRemoteObject::DeathRecipient {26 BackgroundTaskMgrDeathRecipient() {} in BackgroundTaskMgrDeathRecipient() function27 virtual ~BackgroundTaskMgrDeathRecipient() override = default;
48 sptr<BackgroundTaskMgrDeathRecipient> serviceDeathObserver_ = nullptr;
29 void BackgroundTaskMgrDeathRecipient::OnRemoteDied(const wptr<IRemoteObject>& object) in OnRemoteDied()
106 serviceDeathObserver_ = new (std::nothrow) BackgroundTaskMgrDeathRecipient(); in InitProxy()