Home
last modified time | relevance | path

Searched refs:reply_args (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/ipc/
Dhost_impl_unittest.cc259 std::unique_ptr<ReplyProto> reply_args(new ReplyProto()); in TEST_F() local
260 reply_args->set_data("bar"); in TEST_F()
262 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()
273 ReplyProto reply_args; in TEST_F() local
274 reply_args.ParseFromString(reply.reply_proto()); in TEST_F()
275 ASSERT_EQ("bar", reply_args.data()); in TEST_F()
297 std::unique_ptr<ReplyProto> reply_args(new ReplyProto()); in TEST_F() local
298 reply_args->set_data("the_reply"); in TEST_F()
300 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()
308 ReplyProto reply_args; in TEST_F() local
[all …]
Dclient_impl_unittest.cc243 ReplyProto reply_args; in TEST_F() local
244 reply->set_reply_proto(reply_args.SerializeAsString()); in TEST_F()
509 ReplyProto reply_args; in TEST_F() local