Lines Matching defs:service_name
216 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name, in GetObjectProxy()
222 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions()
242 bool Bus::RemoveObjectProxy(const std::string& service_name, in RemoveObjectProxy()
250 bool Bus::RemoveObjectProxyWithOptions(const std::string& service_name, in RemoveObjectProxyWithOptions()
328 ObjectManager* Bus::GetObjectManager(const std::string& service_name, in GetObjectManager()
346 bool Bus::RemoveObjectManager(const std::string& service_name, in RemoveObjectManager()
473 const std::string& service_name = *iter++; in ShutdownAndBlock() local
533 void Bus::RequestOwnership(const std::string& service_name, in RequestOwnership()
544 void Bus::RequestOwnershipInternal(const std::string& service_name, in RequestOwnershipInternal()
559 bool Bus::RequestOwnershipAndBlock(const std::string& service_name, in RequestOwnershipAndBlock()
584 bool Bus::ReleaseOwnership(const std::string& service_name) { in ReleaseOwnership()
851 std::string Bus::GetServiceOwnerAndBlock(const std::string& service_name, in GetServiceOwnerAndBlock()
890 void Bus::GetServiceOwner(const std::string& service_name, in GetServiceOwner()
899 void Bus::GetServiceOwnerInternal(const std::string& service_name, in GetServiceOwnerInternal()
911 const std::string& service_name, in ListenForServiceOwnerChange()
924 const std::string& service_name, in ListenForServiceOwnerChangeInternal()
965 const std::string& service_name, in UnlistenForServiceOwnerChange()
978 const std::string& service_name, in UnlistenForServiceOwnerChangeInternal()
1114 std::string service_name; in OnServiceOwnerChanged() local