Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Dadapter_stub.h85 void SimulateSendBitErrorInMessageIdField(bool doFlag, uint32_t inMessageId);
H A Ddistributeddb_communicator_send_receive_test.cpp674 g_envDeviceB.adapterHandle->SimulateSendBitErrorInMessageIdField(true, UNREGED_TINY_MSG_ID);
697 g_envDeviceB.adapterHandle->SimulateSendBitErrorInMessageIdField(false, 0);
H A Dadapter_stub.cpp336 void AdapterStub::SimulateSendBitErrorInMessageIdField(bool doFlag, uint32_t inMessageId) in SimulateSendBitErrorInMessageIdField() function in AdapterStub