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.cc256 std::unique_ptr<ReplyProto> reply_args(new ReplyProto()); in TEST_F() local
257 reply_args->set_data("bar"); in TEST_F()
259 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()
270 ReplyProto reply_args; in TEST_F() local
271 reply_args.ParseFromString(reply.reply_proto()); in TEST_F()
272 ASSERT_EQ("bar", reply_args.data()); in TEST_F()
294 std::unique_ptr<ReplyProto> reply_args(new ReplyProto()); in TEST_F() local
295 reply_args->set_data("the_reply"); in TEST_F()
297 std::unique_ptr<ProtoMessage>(reply_args.release()))); in TEST_F()
305 ReplyProto reply_args; in TEST_F() local
[all …]
Dclient_impl_unittest.cc240 ReplyProto reply_args; in TEST_F() local
241 reply->set_reply_proto(reply_args.SerializeAsString()); in TEST_F()
503 ReplyProto reply_args; in TEST_F() local