Searched refs:reply_frame (Results 1 – 1 of 1) sorted by relevance
134 Frame reply_frame; in OnReceivedFrame() local135 reply_frame.set_request_id(req_frame.request_id()); in OnReceivedFrame()136 reply_frame.mutable_msg_request_error()->set_error("unknown request"); in OnReceivedFrame()137 SendFrame(client, reply_frame); in OnReceivedFrame()144 Frame reply_frame; in OnBindService() local145 reply_frame.set_request_id(req_frame.request_id()); in OnBindService()146 auto* reply = reply_frame.mutable_msg_bind_service_reply(); in OnBindService()158 SendFrame(client, reply_frame); in OnBindService()164 Frame reply_frame; in OnInvokeMethod() local166 reply_frame.set_request_id(request_id); in OnInvokeMethod()[all …]