Searched defs:HapByteBuffer (Results 1 – 2 of 2) sorted by relevance
/base/security/appverify/interfaces/innerkits/appverify/src/common/ |
D | hap_byte_buffer.cpp | 27 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/ |
D | hap_signing_block_utils.cpp | 80 bool HapSigningBlockUtils::FindEocdInHap(RandomAccessFile& hapFile, std::pair<HapByteBuffer, long l… in FindEocdInHap() 99 std::pair<HapByteBuffer, long long>& eocd) in FindEocdInHap()
|