Searched refs:sessionDeathRecipient_ (Results 1 – 4 of 4) sorted by relevance
120 …: userId_(userId), serviceListener_(nullptr), sessionDeathRecipient_(nullptr), processListener_(nu… in VideoPostProcessor()137 sessionDeathRecipient_ = sptr<SessionDeathRecipient>::MakeSptr(weak_from_this()); in Initialize()413 bool result = remote->RemoveDeathRecipient(sessionDeathRecipient_); in DisconnectService()439 bool result = remote->AddDeathRecipient(sessionDeathRecipient_); in OnServiceChange()
507 sessionDeathRecipient_(nullptr), in PhotoPostProcessor()523 sessionDeathRecipient_ = nullptr; in ~PhotoPostProcessor()532 …sessionDeathRecipient_ = new SessionDeathRecipient(this); // sptr<SessionDeathRecipient>::MakeSptr… in Initialize()773 DP_CHECK_ERROR_RETURN_RET_LOG(!remote->AddDeathRecipient(sessionDeathRecipient_), in ConnectServiceIfNecessary()785 DP_CHECK_ERROR_PRINT_LOG(!remote->RemoveDeathRecipient(sessionDeathRecipient_), in DisconnectServiceIfNecessary()
87 sptr<IRemoteObject::DeathRecipient> sessionDeathRecipient_; variable
108 sptr<SessionDeathRecipient> sessionDeathRecipient_; variable