Home
last modified time | relevance | path

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

/aosp_15_r20/external/ot-br-posix/src/mdns/
H A 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
H A Dmdns.cpp772 void Publisher::RemoveAddress(AddressList &aAddressList, const Ip6Address &aAddress) in RemoveAddress() function in otbr::Mdns::Publisher
/aosp_15_r20/external/pigweed/pw_bluetooth_sapphire/host/hci/
H A Dadvertising_handle_map.cc71 void AdvertisingHandleMap::RemoveAddress(const DeviceAddress& address, in RemoveAddress() function in bt::hci::AdvertisingHandleMap
H A Dadvertising_handle_map_test.cc179 TEST_P(AdvertisingHandleMapTest, RemoveAddress) { in TEST_P() argument
/aosp_15_r20/external/openthread/src/core/mac/
H A Dmac_filter.cpp106 void Filter::RemoveAddress(const ExtAddress &aExtAddress) in RemoveAddress() function in ot::Mac::Filter
/aosp_15_r20/external/pigweed/pw_kvs/
H A Dentry_cache.cc36 void EntryMetadata::RemoveAddress(Address address_to_remove) { in RemoveAddress() function in pw::kvs::internal::EntryMetadata
/aosp_15_r20/external/openthread/src/core/utils/
H A Dslaac_address.cpp243 void Slaac::RemoveAddress(SlaacAddress &aAddress) in RemoveAddress() function in ot::Utils::Slaac
/aosp_15_r20/external/webrtc/p2p/base/
H A Dp2p_transport_channel_unittest.cc564 void RemoveAddress(int endpoint, const SocketAddress& addr) { in RemoveAddress() function in cricket::P2PTransportChannelTestBase