Home
last modified time | relevance | path

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

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_centraldirectory.c32 void HapPutByte(const HapBuf *hapBuffer, int32_t offset, char value) in HapPutByte()
43 void HapPutData(const HapBuf *hapBuffer, int32_t offset, const unsigned char *data, int32_t len) in HapPutData()
70 bool CreateHapBuffer(HapBuf *hapBuffer, int32_t len) in CreateHapBuffer()
85 void ClearHapBuffer(HapBuf *hapBuffer) in ClearHapBuffer()
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Dhap_byte_buffer_data_source.cpp22 HapByteBufferDataSource::HapByteBufferDataSource(HapByteBuffer& hapBuffer) in HapByteBufferDataSource()