Home
last modified time | relevance | path

Searched refs:Remove (Results 1 – 25 of 77) sorted by relevance

1234

/openthread-latest/third_party/mbedtls/repo/
D.uncrustify.cfg61 # Remove spaces around the preprocessor '##' token-concatenate
91 # Remove spaces inside all kinds of parentheses:
93 # Remove spaces inside parentheses
113 # Remove spaces between nested parentheses '( (' -> '(('
118 # Remove spaces between ')' and adjacent '('
130 # Remove spaces between pointer stars
139 # Remove space after star in a function return type
148 # Remove a space before a ';'
150 # (Uncrustify >= 0.73.0) Remove space before a semi in a non-empty for
152 # (Uncrustify >= 0.73.0) Remove space in empty first statement of a for
[all …]
/openthread-latest/src/core/common/
Dtimer.cpp148 void TimerMilli::Stop(void) { Get<Scheduler>().Remove(*this); } in Stop()
160 Remove(aTimer, aAlarmApi); in Add()
183 void Timer::Scheduler::Remove(Timer &aTimer, const AlarmApi &aAlarmApi) in Remove() function in ot::Timer::Scheduler
194 IgnoreError(mTimerList.Remove(aTimer)); in Remove()
231 Remove(*timer, aAlarmApi); // `Remove()` will `SetAlarm` for next timer if there is any. in ProcessTimers()
288 void TimerMicro::Stop(void) { Get<Scheduler>().Remove(*this); } in Stop()
Dtimer.hpp189 void Remove(Timer &aTimer, const AlarmApi &aAlarmApi);
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
Dbit_set.hpp93 void Remove(uint16_t aIndex) { mMask[aIndex / 8] &= ~BitMaskFor(aIndex); } in Remove() function in ot::BitSet
104 void Update(uint16_t aIndex, bool aToAdd) { aToAdd ? Add(aIndex) : Remove(aIndex); } in Update()
Darray.hpp338 void Remove(Type &aElement) in Remove() function in ot::Array
483 Remove(*entry); in RemoveMatching()
509 Remove(entry); in RemoveAllMatching()
/openthread-latest/src/core/thread/
Dnetwork_data_publisher.cpp370 Remove(/* aNextState */ kToAdd); in HandleTimer()
399 void Publisher::Entry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::Entry
404 static_cast<DnsSrpServiceEntry *>(this)->Remove(aNextState); in Remove()
411 static_cast<PrefixEntry *>(this)->Remove(aNextState); in Remove()
522 Remove(/* aNextState */ kNoEntry); in Publish()
538 Remove(/* aNextState */ kNoEntry); in Unpublish()
553 Remove(/* aNextState */ kAdding); in HandleNotifierEvents()
594 void Publisher::DnsSrpServiceEntry::Remove(State aNextState) in Remove() function in ot::NetworkData::Publisher::DnsSrpServiceEntry
820 Remove(/* aNextState */ kNoEntry); in Publish()
846 Remove(/* aNextState */ kNoEntry); in Unpublish()
[all …]
Ddua_manager.cpp687 mChildDuaMask.Remove(childIndex); in ProcessDuaResponse()
688 mChildDuaRegisteredMask.Remove(childIndex); in ProcessDuaResponse()
693 mChildDuaMask.Remove(childIndex); in ProcessDuaResponse()
694 mChildDuaRegisteredMask.Remove(childIndex); in ProcessDuaResponse()
761 mChildDuaMask.Remove(childIndex); in HandleChildDuaAddressEvent()
762 mChildDuaRegisteredMask.Remove(childIndex); in HandleChildDuaAddressEvent()
774 mChildDuaRegisteredMask.Remove(childIndex); in HandleChildDuaAddressEvent()
Dchild.cpp236 mMlrToRegisterSet.Remove(lastIndex); in RemoveIp6Address()
239 mMlrRegisteredSet.Remove(lastIndex); in RemoveIp6Address()
243 mIp6Addresses.Remove(*entry); in RemoveIp6Address()
Dindirect_sender.cpp129 aMessage.GetIndirectTxChildMask().Remove(childIndex); in RemoveMessageFromSleepyChild()
144 message.GetIndirectTxChildMask().Remove(Get<ChildTable>().GetChildIndex(aChild)); in ClearAllMessagesForSleepyChild()
206 message.GetIndirectTxChildMask().Remove(childIndex); in HandleChildModeChange()
533 message->GetIndirectTxChildMask().Remove(childIndex); in HandleSentFrameToChild()
Dnetwork_data_publisher.hpp361 void Remove(State aNextState);
430 void Remove(State aNextState);
488 void Remove(State aNextState);
Daddress_resolver.cpp156 Remove(Mle::Rloc16FromRouterId(aRouterId), /* aMatchRouterId */ true); in RemoveEntriesForRouterId()
159 void AddressResolver::RemoveEntriesForRloc16(uint16_t aRloc16) { Remove(aRloc16, /* aMatchRouterId … in RemoveEntriesForRloc16()
166 void AddressResolver::Remove(uint16_t aRloc16, bool aMatchRouterId) in Remove() function in ot::AddressResolver
212 void AddressResolver::RemoveEntryForAddress(const Ip6::Address &aEid) { Remove(aEid, kReasonRemovin… in RemoveEntryForAddress()
214 void AddressResolver::Remove(const Ip6::Address &aEid, Reason aReason) in Remove() function in ot::AddressResolver
1062 Remove(ip6Header.GetDestination(), kReasonReceivedIcmpDstUnreachNoRoute); in HandleIcmpReceive()
Daddress_resolver.hpp344 void Remove(uint16_t aRloc16, bool aMatchRouterId);
345 void Remove(const Ip6::Address &aEid, Reason aReason);
Dradio_selector.hpp97 void RemoveSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Remove(aType); } in RemoveSupportedRadioType()
/openthread-latest/third_party/mbedtls/repo/tests/
DCMakeLists.txt173 # Remove the ".data" extension
175 # Remove leading "test_suite_"
182 # Remove the ".data" extension
184 # Remove leading "test_suite_"
191 # Remove the ".data" extension
193 # Remove leading "test_suite_"
/openthread-latest/tests/unit/
Dtest_multicast_listeners_table.cpp77 table.Remove(static_cast<const Ip6::Address &>(MA401)); in TestMulticastListenersTable()
150 table.Remove(address); in TestMulticastListenersTable()
Dtest_srp_adv_proxy.cpp453 sHeapAllocatedPtrs.Remove(*entry); in otPlatFree()
691 idRange.Remove(4); in TestDnssdRequestIdRange()
694 idRange.Remove(6); in TestDnssdRequestIdRange()
697 idRange.Remove(5); in TestDnssdRequestIdRange()
719 idRange.Remove(10); in TestDnssdRequestIdRange()
721 idRange.Remove(15); in TestDnssdRequestIdRange()
724 idRange.Remove(8); in TestDnssdRequestIdRange()
726 idRange.Remove(17); in TestDnssdRequestIdRange()
729 idRange.Remove(9); in TestDnssdRequestIdRange()
731 idRange.Remove(16); in TestDnssdRequestIdRange()
[all …]
Dtest_linked_list.cpp195 SuccessOrQuit(list.Remove(c)); in TestLinkedList()
198 VerifyOrQuit(list.Remove(c) == kErrorNotFound); in TestLinkedList()
202 SuccessOrQuit(list.Remove(e)); in TestLinkedList()
206 SuccessOrQuit(list.Remove(a)); in TestLinkedList()
260 VerifyOrQuit(list.Remove(a) == kErrorNotFound, "succeeded when empty"); in TestLinkedList()
/openthread-latest/third_party/mbedtls/repo/docs/
D3.0-migration-guide.md90 ### Remove `MBEDTLS_CHECK_PARAMS` option
123 ### Remove the `MBEDTLS_TEST_NULL_ENTROPY` configuration option
134 ### Remove the HAVEGE module
147 ### Remove helpers for the transition from Mbed TLS 1.3 to Mbed TLS 2.0
285 ### Remove the mode parameter from RSA functions
357 ### Remove the RNG parameter from RSA verify functions
363 ### Remove the padding parameters from `mbedtls_rsa_init()`
419 ### Remove MD2, MD4, RC4, Blowfish and XTEA algorithms
545 ### Remove the certs module from the library
563 ### Remove the config option `MBEDTLS_X509_ALLOW_UNSUPPORTED_CRITICAL_EXTENSION`
[all …]
/openthread-latest/src/posix/platform/
Dmainloop.hpp106 void Remove(Source &aSource);
Dmainloop.cpp47 void Manager::Remove(Source &aSource) in Remove() function in ot::Posix::Mainloop::Manager
Dmulticast_routing.hpp114 void Remove(const Ip6::Address &aAddress);
/openthread-latest/src/core/net/
Dip6_filter.cpp118 mUnsecurePorts.Remove(*entry); in UpdateUnsecurePorts()
/openthread-latest/third_party/mbedtls/repo/docs/architecture/
Dpsa-storage-resilience.md173 5. Remove the key from the transaction list.
184 3. Remove the key file.
185 4. Remove the key from the transaction list.
202 5. Remove the key from the transaction list.
207 2. Remove the key file.
209 4. Remove the key from the transaction list.
213 1. Remove the key file, treating `DOES_NOT_EXIST` as a success.
215 3. Remove the key from the transaction list.
227 5. Remove the key from the transaction list.
233 3. Remove the key file.
[all …]
/openthread-latest/src/core/backbone_router/
Dmulticast_listeners_table.hpp137 void Remove(const Ip6::Address &aAddress);
/openthread-latest/src/cli/
DREADME_SRP.md145 ### Remove the service
165 ### Remove the host and service names

1234