Searched refs:RemoteObjectInterfaceProxy (Results 1 – 3 of 3) sorted by relevance
25 class RemoteObjectInterfaceProxy : public IRemoteProxy<RemoteObjectInterface> {27 explicit RemoteObjectInterfaceProxy(const sptr<IRemoteObject>& impl) in RemoteObjectInterfaceProxy() function29 virtual ~RemoteObjectInterfaceProxy() = default;30 DISALLOW_COPY_AND_MOVE(RemoteObjectInterfaceProxy);
20 bool RemoteObjectInterfaceProxy::Print() in Print()
64 if (!data.WriteInterfaceToken(RemoteObjectInterfaceProxy::GetDescriptor())) { in ParcelReadWriteMismatch()