Searched refs:ClientDeathProxy (Results 1 – 2 of 2) sorted by relevance
23 class ClientDeathProxy : public IRemoteProxy<IClientDeath> {25 … explicit ClientDeathProxy(const sptr<IRemoteObject>& impl) : IRemoteProxy<IClientDeath>(impl) {}; in ClientDeathProxy() function28 static inline BrokerDelegator<ClientDeathProxy> delegator_;
423 auto clientDeathObserver = iface_cast<ClientDeathProxy>(remoteObject); in HandleRegisterClientDeathObserver()