Home
last modified time | relevance | path

Searched refs:UNREGED_TINY_MSG_ID (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_common.h128 constexpr uint32_t UNREGED_TINY_MSG_ID = 5555; variable
H A Ddistributeddb_communicator_send_receive_test.cpp674 g_envDeviceB.adapterHandle->SimulateSendBitErrorInMessageIdField(true, UNREGED_TINY_MSG_ID);
687 EXPECT_EQ(recvMsgForBA->GetMessageId(), UNREGED_TINY_MSG_ID);
H A Ddistributeddb_communicator_common.cpp315 Message *outMsg = new (nothrow) Message(UNREGED_TINY_MSG_ID); in BuildUnRegedTinyMessage()