Searched defs:RpcIdResult (Results 1 – 3 of 3) sorted by relevance
40 struct RpcIdResult : public Parcelable { struct49 static RpcIdResult *Unmarshalling(Parcel &parcel); argument
42 const std::string RpcIdResult(data, size); in DoSomethingInterestingWithMyAPI() local
39 virtual int32_t OnQueryRpcIdFinished(const std::string &RpcIdResult) override in OnQueryRpcIdFinished()