Home
last modified time | relevance | path

Searched refs:ReadIteratorImpl (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A DreaderIterator_impl.cpp22 ReadIteratorImpl::ReadIteratorImpl(std::shared_ptr<OHOS::FileManagement::ModuleFileIO::ReaderIteratorEntity> entity) in ReadIteratorImpl() function in OHOS::CJSystemapi::ReadIteratorImpl
26 std::tuple<int32_t, bool, char*> ReadIteratorImpl::Next() in Next()
H A DreaderIterator_impl.h29 class ReadIteratorImpl : public OHOS::FFI::FFIData { class
31 explicit ReadIteratorImpl(std::shared_ptr<OHOS::FileManagement::ModuleFileIO::ReaderIteratorEntity> entity);
43 OHOS::FFI::RuntimeType::Create<OHOS::FFI::FFIData>("ReadIteratorImpl"); in GetClassType()
H A Dfile_fs_impl.h84 static std::tuple<int32_t, sptr<ReadIteratorImpl>> ReadLines(char* file, std::string encoding);
H A Dfile_fs_ffi.cpp506 auto instance = FFIData::GetData<ReadIteratorImpl>(id); in FfiOHOSFileFsReaderIteratorNext()
H A Dfile_fs_impl.cpp1069 std::tuple<int32_t, sptr<ReadIteratorImpl>> FileFsImpl::ReadLines(char* file, std::string encoding) in ReadLines()
1089 auto readIteratorImpl = FFIData::Create<ReadIteratorImpl>(std::move(ptr)); in ReadLines()

Completed in 5 milliseconds