Searched refs:infoNum (Results 1 – 2 of 2) sorted by relevance
/test/xts/acts/communication_lite/dsoftbus_hal/src/ |
D | softbus_bus_center_test.c | 277 int infoNum; variable 279 TEST_ASSERT_TRUE(GetAllNodeDeviceInfo(TEST_PKG_NAME, &info, &infoNum) == SOFTBUS_OK); 281 TEST_ASSERT_TRUE(infoNum == 0); 454 int32_t infoNum = MAX_META_NODE_NUM; variable 463 TEST_ASSERT_TRUE(GetAllMetaNodeInfo(TEST_PKG_NAME, infos, &infoNum) != SOFTBUS_OK); 464 TEST_ASSERT_TRUE(infoNum != 1); 470 TEST_ASSERT_TRUE(GetAllMetaNodeInfo(TEST_PKG_NAME, infos, &infoNum) != SOFTBUS_OK); 471 TEST_ASSERT_TRUE(infoNum != 0); 485 int32_t infoNum = MAX_META_NODE_NUM; variable 497 TEST_ASSERT_TRUE(GetAllMetaNodeInfo(TEST_PKG_NAME, infos, &infoNum) != SOFTBUS_OK); [all …]
|
/test/xts/dcts/distributedhardware/distributedscreentest/ |
D | test.cpp | 292 int32_t infoNum = 0; in QueryRemoteDeviceInfo() local 304 if (GetAllNodeDeviceInfo(g_pkgName, &remoteNodeInfo, &infoNum) != 0) { in QueryRemoteDeviceInfo() 309 DHLOGE("Device Num = %d", infoNum); in QueryRemoteDeviceInfo() 310 for (int i = 0; i < infoNum; ++i) { in QueryRemoteDeviceInfo()
|