Lines Matching defs:method
22 // then method (using std::string <).
26 const std::string& method)
29 method(method),
36 std::string method;
46 return method < other.method;
82 // Add a call to |method| for |interface|. See also MethodCall in message.h.
85 const std::string& method,
92 Stat* stat = GetStat(service, interface, method, true);
108 const std::string& method,
111 scoped_ptr<Stat> stat(new Stat(service, interface, method));
153 const std::string& method) {
157 service, interface, method, DBusStatistics::TYPE_SENT_METHOD_CALLS);
162 const std::string& method) {
166 service, interface, method, DBusStatistics::TYPE_RECEIVED_SIGNALS);
171 const std::string& method) {
175 service, interface, method,
195 // Stats are stored in order by service, then interface, then method.
208 (show < SHOW_METHOD || (*next_iter)->method == stat->method))
222 line += "." + stat->method;
266 const std::string& method,
272 Stat* stat = g_dbus_statistics->GetStat(service, interface, method, false);