Home
last modified time | relevance | path

Searched refs:Push (Results 1 – 20 of 20) sorted by relevance

/openthread-latest/tests/unit/
Dtest_linked_list.cpp151 list.Push(a); in TestLinkedList()
160 list.Push(c); in TestLinkedList()
210 list.Push(a); in TestLinkedList()
211 list.Push(c); in TestLinkedList()
212 list.Push(e); in TestLinkedList()
236 list.Push(e); in TestLinkedList()
237 list.Push(a); in TestLinkedList()
264 list.Push(f); in TestLinkedList()
265 list.Push(e); in TestLinkedList()
266 list.Push(d); in TestLinkedList()
[all …]
/openthread-latest/src/core/common/
Dpool.hpp74 mFreeList.Push(entry); in Pool()
92 mFreeList.Push(entry); in Pool()
112 void Free(Type &aEntry) { mFreeList.Push(aEntry); } in Free()
123 mFreeList.Push(entry); in FreeAll()
Dlinked_list.hpp151 void Push(Type &aEntry) in Push() function in ot::LinkedList
180 Push(aEntry); in PushAfterTail()
289 Push(aEntry); in Add()
373 aRemovedList.Push(*entry); in RemoveAllMatching()
Dtimer.cpp174 mTimerList.Push(aTimer); in Add()
/openthread-latest/tests/nexus/platform/
Dnexus_settings.cpp114 mEntries.Push(*entry); in SetOrAdd()
126 entry->mValues.Push(*value); in SetOrAdd()
Dnexus_core.cpp59 mNodes.Push(*node); in CreateNode()
/openthread-latest/src/core/thread/
Daddress_resolver.cpp356 mCachedList.Push(*entry); in UpdateCacheEntry()
421 mSnoopedList.Push(*entry); in UpdateSnoopedCacheEntry()
516 mCachedList.Push(*entry); in Resolve()
574 mQueryList.Push(*entry); in Resolve()
704 mCachedList.Push(*entry); in HandleTmf()
1016 mQueryRetryList.Push(*entry); in HandleTimeTick()
Dneighbor.cpp213 mLinkMetricsSeriesInfoList.Push(aSeriesInfo); in AddForwardTrackingSeriesInfo()
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp205 GetLinkMetricsDataInfoActiveList().Push(*dataInfo); in otLinkMetricsConfigureEnhAckProbing()
/openthread-latest/src/core/net/
Dnetif.cpp316 mMulticastAddresses.Push(*entry); in SubscribeExternalMulticast()
464 mUnicastAddresses.Push(*entry); in AddExternalUnicastAddress()
Dmdns.cpp147 GetEntryList<EntryType>().Push(*entry); in Register()
1968 mSubTypes.Push(*newSubType); in Register()
2511 Get<Core>().mServiceTypes.Push(*serviceType); in UpdateServiceTypes()
4271 mRxMsgEntries.Push(*newEntry); in AddNew()
4389 mHashEntries.Push(*entry); in Add()
4443 GetCacheList<CacheType>().Push(*cacheEntry); in Start()
4511 mSrvCacheList.Push(*srvCache); in AddPassiveSrvTxtCache()
4519 mTxtCacheList.Push(*txtCache); in AddPassiveSrvTxtCache()
4530 mIp6AddrCacheList.Push(*ip6AddrCache); in AddPassiveIp6AddrCache()
4896 mCallbacks.Push(*callback); in Add()
[all …]
Ddns_dso.cpp158 Get<Dso>().mClientConnections.Push(*this); in Connect()
168 Get<Dso>().mServerConnections.Push(*this); in Accept()
Dsrp_server.cpp485 mHosts.Push(aHost); in CommitSrpUpdate()
1432 mOutstandingUpdates.Push(*update); in InformUpdateHandlerOrCommit()
2110 mServices.Push(aService); in AddService()
Dnat64_translator.cpp365 mActiveAddressMappings.Push(*mapping); in AllocateMapping()
Dsrp_advertising_proxy.cpp377 mAdvInfoList.Push(*advPtr); in Advertise()
Dsrp_client.cpp785 mServices.Push(aService); in AddService()
/openthread-latest/
DCONTRIBUTING.md116 #### Push and Test
122 # Push to your GitHub fork:
/openthread-latest/src/core/border_router/
Drouting_manager.cpp1125 mPeerBrs.Push(*newEntry); in HandleNotifierEvents()
1187 mRouters.Push(*newEntry); in ProcessRouterAdvertMessage()
1285 aRouter.mRoutePrefixes.Push(*entry); in ProcessRaHeader()
1338 aRouter.mOnLinkPrefixes.Push(*entry); in ProcessPrefixInfoOption()
1400 aRouter.mRoutePrefixes.Push(*entry); in ProcessRouteInfoOption()
/openthread-latest/src/core/meshcop/
Dsecure_transport.cpp119 mTransport.mSessions.Push(*this); in Connect()
728 mSessions.Push(*session); in HandleReceive()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function682 /* Push directly to a queue to later simulate a disconnected behavior */