Home | History | Annotate | Download | only in ipc

Lines Matching refs:type_id

166   bool RoundtripAckReply(int routing, uint32 type_id, int reply) {
167 IPC::Message* message = new IPC::Message(routing, type_id,
181 void ReplyMsgNotHandled(uint32 type_id) {
182 RoundtripAckReply(FUZZER_ROUTING_ID, MsgUnhandled::ID, type_id);
208 bool ExpectMessage(int value, uint32 type_id) {
209 if (!MsgHandlerInternal(type_id))
228 bool ExpectMsgNotHandled(uint32 type_id) {
229 return ExpectMessage(type_id, MsgUnhandled::ID);
233 bool MsgHandlerInternal(uint32 type_id) {
239 return (type_id == last_msg_->type());