/openthread-latest/third_party/mbedtls/repo/ |
D | .uncrustify.cfg | 61 # 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/ |
D | timer.cpp | 148 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()
|
D | timer.hpp | 189 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
|
D | bit_set.hpp | 93 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()
|
D | array.hpp | 338 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/ |
D | network_data_publisher.cpp | 370 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 …]
|
D | dua_manager.cpp | 687 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()
|
D | child.cpp | 236 mMlrToRegisterSet.Remove(lastIndex); in RemoveIp6Address() 239 mMlrRegisteredSet.Remove(lastIndex); in RemoveIp6Address() 243 mIp6Addresses.Remove(*entry); in RemoveIp6Address()
|
D | indirect_sender.cpp | 129 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()
|
D | network_data_publisher.hpp | 361 void Remove(State aNextState); 430 void Remove(State aNextState); 488 void Remove(State aNextState);
|
D | address_resolver.cpp | 156 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()
|
D | address_resolver.hpp | 344 void Remove(uint16_t aRloc16, bool aMatchRouterId); 345 void Remove(const Ip6::Address &aEid, Reason aReason);
|
D | radio_selector.hpp | 97 void RemoveSupportedRadioType(Mac::RadioType aType) { mSupportedRadioTypes.Remove(aType); } in RemoveSupportedRadioType()
|
/openthread-latest/third_party/mbedtls/repo/tests/ |
D | CMakeLists.txt | 173 # 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/ |
D | test_multicast_listeners_table.cpp | 77 table.Remove(static_cast<const Ip6::Address &>(MA401)); in TestMulticastListenersTable() 150 table.Remove(address); in TestMulticastListenersTable()
|
D | test_srp_adv_proxy.cpp | 453 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 …]
|
D | test_linked_list.cpp | 195 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/ |
D | 3.0-migration-guide.md | 90 ### 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/ |
D | mainloop.hpp | 106 void Remove(Source &aSource);
|
D | mainloop.cpp | 47 void Manager::Remove(Source &aSource) in Remove() function in ot::Posix::Mainloop::Manager
|
D | multicast_routing.hpp | 114 void Remove(const Ip6::Address &aAddress);
|
/openthread-latest/src/core/net/ |
D | ip6_filter.cpp | 118 mUnsecurePorts.Remove(*entry); in UpdateUnsecurePorts()
|
/openthread-latest/third_party/mbedtls/repo/docs/architecture/ |
D | psa-storage-resilience.md | 173 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/ |
D | multicast_listeners_table.hpp | 137 void Remove(const Ip6::Address &aAddress);
|
/openthread-latest/src/cli/ |
D | README_SRP.md | 145 ### Remove the service 165 ### Remove the host and service names
|