/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/ |
H A D | nstackx_event.c | 30 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 D | nstackx_device_remote.c | 120 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 D | nstackx_device_local.c | 82 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 D | softbus_hidumper.c | 134 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 D | softbus_client_frame_manager.c | 102 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 D | proc_tag.c | 290 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-format | 37 - 'LIST_FOR_EACH_SAFE'
|
/ohos5.0/base/inputmethod/imf/ |
H A D | .clang-format | 37 - 'LIST_FOR_EACH_SAFE'
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/ |
H A D | nstackx_dfile.c | 157 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 D | nstackx_dfile_control.c | 56 LIST_FOR_EACH_SAFE(pos, tmp, &session->transferDoneAckList.head) { in DFileSendTransferDoneAck()
|
H A D | nstackx_dfile_send.c | 77 LIST_FOR_EACH_SAFE(p, n, head) { in DestroyIovList() 139 LIST_FOR_EACH_SAFE(p, n, head) { in SendFileDataFrame()
|
H A D | nstackx_file_manager.c | 253 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 D | nstackx_dfile_session.c | 976 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 D | message_handler.c | 321 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 D | nstackx_list.h | 109 #define LIST_FOR_EACH_SAFE(pos, tmp, head) \ macro
|
/ohos5.0/base/tee/tee_client/frameworks/include/ |
H A D | tee_client_list.h | 85 #define LIST_FOR_EACH_SAFE(pos, n, list) \ macro
|
/ohos5.0/foundation/communication/dsoftbus/core/common/include/ |
H A D | common_list.h | 136 #define LIST_FOR_EACH_SAFE(item, nextItem, list) \ macro
|
/ohos5.0/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_api.c | 218 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 D | coap_app.c | 329 LIST_FOR_EACH_SAFE(pos, tmp, &g_ctxList) { in DeRegisterCoAPEpollTask()
|
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/ |
H A D | sys_epoll.c | 892 LIST_FOR_EACH_SAFE(pos, tmp, &(ptr->taskList)) {
|
/ohos5.0/foundation/communication/dsoftbus/sdk/transmission/session/src/ |
H A D | client_trans_session_manager.c | 295 LIST_FOR_EACH_SAFE(pos, tmp, &g_clientSessionServerList->list) { in SessionServerIsExist()
|