Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_adapter.h48 int32_t SendSofbusBytes(int32_t socket, std::shared_ptr<DataBuffer> &buffer);
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp432 int32_t ret = DCameraSoftbusAdapter::GetInstance().SendSofbusBytes(sessionId_, buffer); in SendBytes()
H A Ddcamera_softbus_adapter.cpp240 int32_t DCameraSoftbusAdapter::SendSofbusBytes(int32_t socket, std::shared_ptr<DataBuffer>& buffer) in SendSofbusBytes() function in OHOS::DistributedHardware::DCameraSoftbusAdapter
/ohos5.0/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_adapter_test.cpp163 ret = DCameraSoftbusAdapter::GetInstance().SendSofbusBytes(sessionId, dataBuffer);