Lines Matching refs:DBusMatch

19 DBusMatch::DBusMatch()  in DBusMatch()  function in DBusMatch
29 DBusMatch& DBusMatch::WithString(std::string value) { in WithString()
42 DBusMatch& DBusMatch::WithUnixFd(int value) { in WithUnixFd()
55 DBusMatch& DBusMatch::WithObjectPath(std::string value) { in WithObjectPath()
68 DBusMatch& DBusMatch::WithArrayOfStrings(std::vector<std::string> values) { in WithArrayOfStrings()
81 DBusMatch& DBusMatch::WithArrayOfObjectPaths(std::vector<std::string> values) { in WithArrayOfObjectPaths()
94 DBusMatch& DBusMatch::WithNoMoreArgs() { in WithNoMoreArgs()
102 DBusMatch& DBusMatch::AsPropertyDictionary() { in AsPropertyDictionary()
108 DBusMatch& DBusMatch::SendReply() { in SendReply()
114 DBusMatch& DBusMatch::SendError(std::string error_name, in SendError()
123 DBusMatch& DBusMatch::SendReplyNoWait() { in SendReplyNoWait()
130 DBusMatch& DBusMatch::Send() { in Send()
153 void DBusMatch::ExpectMethodCall(std::string path, in ExpectMethodCall()
163 void DBusMatch::CreateSignal(DBusConnection *conn, in CreateSignal()
177 void DBusMatch::CreateMessageCall(DBusConnection *conn, in CreateMessageCall()
192 bool DBusMatch::MatchMessageArgs(DBusMessage *message, in MatchMessageArgs()
219 void DBusMatch::AppendArgsToMessage(DBusMessage *message, in AppendArgsToMessage()
315 void DBusMatch::SendMessage(DBusConnection *conn, DBusMessage *message) { in SendMessage()
325 bool DBusMatch::HandleServerMessage(DBusConnection *conn, in HandleServerMessage()
367 bool DBusMatch::HandleClientMessage(DBusConnection *conn, in HandleClientMessage()
383 bool DBusMatch::Complete() { in Complete()
399 DBusMatch& DBusTest::ExpectMethodCall(std::string path, in ExpectMethodCall()
402 DBusMatch match; in ExpectMethodCall()
406 DBusMatch &ref = matches_.back(); in ExpectMethodCall()
412 DBusMatch& DBusTest::CreateSignal(std::string path, in CreateSignal()
415 DBusMatch match; in CreateSignal()
419 DBusMatch &ref = matches_.back(); in CreateSignal()
424 DBusMatch& DBusTest::CreateMessageCall(std::string path, in CreateMessageCall()
427 DBusMatch match; in CreateMessageCall()
431 DBusMatch &ref = matches_.back(); in CreateMessageCall()
441 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in WaitForMatches()
443 DBusMatch &match = *it; in WaitForMatches()
459 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in WaitForMatches()
461 DBusMatch &match = *it; in WaitForMatches()
667 for (std::vector<DBusMatch>::iterator it = matches_.begin(); in HandleMessage()
669 DBusMatch &match = *it; in HandleMessage()