Searched refs:interfaces_ (Results 1 – 4 of 4) sorted by relevance
167 auto iter = interfaces_.find(interface_name); in AddOrGetInterface()168 if (iter == interfaces_.end()) { in AddOrGetInterface()174 iter = interfaces_.insert(std::make_pair(interface_name, in AddOrGetInterface()182 auto itf_iter = interfaces_.find(interface_name); in FindInterface()183 return (itf_iter == interfaces_.end()) ? nullptr : itf_iter->second.get(); in FindInterface()210 for (const auto& pair : interfaces_) { in RegisterAsync()245 for (const auto& pair : interfaces_) { in RegisterAndBlock()
559 std::map<std::string, std::unique_ptr<DBusInterface>> interfaces_;
282 const GraphicsInterfaces& interfaces_,
233 const GraphicsInterfaces& interfaces_, in InstanceContext() argument248 , interfaces (interfaces_) in InstanceContext()