Home
last modified time | relevance | path

Searched refs:ListGetFront (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile_mp.c72 PeerInfo *peerInfo = (PeerInfo *)ListGetFront(&session->peerInfoChain); in TransSelectPeerInfo()
79 PeerInfo *peerInfo = (PeerInfo *)ListGetFront(&session->peerInfoChain); in ClientGetPeerInfoByTransId()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h69 static inline List *ListGetFront(List *head) in ListGetFront() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c566 RemoteNode *oldestNode = OrderedNodeEntry(ListGetFront(g_remoteDeviceOrderedList)); in CheckAndRemoveAgingNode()
589 oldestNode = OrderedNodeEntry(ListGetFront(g_remoteDeviceOrderedList)); in RemoveOldestNodesWithCount()