Home
last modified time | relevance | path

Searched refs:interfaces_ (Results 1 – 8 of 8) sorted by relevance

/external/libbrillo/brillo/dbus/
Ddbus_object.cc252 auto iter = interfaces_.find(interface_name); in AddOrGetInterface()
253 if (iter == interfaces_.end()) { in AddOrGetInterface()
259 iter = interfaces_.insert(std::make_pair(interface_name, in AddOrGetInterface()
267 auto itf_iter = interfaces_.find(interface_name); in FindInterface()
268 return (itf_iter == interfaces_.end()) ? nullptr : itf_iter->second.get(); in FindInterface()
272 auto itf_iter = interfaces_.find(interface_name); in RemoveInterface()
273 CHECK(itf_iter != interfaces_.end()) in RemoveInterface()
275 interfaces_.erase(itf_iter); in RemoveInterface()
315 for (const auto& pair : interfaces_) { in RegisterAsync()
336 for (const auto& pair : interfaces_) { in RegisterAndBlock()
Ddbus_object.h626 std::map<std::string, std::unique_ptr<DBusInterface>> interfaces_; variable
/external/openscreen/osp/impl/testing/
Dfake_mdns_platform_service.h21 interfaces_ = interfaces; in set_interfaces()
33 std::vector<BoundInterface> interfaces_; variable
Dfake_mdns_platform_service.cc22 registered_interfaces_ = interfaces_; in RegisterInterfaces()
24 for (const auto& interface : interfaces_) { in RegisterInterfaces()
/external/wpa_supplicant_8/hostapd/hidl/1.3/
Dhostapd.cpp674 : interfaces_(interfaces), death_notifier_(sp<DeathNotifier>::make()) in Hostapd()
841 if (hostapd_get_iface(interfaces_, iface_params.V1_2.V1_1.V1_0.ifaceName.c_str())) { in addSingleAccessPoint()
863 if (hostapd_add_iface(interfaces_, add_iface_param_vec.data()) < 0) { in addSingleAccessPoint()
870 hostapd_get_iface(interfaces_, iface_params.V1_2.V1_1.V1_0.ifaceName.c_str()); in addSingleAccessPoint()
959 if (hostapd_remove_iface(interfaces_, remove_iface_param_vec.data()) < in removeAccessPointInternal()
995 struct hostapd_data *hapd = hostapd_get_iface(interfaces_, iface_name.c_str()); in forceClientDisconnectInternal()
1001 hapd = hostapd_get_iface(interfaces_, instance.c_str()); in forceClientDisconnectInternal()
Dhostapd.h126 struct hapd_interfaces* interfaces_; variable
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmGraphicsShaderTestUtil.hpp296 const GraphicsInterfaces& interfaces_,
DvktSpvAsmGraphicsShaderTestUtil.cpp261 const GraphicsInterfaces& interfaces_, in InstanceContext() argument
274 , interfaces (interfaces_) in InstanceContext()