Searched refs:expectCount (Results 1 - 6 of 6) sorted by relevance
/test/xts/dcts/communication/softbus_standard/common/ |
H A D | socket_common.c | 126 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 D | net_trans_common.c | 971 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 D | socket_common.h | 228 int WaitNodeCount(int timeout, WaitNodeStateType state, int expectCount);
|
H A D | net_trans_common.h | 189 int WaitNodeCount(int timeout, WaitNodeStateType state, int expectCount);
|
/test/xts/acts/ai/neural_network_runtime/v2_0/interface/src/ |
H A D | DeviceTest.cpp | 80 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 D | DeviceTest.cpp | 80 uint32_t expectCount = 1; in HWTEST_F() local 81 EXPECT_LE(expectCount, count); in HWTEST_F()
|
Completed in 7 milliseconds