Searched refs:OhosFileMapperImpl (Results 1 – 3 of 3) sorted by relevance
87 OhosFileMapperImpl::OhosFileMapperImpl(std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap, in OhosFileMapperImpl() function in OHOS::NWeb::OhosFileMapperImpl92 int32_t OhosFileMapperImpl::GetFd() const in GetFd()97 int32_t OhosFileMapperImpl::GetOffset() const in GetOffset()102 std::string OhosFileMapperImpl::GetFileName() const in GetFileName()107 bool OhosFileMapperImpl::IsCompressed() const in IsCompressed()112 void* OhosFileMapperImpl::GetDataPtr() const in GetDataPtr()117 size_t OhosFileMapperImpl::GetDataLen() const in GetDataLen()122 bool OhosFileMapperImpl::UnzipData(std::unique_ptr<uint8_t[]>& dest, size_t& len) in UnzipData()297 … dest = std::make_unique<OhosFileMapperImpl>(std::move(fileMap), isCompressed ? manager: nullptr); in GetRawFileMapper()
24 class OhosFileMapperImpl : public OhosFileMapper {26 OhosFileMapperImpl(std::unique_ptr<OHOS::AbilityBase::FileMapper> fileMap,29 ~OhosFileMapperImpl() override = default;
146 OhosFileMapperImpl apperImpl(std::move(fileMap), extractor);