Lines Matching refs:opcode
83 Status<void> Client::SendImpulse(int opcode) { in SendImpulse() argument
90 status = channel_->SendImpulse(opcode, nullptr, 0); in SendImpulse()
95 Status<void> Client::SendImpulse(int opcode, const void* buffer, in SendImpulse() argument
103 status = channel_->SendImpulse(opcode, buffer, length); in SendImpulse()
143 void Transaction::SendTransaction(int opcode, Status<void>* ret, in SendTransaction() argument
157 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
167 void Transaction::SendTransaction(int opcode, Status<int>* ret, in SendTransaction() argument
183 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
188 void Transaction::SendTransaction(int opcode, Status<LocalHandle>* ret, in SendTransaction() argument
204 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()
209 void Transaction::SendTransaction(int opcode, Status<LocalChannelHandle>* ret, in SendTransaction() argument
225 state_, opcode, send_vector, send_count, receive_vector, receive_count); in SendTransaction()