Home | History | Annotate | Download | only in dbus

Lines Matching refs:service_name

86 //       bus.GetObjectProxy(service_name, object_path);
128 // bus.GetExportedObject(service_name, object_path);
261 // |service_name| looks like "org.freedesktop.NetworkManager", and
265 virtual ObjectProxy* GetObjectProxy(const std::string& service_name,
271 const std::string& service_name,
288 // |service_name| looks like "org.freedesktop.NetworkManager", and
294 // |service_name| and |object_path| to remove, and calls |callback| when it
299 virtual bool RemoveObjectProxy(const std::string& service_name,
306 const std::string& service_name,
338 // exported by the service |service_name|.
347 virtual ObjectManager* GetObjectManager(const std::string& service_name,
351 // |object_path| exported by the srevice |service_name|.
358 virtual void RemoveObjectManager(const std::string& service_name,
410 // Requests the ownership of the service name given by |service_name|.
417 virtual void RequestOwnership(const std::string& service_name,
429 virtual bool RequestOwnershipAndBlock(const std::string& service_name,
436 service_name);
555 // Gets the owner for |service_name| via org.freedesktop.DBus.GetNameOwner.
560 virtual std::string GetServiceOwnerAndBlock(const std::string& service_name,
565 virtual void GetServiceOwner(const std::string& service_name,
568 // Whenever the owner for |service_name| changes, run |callback| with the
572 // Any unique (service_name, callback) can be used. Duplicate are ignored.
573 // |service_name| must not be empty and |callback| must not be null.
577 const std::string& service_name,
580 // Stop listening for |service_name| owner changes for |callback|.
581 // Any unique (service_name, callback) can be used. Non-registered callbacks
583 // |service_name| must not be empty and |callback| must not be null.
587 const std::string& service_name,
612 void RequestOwnershipInternal(const std::string& service_name,
617 void GetServiceOwnerInternal(const std::string& service_name,
622 const std::string& service_name,
627 const std::string& service_name,