Searched refs:DfsListenerDeathRecipient (Results 1 – 2 of 2) sorted by relevance
117 class DfsListenerDeathRecipient : public IRemoteObject::DeathRecipient {119 DfsListenerDeathRecipient(){}; in DfsListenerDeathRecipient() function120 ~DfsListenerDeathRecipient() = default;123 static inline sptr<DfsListenerDeathRecipient> dfsListenerDeathRecipient_;
271 dfsListenerDeathRecipient_ = new (std::nothrow) DfsListenerDeathRecipient(); in OpenP2PConnectionEx()635 void Daemon::DfsListenerDeathRecipient::OnRemoteDied(const wptr<IRemoteObject> &remote) in OnRemoteDied()