Searched refs:callDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance
39 if (callRemoteObject_ && callDeathRecipient_) { in ~CallRecord()40 callRemoteObject_->RemoveDeathRecipient(callDeathRecipient_); in ~CallRecord()65 if (callDeathRecipient_ == nullptr) { in SetCallStub()76 callDeathRecipient_ = in SetCallStub()80 if (!callRemoteObject_->AddDeathRecipient(callDeathRecipient_)) { in SetCallStub()
89 sptr<IRemoteObject::DeathRecipient> callDeathRecipient_ = nullptr; variable