Home
last modified time | relevance | path

Searched refs:PutByte (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/test/unittest/src/
H A Dhap_verify_test.cpp200 errorCommentFile.PutByte(0, tmp);
213 errorCommentFile.PutByte(TEST_PFOFILE_PKCS7_DATA_INDEX, tmp);
224 errorCommentFile.PutByte(TEST_APP_PKCS7_DATA_INDEX, tmp);
H A Dhap_byte_buffer_test.cpp124 testBuffer2.PutByte(0, testChar);
250 buffer1.PutByte(i, testStr[i]);
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/common/
H A Dhap_byte_buffer.h50 DLL_EXPORT void PutByte(int32_t offset, char value);
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/dfx/test/unittest/fake/hiview/include/
H A Dhievent.h96 HiEvent& PutByte(const std::string& key, unsigned char value) in PutByte() function
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/common/
H A Dhap_byte_buffer.cpp211 void HapByteBuffer::PutByte(int32_t offset, char value) in PutByte() function in OHOS::Security::Verify::HapByteBuffer
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/src/util/
H A Dhap_signing_block_utils.cpp510 result.PutByte(0, ZIP_FIRST_LEVEL_CHUNK_PREFIX); in ComputeDigestsForEachChunk()