Searched refs:SendDirtyData (Results 1 – 3 of 3) sorted by relevance
42 int32_t SendDirtyData(const std::shared_ptr<DataBuffer> &screenData);
179 int32_t ret = SendDirtyData(screenData); in SendData()213 int32_t ScreenDataChannelImpl::SendDirtyData(const std::shared_ptr<DataBuffer> &screenData) in SendDirtyData() function in OHOS::DistributedHardware::ScreenDataChannelImpl
170 int32_t ret = dataChannelImpl_->SendDirtyData(screenData);