Home
last modified time | relevance | path

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 Dsoftbusadapter_fuzzer.cpp32 AppDataListenerWrap::OnClientBytesReceived(connId, data, dataLen); in OnBytesReceivedFuzz()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/communicator/src/
H A Dsoftbus_adapter_standard.cpp52 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 Dsoftbus_adapter_standard.cpp50 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 Dsoftbus_adapter.h128 static void OnClientBytesReceived(int32_t socket, const void *data, uint32_t dataLen);