Home
last modified time | relevance | path

Searched defs:Remove (Results 1 – 15 of 15) sorted by relevance

/openthread-3.4.0/src/posix/platform/
Dmainloop.cpp47 void Manager::Remove(Source &aSource) in Remove() function in ot::Posix::Mainloop::Manager
Dmulticast_routing.cpp142 void MulticastRoutingManager::Remove(const Ip6::Address &aAddress) in Remove() function in ot::Posix::MulticastRoutingManager
/openthread-3.4.0/src/core/common/
Dtimer.hpp178 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
Dtimer.cpp134 void Timer::Scheduler::Remove(Timer &aTimer, const AlarmApi &aAlarmApi) in Remove() function in ot::Timer::Scheduler
Darray.hpp367 void Remove(Type &aElement) in Remove() function in ot::Array
Dlinked_list.hpp308 Error Remove(const Type &aEntry) in Remove() function in ot::LinkedList
/openthread-3.4.0/src/core/thread/
Dnetwork_data_publisher.cpp408 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
Dnetwork_data_service.hpp490 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
Daddress_resolver.cpp178 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
Dnetwork_data.cpp664 void MutableNetworkData::Remove(void *aRemoveStart, uint8_t aRemoveLength) in Remove() function in ot::NetworkData::MutableNetworkData
Dmle_types.hpp621 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/
Dmulticast_listeners_table.cpp88 void MulticastListenersTable::Remove(const Ip6::Address &aAddress) in Remove() function in ot::BackboneRouter::MulticastListenersTable
/openthread-3.4.0/src/core/mac/
Dmac_types.hpp699 void Remove(RadioType aType) { mBitMask &= ~BitFlag(aType); } in Remove() function in ot::Mac::RadioTypes
/openthread-3.4.0/src/core/net/
Ddns_dso.cpp1411 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/
Dradio_spinel_impl.hpp1700 otError RadioSpinel<InterfaceType, ProcessContextType>::Remove(spinel_prop_key_t aKey, const char *… in Remove() function in ot::Spinel::RadioSpinel