• Home
  • Raw
  • Download

Lines Matching defs:service_name

190 ObjectProxy* Bus::GetObjectProxy(const std::string& service_name,  in GetObjectProxy()
196 ObjectProxy* Bus::GetObjectProxyWithOptions(const std::string& service_name, in GetObjectProxyWithOptions()
216 bool Bus::RemoveObjectProxy(const std::string& service_name, in RemoveObjectProxy()
224 bool Bus::RemoveObjectProxyWithOptions(const std::string& service_name, in RemoveObjectProxyWithOptions()
302 ObjectManager* Bus::GetObjectManager(const std::string& service_name, in GetObjectManager()
320 bool Bus::RemoveObjectManager(const std::string& service_name, in RemoveObjectManager()
446 const std::string& service_name = *iter++; in ShutdownAndBlock() local
508 void Bus::RequestOwnership(const std::string& service_name, in RequestOwnership()
519 void Bus::RequestOwnershipInternal(const std::string& service_name, in RequestOwnershipInternal()
534 bool Bus::RequestOwnershipAndBlock(const std::string& service_name, in RequestOwnershipAndBlock()
559 bool Bus::ReleaseOwnership(const std::string& service_name) { in ReleaseOwnership()
817 std::string Bus::GetServiceOwnerAndBlock(const std::string& service_name, in GetServiceOwnerAndBlock()
857 void Bus::GetServiceOwner(const std::string& service_name, in GetServiceOwner()
866 void Bus::GetServiceOwnerInternal(const std::string& service_name, in GetServiceOwnerInternal()
878 const std::string& service_name, in ListenForServiceOwnerChange()
891 const std::string& service_name, in ListenForServiceOwnerChangeInternal()
932 const std::string& service_name, in UnlistenForServiceOwnerChange()
945 const std::string& service_name, in UnlistenForServiceOwnerChangeInternal()
1077 std::string service_name; in OnServiceOwnerChanged() local