Home
last modified time | relevance | path

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

/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h49 int32_t SendSoftbusStream(int32_t sessionId, const StreamData *data, const StreamData *ext,
/foundation/distributedhardware/distributed_screen/services/screentransport/screendatachannel/src/
H A Dscreen_data_channel_impl.cpp204 int32_t ret = SoftbusAdapter::GetInstance().SendSoftbusStream(sessionId_, &data, &ext, &frameInfo); in SendFullData()
233 ret = SoftbusAdapter::GetInstance().SendSoftbusStream(jpegSessionId_, &data, &ext, &frameInfo); in SendDirtyData()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp62 adapter->SendSoftbusStream(sessionId, stream, ext, info); in SoftbusAdapterFuzzTest()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp254 int32_t SoftbusAdapter::SendSoftbusStream(int32_t sessionId, const StreamData *data, const StreamData *ext, in SendSoftbusStream() function in OHOS::DistributedHardware::SoftbusAdapter
257 DHLOGD("%{public}s: SendSoftbusStream, sessid:%{public}" PRId32, DSCREEN_LOG_TAG, sessionId); in SendSoftbusStream()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp322 * @tc.desc: Verify the SendSoftbusStream function.
332 int32_t actual = softbusAdapter.SendSoftbusStream(sessionId, data, ext, param); in HWTEST_F()

Completed in 4 milliseconds