/openthread-latest/src/posix/platform/ |
D | mainloop.cpp | 47 void Manager::Remove(Source &aSource) in Remove() function in ot::Posix::Mainloop::Manager
|
D | multicast_routing.cpp | 144 void MulticastRoutingManager::Remove(const Ip6::Address &aAddress) in Remove() function in ot::Posix::MulticastRoutingManager
|
/openthread-latest/src/core/common/ |
D | timer.hpp | 242 void Remove(TimerMilli &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMilliApi); } in Remove() function in ot::TimerMilli::Scheduler 431 void Remove(TimerMicro &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMicroApi); } in Remove() function in ot::TimerMicro::Scheduler
|
D | timer.cpp | 179 void Timer::Scheduler::Remove(Timer &aTimer, const AlarmApi &aAlarmApi) in Remove() function in ot::Timer::Scheduler
|
D | array.hpp | 367 void Remove(Type &aElement) in Remove() function in ot::Array
|
D | linked_list.hpp | 328 Error Remove(const Type &aEntry) in Remove() function in ot::LinkedList
|
/openthread-latest/src/core/thread/ |
D | network_data_publisher.cpp | 407 void Publisher::Entry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::Entry 597 void Publisher::DnsSrpServiceEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::DnsSrpServiceEntry 892 void Publisher::PrefixEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::PrefixEntry
|
D | address_resolver.cpp | 179 void AddressResolver::Remove(uint16_t aRloc16, bool aMatchRouterId) in Remove() function in ot::AddressResolver 227 void AddressResolver::Remove(const Ip6::Address &aEid, Reason aReason) in Remove() function in ot::AddressResolver
|
D | mle_types.hpp | 466 void Remove(uint8_t aRouterId) { mRouterIdSet[aRouterId / 8] &= ~MaskFor(aRouterId); } in Remove() function in ot::Mle::RouterIdSet
|
D | network_data.cpp | 765 void MutableNetworkData::Remove(void *aRemoveStart, uint8_t aRemoveLength) in Remove() function in ot::NetworkData::MutableNetworkData
|
/openthread-latest/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 88 void MulticastListenersTable::Remove(const Ip6::Address &aAddress) in Remove() function in ot::BackboneRouter::MulticastListenersTable
|
/openthread-latest/src/core/net/ |
D | dnssd.cpp | 64 void Dnssd::RequestIdRange::Remove(RequestId aId) in Remove() function in ot::Dnssd::RequestIdRange
|
D | dns_dso.cpp | 1396 void Dso::Connection::PendingRequests::Remove(MessageId aMessageId) { mRequests.RemoveMatching(aMes… in Remove() function in ot::Dns::Dso::Connection::PendingRequests
|
D | mdns.cpp | 4797 void Core::CacheEntry::Remove(const ResultCallback &aCallback) in Remove() function in ot::Dns::Multicast::Core::CacheEntry 5098 void Core::BrowseCache::Remove(const Browser &aBrowser) { CacheEntry::Remove(ResultCallback(aBrowse… in Remove() function in ot::Dns::Multicast::Core::BrowseCache 5468 void Core::SrvCache::Remove(const SrvResolver &aResolver) { CacheEntry::Remove(ResultCallback(aReso… in Remove() function in ot::Dns::Multicast::Core::SrvCache 5666 void Core::TxtCache::Remove(const TxtResolver &aResolver) { CacheEntry::Remove(ResultCallback(aReso… in Remove() function in ot::Dns::Multicast::Core::TxtCache 5849 void Core::AddrCache::Remove(const AddressResolver &aResolver) in Remove() function in ot::Dns::Multicast::Core::AddrCache
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 767 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove() function in ot::Mac::RadioTypes
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 1362 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove() function in ot::Spinel::RadioSpinel
|