Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/communicator/
H A Ddistributeddb_communicator_deep_test.cpp41 ICommunicator *g_commCC = nullptr; variable
94 g_commCC = g_envDeviceC.commAggrHandle->AllocCommunicator(LABEL_C, errorNo); in AllocAllCommunicator()
95 ASSERT_NOT_NULL_AND_ACTIVATE(g_commCC); in AllocAllCommunicator()
110 g_envDeviceC.commAggrHandle->ReleaseCommunicator(g_commCC); in ReleaseAllCommunicator()
111 g_commCC = nullptr; in ReleaseAllCommunicator()
387 g_commCC->RegOnMessageCallback([&recvMsgForCC](const std::string &srcTarget, Message *inMsg) { in __anonb9037cf20602()
489 errCode = g_commCC->SendMessage(DEVICE_NAME_B, sendMsgForCC, conf);
609 g_commCC->RegOnConnectCallback(callback, nullptr);