Searched refs:agentDeathRecipient_ (Results 1 – 2 of 2) sorted by relevance
156 if (agentDeathRecipient_ == nullptr) { in OnConnectCmdReady()157 agentDeathRecipient_ = new (std::nothrow) InputDeathRecipient(); in OnConnectCmdReady()158 if (agentDeathRecipient_ == nullptr) { in OnConnectCmdReady()163 agentDeathRecipient_->SetDeathRecipient([this](const wptr<IRemoteObject> &remote) { in OnConnectCmdReady()166 if (!agentObject->AddDeathRecipient(agentDeathRecipient_)) { in OnConnectCmdReady()
117 sptr<InputDeathRecipient> agentDeathRecipient_; variable