/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 | bit_set.hpp | 93 void Remove(uint16_t aIndex) { mMask[aIndex / 8] &= ~BitMaskFor(aIndex); } in Remove() function in ot::BitSet
|
D | timer.hpp | 241 void Remove(TimerMilli &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMilliApi); } in Remove() function in ot::TimerMilli::Scheduler 413 void Remove(TimerMicro &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMicroApi); } in Remove() function in ot::TimerMicro::Scheduler
|
D | timer.cpp | 183 void Timer::Scheduler::Remove(Timer &aTimer, const AlarmApi &aAlarmApi) in Remove() function in ot::Timer::Scheduler
|
D | array.hpp | 338 void Remove(Type &aElement) in Remove() function in ot::Array
|
D | linked_list.hpp | 306 Error Remove(const Type &aEntry) in Remove() function in ot::LinkedList
|
/openthread-latest/src/core/thread/ |
D | network_data_publisher.cpp | 399 void Publisher::Entry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::Entry 594 void Publisher::DnsSrpServiceEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::DnsSrpServiceEntry 902 void Publisher::PrefixEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::PrefixEntry
|
D | address_resolver.cpp | 166 void AddressResolver::Remove(uint16_t aRloc16, bool aMatchRouterId) in Remove() function in ot::AddressResolver 214 void AddressResolver::Remove(const Ip6::Address &aEid, Reason aReason) in Remove() function in ot::AddressResolver
|
D | network_data.cpp | 755 void MutableNetworkData::Remove(void *aRemoveStart, uint8_t aRemoveLength) in Remove() function in ot::NetworkData::MutableNetworkData
|
D | mle_types.hpp | 465 void Remove(uint8_t aRouterId) { mRouterIdSet[aRouterId / 8] &= ~MaskFor(aRouterId); } in Remove() function in ot::Mle::RouterIdSet
|
/openthread-latest/src/core/net/ |
D | dnssd.cpp | 62 void Dnssd::RequestIdRange::Remove(RequestId aId) in Remove() function in ot::Dnssd::RequestIdRange
|
D | dns_dso.cpp | 1400 void Dso::Connection::PendingRequests::Remove(MessageId aMessageId) { mRequests.RemoveMatching(aMes… in Remove() function in ot::Dns::Dso::Connection::PendingRequests
|
D | mdns.cpp | 4958 void Core::CacheEntry::Remove(const ResultCallback &aCallback) in Remove() function in ot::Dns::Multicast::Core::CacheEntry 5259 void Core::BrowseCache::Remove(const Browser &aBrowser) { CacheEntry::Remove(ResultCallback(aBrowse… in Remove() function in ot::Dns::Multicast::Core::BrowseCache 5629 void Core::SrvCache::Remove(const SrvResolver &aResolver) { CacheEntry::Remove(ResultCallback(aReso… in Remove() function in ot::Dns::Multicast::Core::SrvCache 5827 void Core::TxtCache::Remove(const TxtResolver &aResolver) { CacheEntry::Remove(ResultCallback(aReso… in Remove() function in ot::Dns::Multicast::Core::TxtCache 6010 void Core::AddrCache::Remove(const AddressResolver &aResolver) in Remove() function in ot::Dns::Multicast::Core::AddrCache
|
/openthread-latest/src/core/backbone_router/ |
D | multicast_listeners_table.cpp | 80 void MulticastListenersTable::Remove(const Ip6::Address &aAddress) in Remove() function in ot::BackboneRouter::MulticastListenersTable
|
/openthread-latest/src/core/mac/ |
D | mac_types.hpp | 713 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove() function in ot::Mac::RadioTypes
|
/openthread-latest/src/lib/spinel/ |
D | radio_spinel.cpp | 1385 otError RadioSpinel::Remove(spinel_prop_key_t aKey, const char *aFormat, ...) in Remove() function in ot::Spinel::RadioSpinel
|