Home
last modified time | relevance | path

Searched refs:expectCount (Results 1 - 6 of 6) sorted by relevance

/test/xts/dcts/communication/softbus_standard/common/
H A Dsocket_common.c126 int WaitNodeCount(int timeout, WaitNodeStateType state, int expectCount) in WaitNodeCount() argument
128 LOG("Wait4Node,timeout:%d, type:%d, exp count:%d", timeout, state, expectCount); in WaitNodeCount()
134 if (g_nodeOnlineCount == expectCount) { in WaitNodeCount()
140 if (g_nodeOfflineCount == expectCount) { in WaitNodeCount()
157 if (g_nodeOnlineCount != expectCount) { in WaitNodeCount()
158 LOG("Wait4Node[online] fail[exp:%d, real:%d]", expectCount, g_nodeOnlineCount); in WaitNodeCount()
163 if (g_nodeOfflineCount != expectCount) { in WaitNodeCount()
164 LOG("Wait4Node[offline] fail[exp:%d, real:%d]", expectCount, g_nodeOfflineCount); in WaitNodeCount()
H A Dnet_trans_common.c971 int WaitNodeCount(int timeout, WaitNodeStateType state, int expectCount) in WaitNodeCount() argument
973 LOG("Wait4Node,timeout:%d, type:%d, exp count:%d", timeout, state, expectCount); in WaitNodeCount()
979 if (g_nodeOnlineCount == expectCount) { in WaitNodeCount()
985 if (g_nodeOfflineCount == expectCount) { in WaitNodeCount()
1002 if (g_nodeOnlineCount != expectCount) { in WaitNodeCount()
1003 LOG("Wait4Node[online] fail[exp:%d, real:%d]", expectCount, g_nodeOnlineCount); in WaitNodeCount()
1008 if (g_nodeOfflineCount != expectCount) { in WaitNodeCount()
1009 LOG("Wait4Node[offline] fail[exp:%d, real:%d]", expectCount, g_nodeOfflineCount); in WaitNodeCount()
H A Dsocket_common.h228 int WaitNodeCount(int timeout, WaitNodeStateType state, int expectCount);
H A Dnet_trans_common.h189 int WaitNodeCount(int timeout, WaitNodeStateType state, int expectCount);
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/
H A DDeviceTest.cpp80 uint32_t expectCount = 1; in HWTEST_F() local
81 EXPECT_LE(expectCount, count); in HWTEST_F()
/test/xts/acts/ai/neural_network_runtime/v1_0/interface/src/
H A DDeviceTest.cpp80 uint32_t expectCount = 1; in HWTEST_F() local
81 EXPECT_LE(expectCount, count); in HWTEST_F()

Completed in 7 milliseconds