Home | History | Annotate | Download | only in dbus

Lines Matching refs:sent

193   int sent = 0, received = 0, sent_blocking = 0;
199 sent += stat->sent_method_calls;
210 if (!sent && !received && !sent_blocking)
225 line += base::StringPrintf(" Sent (BLOCKING):");
234 if (sent) {
235 line += base::StringPrintf(" Sent:");
237 line += base::StringPrintf(" %d", sent);
239 line += base::StringPrintf(" %d/min", sent / dminutes);
241 line += base::StringPrintf(" %d (%d/min)", sent, sent / dminutes);
254 sent = 0;
266 int* sent,
274 *sent = stat->sent_method_calls;