Home | History | Annotate | Download | only in dbus

Lines Matching refs:string

12 #include <string>
120 // void OnExported(const std::string& interface_name,
220 std::string address;
237 typedef base::Callback<void (const std::string&, bool)> OnOwnershipCallback;
241 typedef base::Callback<void (const std::string& service_owner)>
265 virtual ObjectProxy* GetObjectProxy(const std::string& service_name,
271 const std::string& service_name,
299 virtual bool RemoveObjectProxy(const std::string& service_name,
306 const std::string& service_name,
347 virtual ObjectManager* GetObjectManager(const std::string& service_name,
363 virtual bool RemoveObjectManager(const std::string& service_name,
423 virtual void RequestOwnership(const std::string& service_name,
435 virtual bool RequestOwnershipAndBlock(const std::string& service_name,
442 virtual bool ReleaseOwnership(const std::string& service_name);
512 virtual void AddMatch(const std::string& match_rule, DBusError* error);
519 virtual bool RemoveMatch(const std::string& match_rule, DBusError* error);
562 // Returns the owner name, if any, or an empty string on failure.
566 virtual std::string GetServiceOwnerAndBlock(const std::string& service_name,
571 virtual void GetServiceOwner(const std::string& service_name,
576 // an empty string.
583 const std::string& service_name,
593 const std::string& service_name,
626 void RequestOwnershipInternal(const std::string& service_name,
631 void GetServiceOwnerInternal(const std::string& service_name,
636 const std::string& service_name,
641 const std::string& service_name,
712 std::set<std::string> owned_service_names_;
717 std::map<std::string, int> match_rules_added_;
723 // bus object. Key is a pair; the first part is a concatenated string of
727 typedef std::map<std::pair<std::string, int>,
732 // the bus object. Key is a concatenated string of service name +
739 // bus object. Key is a concatenated string of service name + object path,
741 typedef std::map<std::string,
751 typedef std::map<std::string, std::vector<GetServiceOwnerCallback> >
763 std::string address_;