Lines Matching refs:Frame
86 void(const Frame::InvokeMethod&, Frame::InvokeMethodReply*));
137 while (std::unique_ptr<Frame> frame = frame_deserializer.PopNextFrame()) in OnDataAvailable()
141 void OnFrameReceived(const Frame& req) { in OnFrameReceived()
142 if (req.msg_case() == Frame::kMsgBindService) { in OnFrameReceived()
146 Frame reply; in OnFrameReceived()
156 } else if (req.msg_case() == Frame::kMsgInvokeMethod) { in OnFrameReceived()
160 Frame reply; in OnFrameReceived()
182 void Reply(const Frame& frame) { in Reply()
234 [](const Frame::InvokeMethod& req, Frame::InvokeMethodReply* reply) { in TEST_F()
282 .WillOnce(Invoke([on_req_received](const Frame::InvokeMethod& req, in TEST_F()
283 Frame::InvokeMethodReply*) { in TEST_F()
313 .WillRepeatedly(Invoke([&replies_left](const Frame::InvokeMethod& req, in TEST_F()
314 Frame::InvokeMethodReply* reply) { in TEST_F()
356 [](const Frame::InvokeMethod&, Frame::InvokeMethodReply* reply) { in TEST_F()
398 [](const Frame::InvokeMethod&, Frame::InvokeMethodReply* reply) { in TEST_F()
495 .WillOnce(Invoke([on_reply_sent](const Frame::InvokeMethod&, in TEST_F()
496 Frame::InvokeMethodReply* reply) { in TEST_F()