Home
last modified time | relevance | path

Searched refs:ASSERT_NOT_NULL_AND_ACTIVATE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_test.cpp181 ASSERT_NOT_NULL_AND_ACTIVATE(commAA);
199 ASSERT_NOT_NULL_AND_ACTIVATE(commBB);
219 ASSERT_NOT_NULL_AND_ACTIVATE(commBA);
294 ASSERT_NOT_NULL_AND_ACTIVATE(commAA);
304 ASSERT_NOT_NULL_AND_ACTIVATE(commBB);
317 ASSERT_NOT_NULL_AND_ACTIVATE(commBA);
333 ASSERT_NOT_NULL_AND_ACTIVATE(commAB);
391 ASSERT_NOT_NULL_AND_ACTIVATE(commDD); in TestRemoteRestart()
399 ASSERT_NOT_NULL_AND_ACTIVATE(commEE); in TestRemoteRestart()
420 ASSERT_NOT_NULL_AND_ACTIVATE(commEE); in TestRemoteRestart()
[all …]
H A Ddistributeddb_communicator_deep_test.cpp87 ASSERT_NOT_NULL_AND_ACTIVATE(g_commAA); in AllocAllCommunicator()
89 ASSERT_NOT_NULL_AND_ACTIVATE(g_commAB); in AllocAllCommunicator()
91 ASSERT_NOT_NULL_AND_ACTIVATE(g_commBB); in AllocAllCommunicator()
93 ASSERT_NOT_NULL_AND_ACTIVATE(g_commBC); in AllocAllCommunicator()
95 ASSERT_NOT_NULL_AND_ACTIVATE(g_commCC); in AllocAllCommunicator()
97 ASSERT_NOT_NULL_AND_ACTIVATE(g_commCA); in AllocAllCommunicator()
H A Ddistributeddb_communicator_send_receive_test.cpp84 ASSERT_NOT_NULL_AND_ACTIVATE(g_commAA); in SetUp()
89 ASSERT_NOT_NULL_AND_ACTIVATE(g_commBA); in SetUp()
94 ASSERT_NOT_NULL_AND_ACTIVATE(g_commBB); in SetUp()
H A Ddistributeddb_communicator_common.h146 #define ASSERT_NOT_NULL_AND_ACTIVATE(communicator) \ macro