Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/unittest/
H A Dledger_lane_hub_test.cpp246 EXPECT_NE(SoftbusDumpPrintNetCapacity(fd, &nodeInfo), SOFTBUS_OK);
253 EXPECT_EQ(SoftbusDumpPrintNetCapacity(fd, &nodeInfo), SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c580 int32_t SoftbusDumpPrintNetCapacity(int fd, NodeBasicInfo *nodeInfo) in SoftbusDumpPrintNetCapacity() function
759 if (SoftbusDumpPrintNetCapacity(fd, nodeInfo) != SOFTBUS_OK) { in SoftbusDumpDeviceInfo()