Home
last modified time | relevance | path

Searched defs:RemoveAddress (Results 1 – 8 of 8) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/hci/
Dadvertising_handle_map.cc73 void AdvertisingHandleMap::RemoveAddress(const DeviceAddress& address, in RemoveAddress() function in bt::hci::AdvertisingHandleMap
Dadvertising_handle_map_test.cc179 TEST_P(AdvertisingHandleMapTest, RemoveAddress) { in TEST_P() argument
/external/openthread/src/core/mac/
Dmac_filter.cpp103 void Filter::RemoveAddress(const ExtAddress &aExtAddress) in RemoveAddress() function in ot::Mac::Filter
/external/ot-br-posix/src/mdns/
Dmdns.hpp143 … void RemoveAddress(const Ip6Address &aAddress) { Publisher::RemoveAddress(mAddresses, aAddress); } in RemoveAddress() function
157 … void RemoveAddress(const Ip6Address &aAddress) { Publisher::RemoveAddress(mAddresses, aAddress); } in RemoveAddress() function
Dmdns.cpp772 void Publisher::RemoveAddress(AddressList &aAddressList, const Ip6Address &aAddress) in RemoveAddress() function in otbr::Mdns::Publisher
/external/pigweed/pw_kvs/
Dentry_cache.cc36 void EntryMetadata::RemoveAddress(Address address_to_remove) { in RemoveAddress() function in pw::kvs::internal::EntryMetadata
/external/openthread/src/core/utils/
Dslaac_address.cpp244 void Slaac::RemoveAddress(SlaacAddress &aAddress) in RemoveAddress() function in ot::Utils::Slaac
/external/webrtc/p2p/base/
Dp2p_transport_channel_unittest.cc564 void RemoveAddress(int endpoint, const SocketAddress& addr) { in RemoveAddress() function in cricket::P2PTransportChannelTestBase