Home
last modified time | relevance | path

Searched refs:RemoteObjectInterfaceProxy (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/tools/crasher_cpp/faults/
H A Dremote_object_interface_proxy.h25 class RemoteObjectInterfaceProxy : public IRemoteProxy<RemoteObjectInterface> {
27 explicit RemoteObjectInterfaceProxy(const sptr<IRemoteObject>& impl) in RemoteObjectInterfaceProxy() function
29 virtual ~RemoteObjectInterfaceProxy() = default;
30 DISALLOW_COPY_AND_MOVE(RemoteObjectInterfaceProxy);
H A Dremote_object_interface_proxy.cpp20 bool RemoteObjectInterfaceProxy::Print() in Print()
H A Dipc_issues.cpp64 if (!data.WriteInterfaceToken(RemoteObjectInterfaceProxy::GetDescriptor())) { in ParcelReadWriteMismatch()