/ohos5.0/foundation/communication/ipc/ipc/native/c/rpc/src/ |
H A D | rpc_process_skeleton.c | 98 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubObjectList.stubObjects, StubObject, list) in QueryStubByIndex() 121 …UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_socketLockInfoList.socketLockInfo, SocketThreadLockInfo, lis… in QueryThreadLockInfo() 200 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_idleDataThreadsList.idleDataThread, IdleDataThread, list) in GetIdleDataThread() 220 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_processInfoList.processInfo, ThreadProcessInfo, list) in PopDataInfoFromThread() 251 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubSessionList.list, HandleSessionList, list) in QueryStubSession() 281 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_proxySessionList.list, HandleSessionList, list) in QueryProxySession() 296 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_proxySessionList.list, HandleSessionList, list) in QueryProxySessionBySessionId() 339 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_handleToIndexList.list, HandleToIndexList, list) in QueryHandleToIndex() 418 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_seqNumberToThread.list, ThreadMessageInfo, list) in QueryThreadBySeqNumber()
|
H A D | dbinder_invoker.c | 585 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &ipcSkeleton->objects, DeathCallback, list) in OnDatabusSessionClosed()
|
/ohos5.0/base/hiviewdfx/blackbox_lite/ |
H A D | blackbox_core.c | 163 UTILS_DL_LIST_FOR_EACH_ENTRY(ops, &g_opsList, struct BBoxOps, opsList) { in SaveErrorLog() 197 UTILS_DL_LIST_FOR_EACH_ENTRY(temp, &g_opsList, struct BBoxOps, opsList) { in PrintModuleOps() 232 UTILS_DL_LIST_FOR_EACH_ENTRY(temp, &g_opsList, struct BBoxOps, opsList) { in BBoxRegisterModuleOps() 277 UTILS_DL_LIST_FOR_EACH_ENTRY(ops, &g_opsList, struct BBoxOps, opsList) { in BBoxNotifyError()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/communication/broadcast/source/ |
H A D | pub_sub_implement.c | 95 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in Subscribe() 134 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in ModifyConsumer() 163 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in Unsubscribe() 225 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in ImmediatelyPublish()
|
H A D | pub_sub_feature.c | 81 UTILS_DL_LIST_FOR_EACH_ENTRY(item, &relation->callbacks.node, ConsumerNode, node) { in OnMessage() 104 UTILS_DL_LIST_FOR_EACH_ENTRY(item, list, Relation, node) { in GetRelation()
|
/ohos5.0/foundation/communication/ipc/services/dbinder/c/src/ |
H A D | dbinder_service.c | 111 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_binderList.remoteBinderObjects, RemoteBinderObjects, list) in GetRegisterService() 149 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubRegistedList.dBinderStubs, DBinderServiceStub, list) in QueryDBinderStub() 407 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_sessionInfoList.sessionInfos, SessionInfo, list) in QuerySessionObject() 433 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_proxyObjectList.proxyObject, ProxyObject, list) in QueryProxyObject() 628 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_threadLockInfoList.threadLocks, ThreadLockInfo, list) in QueryThreadLockInfo() 655 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_stubRegistedList.dBinderStubs, DBinderServiceStub, list) in HasDBinderStub()
|
/ohos5.0/foundation/communication/ipc/utils/src/ |
H A D | rpc_session_handle.c | 48 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &sessionIdList->idList, SessionIdList, idList) in FindOrNewSessionIdObject()
|
/ohos5.0/commonlibrary/utils_lite/include/ |
H A D | utils_list.h | 452 #define UTILS_DL_LIST_FOR_EACH_ENTRY(item, list, type, member) \ macro
|
/ohos5.0/foundation/communication/ipc/ipc/native/c/ipc/src/liteos_a/ |
H A D | ipc_invoker.c | 274 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &ipcSkeleton->objects, DeathCallback, list) in CallDeathCallback() 356 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_ipcCallback.apis, AnonymousApi, list) in GetIpcCallback()
|
/ohos5.0/foundation/systemabilitymgr/samgr_lite/samgr_server/source/ |
H A D | samgr_server_rpc.c | 96 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_saList, SaNode, list) in GetSaNodeBySaName() 121 UTILS_DL_LIST_FOR_EACH_ENTRY(node, &g_saList, SaNode, list) in GetSaNodeBySaId()
|