Searched refs:RpcFooProxy (Results 1 – 2 of 2) sorted by relevance
75 sptr<RpcFooProxy> rpcProxy = iface_cast<RpcFooProxy>(data.ReadRemoteObject()); in TestRemoteObject()94 RpcFooProxy::RpcFooProxy(const sptr<IRemoteObject> &impl) in RpcFooProxy() function in OHOS::RpcFooProxy99 std::string RpcFooProxy::TestGetFooName(void) in TestGetFooName()110 int32_t RpcFooProxy::TestAccessToken(MessageParcel &data, MessageParcel &reply) in TestAccessToken()117 int32_t RpcFooProxy::TestRemoteObject(MessageParcel &data, MessageParcel &reply) in TestRemoteObject()124 int32_t RpcFooProxy::TestAdd(MessageParcel &data, MessageParcel &reply) in TestAdd()
59 class RpcFooProxy : public IRemoteProxy<IRpcFooTest> {61 explicit RpcFooProxy(const sptr<IRemoteObject> &impl);62 ~RpcFooProxy() = default;68 static inline BrokerDelegator<RpcFooProxy> delegator_;