Searched refs:SendFullData (Results 1 – 3 of 3) sorted by relevance
143 int32_t ret = dataChannelImpl_->SendFullData(screenData);157 int32_t ret = dataChannelImpl_->SendFullData(data);184 int32_t ret = dataChannelImpl_->SendFullData(data);
41 int32_t SendFullData(const std::shared_ptr<DataBuffer> &screenData);
185 int32_t ret = SendFullData(screenData); in SendData()194 int32_t ScreenDataChannelImpl::SendFullData(const std::shared_ptr<DataBuffer> &screenData) in SendFullData() function in OHOS::DistributedHardware::ScreenDataChannelImpl