Home
last modified time | relevance | path

Searched refs:SoftbusDumpPrintNetType (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.cpp269 EXPECT_NE(SoftbusDumpPrintNetType(fd, &nodeInfo), SOFTBUS_OK);
276 EXPECT_EQ(SoftbusDumpPrintNetType(fd, &nodeInfo), SOFTBUS_OK);
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_ledger/common/src/
H A Dlnn_net_ledger.c593 int32_t SoftbusDumpPrintNetType(int fd, NodeBasicInfo *nodeInfo) in SoftbusDumpPrintNetType() function
762 if (SoftbusDumpPrintNetType(fd, nodeInfo) != SOFTBUS_OK) { in SoftbusDumpDeviceInfo()