Home
last modified time | relevance | path

Searched defs:reader (Results 1 – 25 of 97) sorted by relevance

1234

/ohos5.0/foundation/window/window_manager/utils/test/unittest/
H A Dsurface_reader_test.cpp39 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
52 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
65 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
78 SurfaceReader* reader = new(std::nothrow) SurfaceReader(); variable
/ohos5.0/base/hiviewdfx/hiview/base/event_store/test/unittest/common/
H A Dsys_event_store_utility_test.cpp82 SysEventDocReader reader(path); in TestFileSizeOfDocReader() local
88 SysEventDocReader reader(path); in TestPageSizeOfDocReader() local
96 SysEventDocReader reader(path); in TestHeaderOfDocReader() local
107 SysEventDocReader reader(path); in TestSystemVersionOfDocReader() local
143 SysEventDocReader reader(path); in TestEventsOfDocReader() local
184 std::shared_ptr<ContentReader> reader = std::make_shared<ContentReaderVersionTest>(); variable
205 std::shared_ptr<ContentReader> reader = ContentReaderFactory::GetInstance().Get(version); variable
240 auto reader = ContentReaderFactory::GetInstance().Get(version); variable
/ohos5.0/foundation/multimedia/image_framework/plugins/common/libs/image/libextplugin/src/heif_impl/heif_parser/box/
H A Dbasic_box.cpp20 heif_error HeifFtypBox::ParseContent(HeifStreamReader &reader) in ParseContent()
48 heif_error HeifMetaBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
58 heif_error HeifHdlrBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Ditem_property_basic_box.cpp20 heif_error HeifIspeBox::ParseContent(HeifStreamReader &reader) in ParseContent()
39 heif_error HeifPixiBox::ParseContent(HeifStreamReader &reader) in ParseContent()
66 heif_error HeifRlocBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Ditem_property_display_box.cpp27 heif_error HeifMdcvBox::ParseContent(HeifStreamReader &reader) in ParseContent()
61 heif_error HeifClliBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Dheif_box.cpp40 heif_error HeifBox::ParseHeader(HeifStreamReader &reader) in ParseHeader()
145 heif_error HeifBox::ParseContent(HeifStreamReader &reader) in ParseContent()
155 heif_error HeifBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
165 heif_error HeifFullBox::ParseFullHeader(HeifStreamReader &reader) in ParseFullHeader()
211 heif_error HeifBox::MakeFromReader(HeifStreamReader &reader, in MakeFromReader()
259 heif_error HeifBox::ReadChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ReadChildren()
H A Ditem_property_transform_box.cpp22 heif_error HeifIrotBox::ParseContent(HeifStreamReader &reader) in ParseContent()
37 heif_error HeifImirBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Ditem_info_box.cpp20 heif_error HeifIinfBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
50 heif_error HeifInfeBox::ParseContent(HeifStreamReader &reader) in ParseContent()
141 heif_error HeifPtimBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Ditem_property_aux_box.cpp20 heif_error HeifAuxcBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Ditem_property_box.cpp26 heif_error HeifIprpBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
35 heif_error HeifIpcoBox::ParseContentChildren(HeifStreamReader &reader, uint32_t &recursionCount) in ParseContentChildren()
90 heif_error HeifIpmaBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Ditem_ref_box.cpp22 void HeifIrefBox::ParseItemRef(HeifStreamReader &reader, Reference& ref) in ParseItemRef()
45 heif_error HeifIrefBox::ParseContent(HeifStreamReader &reader) in ParseContent()
H A Ditem_data_box.cpp27 void HeifIlocBox::ParseExtents(Item& item, HeifStreamReader &reader, int indexSize, int offsetSize,… in ParseExtents()
60 heif_error HeifIlocBox::ParseContent(HeifStreamReader &reader) in ParseContent()
365 heif_error HeifIdatBox::ParseContent(HeifStreamReader &reader) in ParseContent()
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/fuzztest/imageheifimpl_fuzzer/src/
H A Dimage_heif_impl_fuzzer.cpp50 HeifIpmaBox *heifipmabox, HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyBoxTest001()
83 HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyBasicBoxTest001()
108 void ItemPropertyAuxBoxTest001(HeifAuxcBox *heifauxcbox, HeifStreamReader &reader, in ItemPropertyAuxBoxTest001()
125 HeifColrBox *heifcolrbox, HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyColorBoxTest001()
157 HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyDisplayBoxTest001()
179 void ItemPropertyHvccBoxTest001(HeifHvccBox *heifhvccbox, HeifStreamReader &reader, in ItemPropertyHvccBoxTest001()
200 HeifImirBox *heifimirbox, HeifStreamReader &reader, HeifStreamWriter &writer) in ItemPropertyTransformBoxTest001()
/ohos5.0/base/security/huks/utils/file_iterative_reader/src/
H A Dhks_iterative_reader.c167 int32_t HksInitFileIterativeReader(struct HksIterativeReader *reader, char *path) in HksInitFileIterativeReader()
181 void HksDestroyFileIterativeReader(struct HksIterativeReader *reader) in HksDestroyFileIterativeReader()
186 int32_t HksReadFileWithIterativeReader(struct HksIterativeReader *reader, struct HksBlob *fileConte… in HksReadFileWithIterativeReader()
/ohos5.0/foundation/communication/netstack/interfaces/innerkits/rust/ylong_http_client/src/reqwest_impl/async_impl/uploader/
H A Dbuilder.rs61 pub fn reader<R: AsyncRead>(self, reader: R) -> UploaderBuilder<WantsOperator<R>> { in reader() method
99 reader: R, field
168 reader: R, field
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/uploader/
H A Dbuilder.rs62 pub fn reader<R: AsyncRead>(self, reader: R) -> UploaderBuilder<WantsOperator<R>> { in reader() method
100 reader: R, field
171 reader: R, field
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/io/
H A Dread_task.rs41 reader: Option<&'a mut R>, field
62 let mut reader = take_reader!(self); in poll() localVariable
80 reader: &'a mut R, field
150 reader: &'a mut R, field
226 reader: Option<&'a mut R>, field
247 let mut reader = take_reader!(self); in poll() localVariable
274 reader: &'a mut R, field
342 reader: &'a mut R, field
382 reader: R, field
426 reader: R, field
[all …]
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dmod.rs33 mod reader; module
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/
H A Dheif_parser_box_test.cpp47 HeifStreamReader reader(stream, 0, 0); variable
206 HeifStreamReader reader(inputStream, 0, 0); variable
266 HeifStreamReader reader(stream, 0, 0); variable
356 HeifStreamReader reader(stream, 0, 0); variable
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/
H A Dcontent_reader_factory.cpp20 void ContentReaderFactory::Register(int8_t version, std::shared_ptr<ContentReader> reader) in Register()
H A Dsys_event_doc_reader.cpp158 auto reader = ContentReaderFactory::GetInstance().Get(dataFmtVersion_); in ReadHeader() local
264 auto reader = ContentReaderFactory::GetInstance().Get(dataFmtVersion_); in IsValidHeader() local
292 auto reader = ContentReaderFactory::GetInstance().Get(dataFmtVersion_); in BuildRawData() local
/ohos5.0/base/hiviewdfx/hiview/base/event_store/utility/reader/include/
H A Dcontent_reader_factory.h37 ReaderRegister(int8_t version, std::shared_ptr<ContentReader> reader) in ReaderRegister()
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/rust/src/
H A Dadapter.rs90 let reader = BufReader::new(file); in reader_iterator() localVariable
98 let reader = Box::from_raw(iter as *mut BufReader<File>); in drop_reader_iterator() localVariable
106 let reader = &mut *(iter as *mut BufReader<File>); in next_line() localVariable
/ohos5.0/commonlibrary/rust/ylong_json/src/
H A Dlib.rs57 mod reader; module
/ohos5.0/base/security/code_signature/utils/include/
H A Dfsverity_utils_helper.h91 FileReader *reader = static_cast<FileReader *>(f); in ReadFileCallback() local

1234