Home
last modified time | relevance | path

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

/openthread-latest/tests/unit/
Dtest_linked_list.cpp150 list.Push(a); in TestLinkedList()
159 list.Push(c); in TestLinkedList()
206 list.Push(a); in TestLinkedList()
207 list.Push(c); in TestLinkedList()
208 list.Push(e); in TestLinkedList()
232 list.Push(e); in TestLinkedList()
233 list.Push(a); in TestLinkedList()
260 list.Push(f); in TestLinkedList()
261 list.Push(e); in TestLinkedList()
262 list.Push(d); in TestLinkedList()
[all …]
/openthread-latest/src/core/common/
Dpool.hpp77 mFreeList.Push(entry); in Pool()
96 mFreeList.Push(entry); in Pool()
118 void Free(Type &aEntry) { mFreeList.Push(aEntry); } in Free()
130 mFreeList.Push(entry); in FreeAll()
Dlinked_list.hpp164 void Push(Type &aEntry) in Push() function in ot::LinkedList
195 Push(aEntry); in PushAfterTail()
310 Push(aEntry); in Add()
400 aRemovedList.Push(*entry); in RemoveAllMatching()
Dtimer.cpp170 mTimerList.Push(aTimer); in Add()
/openthread-latest/src/core/thread/
Daddress_resolver.cpp369 mCachedList.Push(*entry); in UpdateCacheEntry()
434 mSnoopedList.Push(*entry); in UpdateSnoopedCacheEntry()
529 mCachedList.Push(*entry); in Resolve()
587 mQueryList.Push(*entry); in Resolve()
717 mCachedList.Push(*entry); in HandleTmf()
1029 mQueryRetryList.Push(*entry); in HandleTimeTick()
Dneighbor.cpp218 mLinkMetricsSeriesInfoList.Push(aSeriesInfo); in AddForwardTrackingSeriesInfo()
/openthread-latest/examples/platforms/utils/
Dlink_metrics.cpp210 GetLinkMetricsDataInfoActiveList().Push(*dataInfo); in otLinkMetricsConfigureEnhAckProbing()
/openthread-latest/src/core/net/
Dnetif.cpp322 mMulticastAddresses.Push(*entry); in SubscribeExternalMulticast()
470 mUnicastAddresses.Push(*entry); in AddExternalUnicastAddress()
Dmdns.cpp152 GetEntryList<EntryType>().Push(*entry); in Register()
1840 mSubTypes.Push(*newSubType); in Register()
2362 Get<Core>().mServiceTypes.Push(*serviceType); in UpdateServiceTypes()
4109 mRxMsgEntries.Push(*newEntry); in AddNew()
4227 mHashEntries.Push(*entry); in Add()
4281 GetCacheList<CacheType>().Push(*cacheEntry); in Start()
4349 mSrvCacheList.Push(*srvCache); in AddPassiveSrvTxtCache()
4357 mTxtCacheList.Push(*txtCache); in AddPassiveSrvTxtCache()
4368 mIp6AddrCacheList.Push(*ip6AddrCache); in AddPassiveIp6AddrCache()
4735 mCallbacks.Push(*callback); in Add()
[all …]
Ddns_dso.cpp166 Get<Dso>().mClientConnections.Push(*this); in Connect()
176 Get<Dso>().mServerConnections.Push(*this); in Accept()
Dudp6.cpp258 mSockets.Push(aSocket); in SetBackboneSocket()
Dsrp_server.cpp495 mHosts.Push(aHost); in CommitSrpUpdate()
1443 mOutstandingUpdates.Push(*update); in InformUpdateHandlerOrCommit()
2113 mServices.Push(aService); in AddService()
Dnat64_translator.cpp369 mActiveAddressMappings.Push(*mapping); in AllocateMapping()
Dsrp_advertising_proxy.cpp383 mAdvInfoList.Push(*advPtr); in Advertise()
Dsrp_client.cpp768 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.cpp1124 mPeerBrs.Push(*newEntry); in HandleNotifierEvents()
1186 mRouters.Push(*newEntry); in ProcessRouterAdvertMessage()
1296 aRouter.mRoutePrefixes.Push(*entry); in ProcessRaHeader()
1349 aRouter.mOnLinkPrefixes.Push(*entry); in ProcessPrefixInfoOption()
1411 aRouter.mRoutePrefixes.Push(*entry); in ProcessRouteInfoOption()
/openthread-latest/third_party/mbedtls/repo/tests/suites/
Dtest_suite_ssl.function682 /* Push directly to a queue to later simulate a disconnected behavior */