Searched refs:InsertIntToByteArray (Results 1 – 5 of 5) sorted by relevance
| /developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/ |
| D | byte_array_utils_test.cpp | 48 HWTEST_F(ByteArrayUtilsTest, InsertIntToByteArray, testing::ext::TestSize.Level1) 51 int result = ByteArrayUtils::InsertIntToByteArray(ret, 16, 32);
|
| /developtools/hapsigner/hapsigntool_cpp/hap/entity/src/ |
| D | sign_head.cpp | 55 start = ByteArrayUtils::InsertIntToByteArray(signHead, start, size); in GetSignHead() 60 start = ByteArrayUtils::InsertIntToByteArray(signHead, start, NUM_OF_BLOCK); in GetSignHead()
|
| D | sign_content_info.cpp | 84 index = ByteArrayUtils::InsertIntToByteArray(ret, index, tmp.m_length); in GetByteContent()
|
| /developtools/hapsigner/hapsigntool_cpp/utils/include/ |
| D | byte_array_utils.h | 28 static int InsertIntToByteArray(std::vector<int8_t>& desByte, int index, int num);
|
| /developtools/hapsigner/hapsigntool_cpp/utils/src/ |
| D | byte_array_utils.cpp | 22 int ByteArrayUtils::InsertIntToByteArray(std::vector<int8_t>& desByte, int index, int num) in InsertIntToByteArray() function in OHOS::SignatureTools::ByteArrayUtils
|