Home
last modified time | relevance | path

Searched refs:recvMsgForBB (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_send_receive_test.cpp136 Message *recvMsgForBB = nullptr; variable
147 recvMsgForBB = inMsg; in __anon922778e00402()
165 EXPECT_EQ(recvMsgForBB, nullptr);
660 ASSERT_NE(recvMsgForBB, nullptr);
662 EXPECT_EQ(recvMsgForBB->GetMessageId(), REGED_TINY_MSG_ID);
663 EXPECT_EQ(recvMsgForBB->GetMessageType(), TYPE_RESPONSE);
664 EXPECT_EQ(recvMsgForBB->GetSessionId(), FIXED_SESSIONID);
665 EXPECT_EQ(recvMsgForBB->GetSequenceId(), FIXED_SEQUENCEID);
667 EXPECT_EQ(recvMsgForBB->GetObject<RegedTinyObject>(), nullptr);
668 delete recvMsgForBB;
[all …]
H A Ddistributeddb_communicator_deep_test.cpp331 Message *recvMsgForBB = nullptr; variable
333 recvMsgForBB = inMsg; in __anonb9037cf20502()
352 ASSERT_NE(recvMsgForBB, nullptr);
371 delete recvMsgForBB;
372 recvMsgForBB = nullptr;
518 Message *recvMsgForBB = nullptr; variable
520 recvMsgForBB = inMsg; in __anonb9037cf20802()
545 while (recvMsgForBB == nullptr && reTryTimes > 0) {
549 ASSERT_NE(recvMsgForBB, nullptr);
569 delete recvMsgForBB;
[all …]
H A Ddistributeddb_communicator_test.cpp699 ASSERT_NE(recvMsgForBB, nullptr);
700 EXPECT_EQ(recvMsgForBB->GetSessionId(), 200U); // session id 200
701 delete recvMsgForBB;
702 recvMsgForBB = nullptr;