Home
last modified time | relevance | path

Searched refs:recvMsgForBA (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_send_receive_test.cpp134 Message *recvMsgForBA = nullptr; variable
143 recvMsgForBA = inMsg; in __anon922778e00302()
167 ASSERT_NE(recvMsgForBA, nullptr);
173 delete recvMsgForBA;
174 recvMsgForBA = nullptr;
693 delete recvMsgForBA;
694 recvMsgForBA = nullptr;
715 Message *recvMsgForBA = nullptr; variable
723 recvMsgForBA = inMsg; in __anon922778e01102()
743 delete recvMsgForBA;
[all …]
H A Ddistributeddb_communicator_test.cpp582 Message *recvMsgForBA = nullptr; variable
583 commBA->RegOnMessageCallback([&recvMsgForBA](const std::string &srcTarget, Message *inMsg) { in __anonf82a9c550902()
584 recvMsgForBA = inMsg; in __anonf82a9c550902()
588 EXPECT_EQ(recvMsgForBA, nullptr);
684 ASSERT_NE(recvMsgForBA, nullptr);
685 EXPECT_EQ(recvMsgForBA->GetSessionId(), 100U); // session id 100
686 delete recvMsgForBA;
687 recvMsgForBA = nullptr;