Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dcommunicator_aggregator.h105 void OnBytesReceive(const std::string &srcTarget, const uint8_t *bytes, uint32_t length,
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dcommunicator_aggregator.cpp479 void CommunicatorAggregator::OnBytesReceive(const std::string &srcTarget, const uint8_t *bytes, uin… in OnBytesReceive() function in DistributedDB::CommunicatorAggregator
724 OnBytesReceive(srcTarget, bytes, length, userId); in RegCallbackToAdapter()