Lines Matching refs:string
13 #include <string>
46 const std::string& service_name,
81 const std::string& old_owner,
82 const std::string& new_owner)> NameOwnerChangedCallback;
93 typedef base::Callback<void (const std::string&, const std::string&, bool)>
167 virtual void ConnectToSignal(const std::string& interface_name,
168 const std::string& signal_name,
247 bool ConnectToSignalInternal(const std::string& interface_name,
248 const std::string& signal_name,
276 void OnCallMethodError(const std::string& interface_name,
277 const std::string& method_name,
282 bool AddMatchRuleWithCallback(const std::string& match_rule,
283 const std::string& absolute_signal_name,
287 bool AddMatchRuleWithoutCallback(const std::string& match_rule,
288 const std::string& absolute_signal_name);
301 void RunNameOwnerChangedCallback(const std::string& old_owner,
302 const std::string& new_owner);
308 std::string service_name_;
313 typedef std::map<std::string, std::vector<SignalCallback> > MethodTable;
323 std::set<std::string> match_rules_;
328 std::string service_name_owner_;