Searched refs:LABEL_B (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/ |
H A D | distributeddb_communicator_test.cpp | 122 ICommunicator *commB = g_envDeviceA.commAggrHandle->AllocCommunicator(LABEL_B, errorNo); 198 ICommunicator *commBB = g_envDeviceB.commAggrHandle->AllocCommunicator(LABEL_B, errorNo); 303 ICommunicator *commBB = g_envDeviceB.commAggrHandle->AllocCommunicator(LABEL_B, errorNo); 332 ICommunicator *commAB = g_envDeviceA.commAggrHandle->AllocCommunicator(LABEL_B, errorNo); 672 EXPECT_EQ(lackLabels[1], ToLabelType(LABEL_B)); // 1 for second element 693 ICommunicator *commBB = g_envDeviceB.commAggrHandle->AllocCommunicator(LABEL_B, errCode); 822 ICommunicator *commAB = g_envDeviceA.commAggrHandle->AllocCommunicator(LABEL_B, errCode);
|
H A D | distributeddb_communicator_common.h | 122 constexpr uint64_t LABEL_B = 2345; variable
|
H A D | distributeddb_communicator_deep_test.cpp | 88 g_commAB = g_envDeviceA.commAggrHandle->AllocCommunicator(LABEL_B, errorNo); in AllocAllCommunicator() 90 g_commBB = g_envDeviceB.commAggrHandle->AllocCommunicator(LABEL_B, errorNo); in AllocAllCommunicator()
|
H A D | distributeddb_communicator_send_receive_test.cpp | 92 g_commBB = g_envDeviceB.commAggrHandle->AllocCommunicator(LABEL_B, errorNo); in SetUp()
|