/openthread-3.4.0/src/posix/platform/ |
D | mainloop.cpp | 47 void Manager::Remove(Source &aSource) in Remove() function in ot::Posix::Mainloop::Manager
|
D | multicast_routing.cpp | 142 void MulticastRoutingManager::Remove(const Ip6::Address &aAddress) in Remove() function in ot::Posix::MulticastRoutingManager
|
/openthread-3.4.0/src/core/common/ |
D | timer.hpp | 178 void Remove(TimerMilli &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMilliApi); } in Remove() function in ot::TimerMilli::Scheduler 348 void Remove(TimerMicro &aTimer) { Timer::Scheduler::Remove(aTimer, sAlarmMicroApi); } in Remove() function in ot::TimerMicro::Scheduler
|
D | timer.cpp | 134 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 | 308 Error Remove(const Type &aEntry) in Remove() function in ot::LinkedList
|
/openthread-3.4.0/src/core/thread/ |
D | network_data_publisher.cpp | 408 void Publisher::Entry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::Entry 599 void Publisher::DnsSrpServiceEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::DnsSrpServiceEntry 910 void Publisher::PrefixEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::PrefixEntry
|
D | network_data_service.hpp | 490 template <typename ServiceType> Error Remove(void) in Remove() function in ot::NetworkData::Service::Manager 513 …template <typename ServiceType> Error Remove(const typename ServiceType::ServiceData &aServiceData) in Remove() function in ot::NetworkData::Service::Manager
|
D | address_resolver.cpp | 178 void AddressResolver::Remove(Mac::ShortAddress aRloc16, bool aMatchRouterId) in Remove() function in ot::AddressResolver 226 void AddressResolver::Remove(const Ip6::Address &aEid, Reason aReason) in Remove() function in ot::AddressResolver
|
D | network_data.cpp | 664 void MutableNetworkData::Remove(void *aRemoveStart, uint8_t aRemoveLength) in Remove() function in ot::NetworkData::MutableNetworkData
|
D | mle_types.hpp | 621 void Remove(uint8_t aRouterId) { mRouterIdSet[aRouterId / 8] &= ~MaskFor(aRouterId); } in Remove() function in ot::Mle::RouterIdSet
|
/openthread-3.4.0/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-3.4.0/src/core/mac/ |
D | mac_types.hpp | 699 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove() function in ot::Mac::RadioTypes
|
/openthread-3.4.0/src/core/net/ |
D | dns_dso.cpp | 1411 void Dso::Connection::PendingRequests::Remove(MessageId aMessageId) { mRequests.RemoveMatching(aMes… in Remove() function in ot::Dns::Dso::Connection::PendingRequests
|
/openthread-3.4.0/src/lib/spinel/ |
D | radio_spinel_impl.hpp | 1700 otError RadioSpinel<InterfaceType, ProcessContextType>::Remove(spinel_prop_key_t aKey, const char *… in Remove() function in ot::Spinel::RadioSpinel
|