Searched refs:reply_frame (Results 1 – 1 of 1) sorted by relevance
156 Frame reply_frame; in OnReceivedFrame() local157 reply_frame.set_request_id(req_frame.request_id()); in OnReceivedFrame()158 reply_frame.mutable_msg_request_error()->set_error("unknown request"); in OnReceivedFrame()159 SendFrame(client, reply_frame); in OnReceivedFrame()166 Frame reply_frame; in OnBindService() local167 reply_frame.set_request_id(req_frame.request_id()); in OnBindService()168 auto* reply = reply_frame.mutable_msg_bind_service_reply(); in OnBindService()180 SendFrame(client, reply_frame); in OnBindService()186 Frame reply_frame; in OnInvokeMethod() local188 reply_frame.set_request_id(request_id); in OnInvokeMethod()[all …]