Home
last modified time | relevance | path

Searched refs:msgForBB (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.cpp180 Message *msgForBB = BuildRegedTinyMessage(); variable
181 ASSERT_NE(msgForBB, nullptr);
183 errCode = g_commBB->SendMessage(DEVICE_NAME_A, msgForBB, conf);
654 Message *msgForBB = BuildRegedTinyMessage(); variable
655 ASSERT_NE(msgForBB, nullptr);
657 int errCode = g_commBB->SendMessage(DEVICE_NAME_A, msgForBB, conf);
H A Ddistributeddb_communicator_deep_test.cpp145 Message *msgForBB = nullptr; variable
146 g_commBB->RegOnMessageCallback([&msgForBB](const std::string &srcTarget, Message *inMsg) { in __anonb9037cf20302()
147 msgForBB = inMsg; in __anonb9037cf20302()
181 EXPECT_EQ(msgForBB, nullptr);
192 EXPECT_NE(msgForBB, nullptr);
193 delete msgForBB;
194 msgForBB = nullptr;