Home
last modified time | relevance | path

Searched refs:send_reply_ (Results 1 – 2 of 2) sorted by relevance

/external/adhd/cras/src/tests/
Ddbus_test.cc22 send_reply_(false), in DBusMatch()
33 if (send_reply_) in WithString()
46 if (send_reply_) in WithUnixFd()
59 if (send_reply_) in WithObjectPath()
72 if (send_reply_) in WithArrayOfStrings()
85 if (send_reply_) in WithArrayOfObjectPaths()
106 send_reply_ = true; in SendReply()
121 send_reply_ = true; in SendReplyNoWait()
327 if (send_reply_ || send_error_) { in HandleServerMessage()
330 if (send_reply_) in HandleServerMessage()
Ddbus_test.h232 bool send_reply_; variable