Home
last modified time | relevance | path

Searched refs:remoteNodeCnt (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_remote.c51 uint32_t remoteNodeCnt; member
108 if (rxIface->remoteNodeCnt > 0) { in DestroyRemoteNode()
109 rxIface->remoteNodeCnt--; in DestroyRemoteNode()
113 rxIface->localIfInfo.networkName, rxIface->remoteNodeCnt, g_remoteNodeCount); in DestroyRemoteNode()
534 rxIface->remoteNodeCnt++; in AddRemoteNodeToList()
537 rxIface->localIfInfo.networkName, rxIface->remoteNodeCnt, g_remoteNodeCount); in AddRemoteNodeToList()
603 if (rxIface->remoteNodeCnt >= RX_IFACE_REMOTE_NODE_COUNT) { in CheckAndCreateRemoteNode()
H A Dnstackx_device.c477 uint32_t remoteNodeCnt = GetRemoteNodeCount(); in SetMaxDeviceNum() local
478 if (maxDeviceNum < remoteNodeCnt) { in SetMaxDeviceNum()
479 uint32_t diffNum = remoteNodeCnt - maxDeviceNum; in SetMaxDeviceNum()