Searched refs:OnClientBytesReceived (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/test/fuzztest/softbusadapter_fuzzer/ |
H A D | softbusadapter_fuzzer.cpp | 32 AppDataListenerWrap::OnClientBytesReceived(connId, data, dataLen); in OnBytesReceivedFuzz()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/ |
H A D | softbus_adapter_standard.cpp | 52 static void OnClientBytesReceived(int32_t socket, const void *data, uint32_t dataLen); 97 clientListener_.OnBytes = AppDataListenerWrap::OnClientBytesReceived; in SoftBusAdapter() 98 clientListener_.OnMessage = AppDataListenerWrap::OnClientBytesReceived; in SoftBusAdapter() 491 void AppDataListenerWrap::OnClientBytesReceived(int32_t socket, const void *data, uint32_t dataLen)… in OnClientBytesReceived() function in OHOS::AppDistributedKv::AppDataListenerWrap
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/ |
H A D | softbus_adapter_standard.cpp | 50 clientListener_.OnBytes = AppDataListenerWrap::OnClientBytesReceived; in SoftBusAdapter() 51 clientListener_.OnMessage = AppDataListenerWrap::OnClientBytesReceived; in SoftBusAdapter() 606 void AppDataListenerWrap::OnClientBytesReceived(int32_t socket, const void *data, uint32_t dataLen)… in OnClientBytesReceived() function in OHOS::ObjectStore::AppDataListenerWrap
|
/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/include/communicator/ |
H A D | softbus_adapter.h | 128 static void OnClientBytesReceived(int32_t socket, const void *data, uint32_t dataLen);
|