Home
last modified time | relevance | path

Searched refs:SendSoftbusBytes (Results 1 - 4 of 4) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/softbusadapter/include/
H A Dsoftbus_adapter.h48 int32_t SendSoftbusBytes(int32_t sessionId, const void *data, int32_t dataLen) const;
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp63 adapter->SendSoftbusBytes(sessionId, adapterData, dataLen1); in SoftbusAdapterFuzzTest()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/src/
H A Dsoftbus_adapter.cpp242 int32_t SoftbusAdapter::SendSoftbusBytes(int32_t sessionId, const void *data, int32_t dataLen) const in SendSoftbusBytes() function in OHOS::DistributedHardware::SoftbusAdapter
244 DHLOGD("%{public}s: SendSoftbusBytes, sessid:%{public}" PRId32, DSCREEN_LOG_TAG, sessionId); in SendSoftbusBytes()
/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp307 * @tc.desc: Verify the SendSoftbusBytes function.
316 int32_t actual = softbusAdapter.SendSoftbusBytes(sessionId, data, dataLen); in HWTEST_F()

Completed in 3 milliseconds