D | dbus_statistics.cc | 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 std::unique_ptr<Stat> stat(new Stat(service, interface, method)); in GetStat() 152 const std::string& interface, in AddSentMethodCall() argument [all …]
|