Home
last modified time | relevance | path

Searched defs:HapByteBuffer (Results 1 – 2 of 2) sorted by relevance

/base/security/appverify/interfaces/innerkits/appverify/src/common/
Dhap_byte_buffer.cpp27 HapByteBuffer::HapByteBuffer() : buffer(nullptr), position(0), limit(0), capacity(0) in HapByteBuffer() function in OHOS::Security::Verify::HapByteBuffer
31 HapByteBuffer::HapByteBuffer(int32_t bufferCapacity) : buffer(nullptr), position(0), limit(0), capa… in HapByteBuffer() function in OHOS::Security::Verify::HapByteBuffer
36 HapByteBuffer::HapByteBuffer(const HapByteBuffer& other) : buffer(nullptr), position(0), limit(0), … in HapByteBuffer() function in OHOS::Security::Verify::HapByteBuffer
/base/security/appverify/interfaces/innerkits/appverify/src/util/
Dhap_signing_block_utils.cpp80 bool HapSigningBlockUtils::FindEocdInHap(RandomAccessFile& hapFile, std::pair<HapByteBuffer, long l… in FindEocdInHap()
99 std::pair<HapByteBuffer, long long>& eocd) in FindEocdInHap()