Lines Matching refs:string
12 #include <string>
44 const std::string& service_name,
79 const std::string& old_owner,
80 const std::string& new_owner)> NameOwnerChangedCallback;
91 typedef base::Callback<void (const std::string&, const std::string&, bool)>
161 virtual void ConnectToSignal(const std::string& interface_name,
162 const std::string& signal_name,
237 bool ConnectToSignalInternal(const std::string& interface_name,
238 const std::string& signal_name,
266 void OnCallMethodError(const std::string& interface_name,
267 const std::string& method_name,
272 bool AddMatchRuleWithCallback(const std::string& match_rule,
273 const std::string& absolute_signal_name,
277 bool AddMatchRuleWithoutCallback(const std::string& match_rule,
278 const std::string& absolute_signal_name);
290 void RunNameOwnerChangedCallback(const std::string& old_owner,
291 const std::string& new_owner);
297 std::string service_name_;
305 typedef std::map<std::string, std::vector<SignalCallback> > MethodTable;
315 std::set<std::string> match_rules_;
320 std::string service_name_owner_;