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()
35 if (send_reply_) in WithString()
48 if (send_reply_) in WithUnixFd()
61 if (send_reply_) in WithObjectPath()
74 if (send_reply_) in WithArrayOfStrings()
87 if (send_reply_) in WithArrayOfObjectPaths()
109 send_reply_ = true; in SendReply()
124 send_reply_ = true; in SendReplyNoWait()
348 if (send_reply_ || send_error_) { in HandleServerMessage()
351 if (send_reply_) in HandleServerMessage()
Ddbus_test.h229 bool send_reply_; variable