/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/src/ |
H A D | output.cpp | 50 WriteToBuffer(data); in DoProcess() 79 WriteToBuffer(data); in EncodeToPixelMap() 80 WriteToBuffer(data); in EncodeToPixelMap() 93 void Output::WriteToBuffer(ProcessData& data) in WriteToBuffer() function in OHOS::Rosen::Output
|
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | types.h | 208 bool WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function 210 …return key.WriteToBuffer(cursorPtr, bufferLeftSize) && value.WriteToBuffer(cursorPtr, bufferLeftSi… in WriteToBuffer()
|
H A D | blob.h | 171 bool WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/effect/effectChain/include/ |
H A D | output.h | 42 void WriteToBuffer(ProcessData& data);
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/video_test/vcodec_framework_test/ |
H A D | buffer_converter_unit_test.cpp | 376 int32_t ret = converter_->WriteToBuffer(buffer_, memory_); 391 int32_t ret = converter_->WriteToBuffer(buffer_, memory_); 406 int32_t ret = converter_->WriteToBuffer(buffer_, memory_);
|
/ohos5.0/foundation/multimedia/av_codec/services/services/codec/ipc/ |
H A D | buffer_converter.h | 36 … int32_t WriteToBuffer(std::shared_ptr<AVBuffer> &buffer, std::shared_ptr<AVSharedMemory> &memory);
|
H A D | buffer_converter.cpp | 201 int32_t BufferConverter::WriteToBuffer(std::shared_ptr<AVBuffer> &buffer, std::shared_ptr<AVSharedM… in WriteToBuffer() function in OHOS::MediaAVCodec::BufferConverter
|
H A D | codec_listener_stub.cpp | 510 converter_->WriteToBuffer(buffer, memory); in WriteInputMemoryToParcel()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/test/fuzztest/blob_fuzzer/ |
H A D | blob_fuzzer.cpp | 85 blob8.WriteToBuffer(writePtr, count); in LLVMFuzzerTestOneInput()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/ |
H A D | blob.cpp | 161 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/ |
H A D | blob.cpp | 161 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
|
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/ |
H A D | blob.cpp | 161 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | blob.cpp | 187 bool Blob::WriteToBuffer(uint8_t *&cursorPtr, int &bufferLeftSize) const in WriteToBuffer() function in OHOS::DistributedKv::Blob
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/common/ |
H A D | itypes_util.h | 508 if (!input.WriteToBuffer(cursor, leftSize)) { 535 if (!entry.WriteToBuffer(cursor, left)) {
|