Lines Matching refs:interface
25 const std::string& interface, in Stat()
28 interface(interface), in Stat()
35 std::string interface; member
44 if (interface != other.interface) in Compare()
45 return interface < other.interface; in Compare()
84 const std::string& interface, in AddStat() argument
92 Stat* stat = GetStat(service, interface, method, true); in AddStat()
107 const std::string& interface, in GetStat() argument
111 scoped_ptr<Stat> stat(new Stat(service, interface, method)); in GetStat()
152 const std::string& interface, in AddSentMethodCall() argument
157 service, interface, method, DBusStatistics::TYPE_SENT_METHOD_CALLS); in AddSentMethodCall()
161 const std::string& interface, in AddReceivedSignal() argument
166 service, interface, method, DBusStatistics::TYPE_RECEIVED_SIGNALS); in AddReceivedSignal()
170 const std::string& interface, in AddBlockingSentMethodCall() argument
175 service, interface, method, in AddBlockingSentMethodCall()
207 (show < SHOW_INTERFACE || (*next_iter)->interface == stat->interface) && in GetAsString()
220 line += stat->interface; in GetAsString()
265 const std::string& interface, in GetCalls() argument
272 Stat* stat = g_dbus_statistics->GetStat(service, interface, method, false); in GetCalls()