Searched refs:resourceNum (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/ |
H A D | lnn_lane_link.c | 776 static int32_t CopyAllDevIdWithoutLock(LaneLinkType type, uint8_t resourceNum, char **devIdList, ui… in CopyAllDevIdWithoutLock() argument 779 (char (*)[NETWORK_ID_BUF_LEN])SoftBusCalloc(resourceNum * NETWORK_ID_BUF_LEN); in CopyAllDevIdWithoutLock() 825 uint8_t resourceNum = 0; in GetAllDevIdWithLinkType() local 829 ++resourceNum; in GetAllDevIdWithLinkType() 832 if (resourceNum == 0) { in GetAllDevIdWithLinkType() 837 LNN_LOGE(LNN_LANE, "lane resource exist link=%{public}d, num=%{public}u", type, resourceNum); in GetAllDevIdWithLinkType() 838 int32_t ret = CopyAllDevIdWithoutLock(type, resourceNum, devIdList, devIdCnt); in GetAllDevIdWithLinkType()
|