Searched refs:interfaces_ (Results 1 – 6 of 6) sorted by relevance
203 auto iter = interfaces_.find(interface_name); in AddOrGetInterface()204 if (iter == interfaces_.end()) { in AddOrGetInterface()210 iter = interfaces_.insert(std::make_pair(interface_name, in AddOrGetInterface()218 auto itf_iter = interfaces_.find(interface_name); in FindInterface()219 return (itf_iter == interfaces_.end()) ? nullptr : itf_iter->second.get(); in FindInterface()223 auto itf_iter = interfaces_.find(interface_name); in RemoveInterface()224 CHECK(itf_iter != interfaces_.end()) in RemoveInterface()226 interfaces_.erase(itf_iter); in RemoveInterface()247 for (const auto& pair : interfaces_) { in RegisterAsync()268 for (const auto& pair : interfaces_) { in RegisterAndBlock()
589 std::map<std::string, std::unique_ptr<DBusInterface>> interfaces_; variable
232 Hostapd::Hostapd(struct hapd_interfaces* interfaces) : interfaces_(interfaces) in Hostapd()284 if (hostapd_get_iface(interfaces_, iface_params.V1_0.ifaceName.c_str())) { in addAccessPointInternal_1_1()306 if (hostapd_add_iface(interfaces_, add_iface_param_vec.data()) < 0) { in addAccessPointInternal_1_1()313 hostapd_get_iface(interfaces_, iface_params.V1_0.ifaceName.c_str()); in addAccessPointInternal_1_1()345 if (hostapd_remove_iface(interfaces_, remove_iface_param_vec.data()) < in removeAccessPointInternal()
74 struct hapd_interfaces* interfaces_; variable
295 const GraphicsInterfaces& interfaces_,
261 const GraphicsInterfaces& interfaces_, in InstanceContext() argument274 , interfaces (interfaces_) in InstanceContext()