Home
last modified time | relevance | path

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

/ohos5.0/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;
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/fuzztest/softbusadapter_fuzzer/
H A Dsoftbusadapter_fuzzer.cpp63 adapter->SendSoftbusBytes(sessionId, adapterData, dataLen1); in SoftbusAdapterFuzzTest()
/ohos5.0/foundation/distributedhardware/distributed_screen/services/softbusadapter/test/unittest/src/
H A Dsoftbus_adapter_test.cpp316 int32_t actual = softbusAdapter.SendSoftbusBytes(sessionId, data, dataLen);
/ohos5.0/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