Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h136 void SetRemoteCommunicatorVersion(const std::string &target, uint16_t version);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp494 SetRemoteCommunicatorVersion(srcTarget, packetResult.GetDbVersion()); in OnBytesReceive()
863 void CommunicatorAggregator::SetRemoteCommunicatorVersion(const std::string &target, uint16_t versi… in SetRemoteCommunicatorVersion() function in DistributedDB::CommunicatorAggregator