Searched refs:srcDevInfo (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/communicator/src/ |
H A D | network_adapter.cpp | 65 [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 D | process_communicator_impl_test.cpp | 161 … [](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 D | iprocess_communicator.h | 68 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 D | network_adapter.h | 58 void OnDataReceiveHandler(const DeviceInfos &srcDevInfo, const uint8_t *data, uint32_t length);
|