Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/
H A Dnetwork_adapter.cpp65 [this](const DeviceInfos &srcDevInfo, const uint8_t *data, uint32_t length) { in StartAdapter() argument
66 OnDataReceiveHandler(srcDevInfo, data, length); in StartAdapter()
264 void NetworkAdapter::OnDataReceiveHandler(const DeviceInfos &srcDevInfo, const uint8_t *data, uint3… in OnDataReceiveHandler() argument
274 srcDevInfo.identifier.c_str(), headLength, length); in OnDataReceiveHandler()
293 … onReceiveHandle_(srcDevInfo.identifier, data + headLength, length - headLength, currentUserId); in OnDataReceiveHandler()
299 CheckDeviceOnlineAfterReception(srcDevInfo); in OnDataReceiveHandler()
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/test/unittest/src/
H A Dprocess_communicator_impl_test.cpp161 … [](const DistributedDB::DeviceInfos &srcDevInfo, const uint8_t *data, uint32_t length) -> void { in __anone4338ea50602() argument
181 …[](const DistributedDB::DeviceInfos &srcDevInfo, const uint8_t *data, uint32_t length) -> void { r… in __anone4338ea50702() argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/
H A Diprocess_communicator.h68 using OnDataReceive = std::function<void(const DeviceInfos &srcDevInfo, const uint8_t *data, uint32…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/include/
H A Dnetwork_adapter.h58 void OnDataReceiveHandler(const DeviceInfos &srcDevInfo, const uint8_t *data, uint32_t length);