Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/binder/fi/w1/wpa_supplicant/
DISupplicant.aidl48 void RemoveInterface(in @utf8InCpp String ifname); in RemoveInterface() method
/external/wpa_supplicant_8/wpa_supplicant/binder/
Dsupplicant.h40 android::binder::Status RemoveInterface(
Dsupplicant.cpp85 android::binder::Status Supplicant::RemoveInterface(const std::string &ifname) in RemoveInterface() function in wpa_supplicant_binder::Supplicant
/external/libchrome/dbus/
Dobject_manager.cc411 RemoveInterface(object_path, interface_names[i]); in InterfacesRemovedReceived()
475 void ObjectManager::RemoveInterface(const ObjectPath& object_path, in RemoveInterface() function in dbus::ObjectManager
528 RemoveInterface(object_path, *iiter); in NameOwnerChanged()
Dobject_manager.h311 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/autotest/client/site_tests/security_DbusMap/
Dbaseline10 "RemoveInterface"
/external/webrtc/webrtc/p2p/base/
Dp2ptransportchannel_unittest.cc372 GetEndpoint(endpoint)->network_manager_.RemoveInterface(addr); in RemoveAddress()