Home
last modified time | relevance | path

Searched refs:RemoveInterface (Results 1 – 9 of 9) sorted by relevance

/external/libchrome/dbus/
Dobject_manager.cc409 RemoveInterface(object_path, interface_names[i]); in InterfacesRemovedReceived()
473 void ObjectManager::RemoveInterface(const ObjectPath& object_path, in RemoveInterface() function in dbus::ObjectManager
526 RemoveInterface(object_path, *iiter); in NameOwnerChanged()
Dobject_manager.h309 void RemoveInterface(const ObjectPath& object_path,
/external/webrtc/webrtc/base/
Dfakenetwork.h55 void RemoveInterface(const SocketAddress& iface) { in RemoveInterface() function
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dwpas-dbus-new.py145 wpas.RemoveInterface(dbus.ObjectPath(path))
/external/webrtc/webrtc/p2p/client/
Dportallocator_unittest.cc135 void RemoveInterface(const SocketAddress& addr) { in RemoveInterface() function in PortAllocatorTest
136 network_manager_.RemoveInterface(addr); in RemoveInterface()
519 RemoveInterface(kClientAddr); in TEST_F()
547 RemoveInterface(kClientAddr); in TEST_F()
/external/libbrillo/brillo/dbus/
Ddbus_object.cc222 void DBusObject::RemoveInterface(const std::string& interface_name) { in RemoveInterface() function in brillo::dbus_utils::DBusObject
Ddbus_object.h546 void RemoveInterface(const std::string& interface_name);
Ddbus_object_unittest.cc326 dbus_object_->RemoveInterface(kTestInterface3); in TEST_F()
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc372 GetEndpoint(endpoint)->network_manager_.RemoveInterface(addr); in RemoveAddress()