Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/data_object/frameworks/innerkitsimpl/src/communicator/
H A Dsoftbus_adapter_standard.cpp499 auto &byteMsg = *msg; in DoSend() local
500 int32_t ret = SendBytes(it.second, byteMsg.ptr, byteMsg.size); in DoSend()
505 delete[] byteMsg.ptr; in DoSend()