Home
last modified time | relevance | path

Searched refs:LIST_FOR_EACH_SAFE (Results 1 – 21 of 21) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_event.c30 LIST_FOR_EACH_SAFE(pos, tmp, eventNodeChain) { in SearchEventNode()
74 LIST_FOR_EACH_SAFE(pos, tmp, eventNodeChain) { in EventNodeChainClean()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c120 LIST_FOR_EACH_SAFE(pos, tmp, &rxIface->remoteNodeList) { in DestroyRxIface()
132 LIST_FOR_EACH_SAFE(pos, tmp, &device->rxIfaceList) { in DestroyRemoteDevice()
148 LIST_FOR_EACH_SAFE(pos, tmp, list) { in ClearRemoteDeviceList()
519 LIST_FOR_EACH_SAFE(pos, tmp, &rxIface->remoteNodeList) { in DestroyOldestRemoteNode()
760 LIST_FOR_EACH_SAFE(pos, tmp, &device->rxIfaceList) { in DestroyRxIfaceByIfnameInner()
777 LIST_FOR_EACH_SAFE(pos, tmp, g_remoteDeviceList) { in DestroyRxIfaceByIfname()
H A Dnstackx_device_local.c82 LIST_FOR_EACH_SAFE(pos, tmp, &g_localDevice.destroyList) { in LocalDeviceTimeout()
110 LIST_FOR_EACH_SAFE(pos, tmp, &g_localDevice.readyList[i]) { in LocalDeviceDeinit()
115 LIST_FOR_EACH_SAFE(pos, tmp, &g_localDevice.destroyList) { in LocalDeviceDeinit()
119 LIST_FOR_EACH_SAFE(pos, tmp, &g_localDevice.creatingList) { in LocalDeviceDeinit()
358 LIST_FOR_EACH_SAFE(pos, tmp, list) { in RemoveAllLocalIfaceOfList()
/ohos5.0/foundation/communication/dsoftbus/core/common/dfx/hidumper_adapter/
H A Dsoftbus_hidumper.c134 LIST_FOR_EACH_SAFE(item, nextItem, varList) { in SoftBusReleaseDumpVar()
168 LIST_FOR_EACH_SAFE(item, nextItem, &g_hidumperhander_list) { in SoftBusHiDumperReleaseHandler()
/ohos5.0/foundation/communication/dsoftbus/sdk/frame/common/src/
H A Dsoftbus_client_frame_manager.c102 LIST_FOR_EACH_SAFE(item, nextItem, &g_pkgNameList) { in DelClientPkgName()
139 LIST_FOR_EACH_SAFE(item, nextItem, &g_pkgNameList) { in FreeClientPkgName()
/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A Dproc_tag.c290 LIST_FOR_EACH_SAFE(node, n, &g_taTagList) { in FreeTaTagNode()
314 LIST_FOR_EACH_SAFE(node, n, &g_driverTagList) { in FreeDriverTagNode()
/ohos5.0/foundation/communication/dsoftbus/
H A D.clang-format37 - 'LIST_FOR_EACH_SAFE'
/ohos5.0/base/inputmethod/imf/
H A D.clang-format37 - 'LIST_FOR_EACH_SAFE'
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c157 LIST_FOR_EACH_SAFE(pos, tmp, &g_dFileSessionChain) { in PopDFileSessionNodeById()
968 LIST_FOR_EACH_SAFE(pos, tmp, &session->transferDoneAckList.head) { in DFileClearTransferDoneAckList()
987 LIST_FOR_EACH_SAFE(pos, tmp, &session->peerInfoChain) { in DFileSessionClean()
1265 LIST_FOR_EACH_SAFE(pos, tmp, &session->peerInfoChain) { in DFileSenderDestory()
1399 LIST_FOR_EACH_SAFE(pos, tmp, &session->pendingFileLists) { in ClearPendingFileList()
1411 LIST_FOR_EACH_SAFE(pos, tmp, &session->smallFileLists) { in ClearSmallFileList()
1431 LIST_FOR_EACH_SAFE(pos, tmp, &session->outboundQueue) { in ClearOutboundQueue()
1443 LIST_FOR_EACH_SAFE(pos, tmp, &session->inboundQueue) { in ClearInboundQueue()
H A Dnstackx_dfile_control.c56 LIST_FOR_EACH_SAFE(pos, tmp, &session->transferDoneAckList.head) { in DFileSendTransferDoneAck()
H A Dnstackx_dfile_send.c77 LIST_FOR_EACH_SAFE(p, n, head) { in DestroyIovList()
139 LIST_FOR_EACH_SAFE(p, n, head) { in SendFileDataFrame()
H A Dnstackx_file_manager.c253 LIST_FOR_EACH_SAFE(pos, tmp, &fileManager->taskList.head) { in PrepareOneTaskByStatus()
2011 LIST_FOR_EACH_SAFE(pos, tmp, &session->tranIdStateList.head) { in ClearTransStateList()
H A Dnstackx_dfile_session.c976 LIST_FOR_EACH_SAFE(pos, tmp, &session->dFileTransChain) { in ProcessSessionTrans()
1560 LIST_FOR_EACH_SAFE(pos, tmp, head) { in ClearDFileFrameList()
/ohos5.0/foundation/communication/dsoftbus/core/common/message_handler/
H A Dmessage_handler.c321 LIST_FOR_EACH_SAFE(item, nextItem, &context->msgHead) { in PostMessageAtTime()
392 LIST_FOR_EACH_SAFE(item, nextItem, &context->msgHead) { in LoopRemoveMessageCustom()
550 LIST_FOR_EACH_SAFE(item, nextItem, &context->msgHead) { in DestroyLooper()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_list.h109 #define LIST_FOR_EACH_SAFE(pos, tmp, head) \ macro
/ohos5.0/base/tee/tee_client/frameworks/include/
H A Dtee_client_list.h85 #define LIST_FOR_EACH_SAFE(pos, n, list) \ macro
/ohos5.0/foundation/communication/dsoftbus/core/common/include/
H A Dcommon_list.h136 #define LIST_FOR_EACH_SAFE(item, nextItem, list) \ macro
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/
H A Dtee_client_api.c218 LIST_FOR_EACH_SAFE(node, n, &context->session_list) in AddSessionList()
867 LIST_FOR_EACH_SAFE(ptr, n, &context->session_list) in TEEC_FinalizeContextInner()
890 LIST_FOR_EACH_SAFE(ptr, n, &context->shrd_mem_list) in TEEC_FinalizeContextInner()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_app.c329 LIST_FOR_EACH_SAFE(pos, tmp, &g_ctxList) { in DeRegisterCoAPEpollTask()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_epoll.c892 LIST_FOR_EACH_SAFE(pos, tmp, &(ptr->taskList)) {
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/
H A Dclient_trans_session_manager.c295 LIST_FOR_EACH_SAFE(pos, tmp, &g_clientSessionServerList->list) { in SessionServerIsExist()