Home | History | Annotate | Download | only in bus

Lines Matching defs:mh

1825   const MessageHandler *mh;
1838 for (mh = ih->message_handlers; mh->name != NULL; mh++)
1841 mh->name))
1844 if (!write_args_for_direction (xml, mh->in_args, TRUE))
1847 if (!write_args_for_direction (xml, mh->out_args, FALSE))
1938 const MessageHandler *mh;
1982 for (mh = ih->message_handlers; mh->name != NULL; mh++)
1984 if (strcmp (mh->name, name) != 0)
1989 if (!dbus_message_has_signature (message, mh->in_args))
1994 mh->in_args);
1999 mh->in_args);
2004 if ((* mh->handler) (connection, transaction, message, error))