Home
last modified time | relevance | path

Searched refs:SendSofbusStream (Results 1 - 5 of 5) sorted by relevance

/foundation/distributedhardware/distributed_camera/interfaces/inner_kits/native_cpp/test/sourcefuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp106 DCameraSoftbusAdapter::GetInstance().SendSofbusStream(sessionId, dataBuffer); in SoftbusSendSofbusStreamFuzzTest()
/foundation/distributedhardware/distributed_camera/services/channel/include/
H A Ddcamera_softbus_adapter.h49 int32_t SendSofbusStream(int32_t socket, std::shared_ptr<DataBuffer> &buffer);
/foundation/distributedhardware/distributed_camera/services/channel/test/unittest/common/channel/
H A Ddcamera_softbus_adapter_test.cpp170 * @tc.desc: Verify the SendSofbusStream function.
188 ret = DCameraSoftbusAdapter::GetInstance().SendSofbusStream(sessionId, dataBuffer); in HWTEST_F()
190 ret = DCameraSoftbusAdapter::GetInstance().SendSofbusStream(sessionId, dataBuffer); in HWTEST_F()
/foundation/distributedhardware/distributed_camera/services/channel/src/
H A Ddcamera_softbus_session.cpp478 int32_t ret = DCameraSoftbusAdapter::GetInstance().SendSofbusStream(sessionId_, buffer); in SendStream()
H A Ddcamera_softbus_adapter.cpp280 int32_t DCameraSoftbusAdapter::SendSofbusStream(int32_t socket, std::shared_ptr<DataBuffer>& buffer) in SendSofbusStream() function in OHOS::DistributedHardware::DCameraSoftbusAdapter
286 DHLOGD("SendSofbusStream find %{public}s failed.", TIME_STAMP_US.c_str()); in SendSofbusStream()
290 DHLOGD("SendSofbusStream find %{public}s failed.", FRAME_TYPE.c_str()); in SendSofbusStream()
294 DHLOGD("SendSofbusStream find %{public}s failed.", INDEX.c_str()); in SendSofbusStream()
298 DHLOGD("SendSofbusStream find %{public}s failed.", START_ENCODE_TIME_US.c_str()); in SendSofbusStream()
302 DHLOGD("SendSofbusStream find %{public}s failed.", FINISH_ENCODE_TIME_US.c_str()); in SendSofbusStream()
317 DHLOGD("SendSofbusStream failed, ret is %{public}d", ret); in SendSofbusStream()

Completed in 5 milliseconds