Home
last modified time | relevance | path

Searched refs:InsertIntToByteArray (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
Dbyte_array_utils_test.cpp48 HWTEST_F(ByteArrayUtilsTest, InsertIntToByteArray, testing::ext::TestSize.Level1)
51 int result = ByteArrayUtils::InsertIntToByteArray(ret, 16, 32);
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dsign_head.cpp55 start = ByteArrayUtils::InsertIntToByteArray(signHead, start, size); in GetSignHead()
60 start = ByteArrayUtils::InsertIntToByteArray(signHead, start, NUM_OF_BLOCK); in GetSignHead()
Dsign_content_info.cpp84 index = ByteArrayUtils::InsertIntToByteArray(ret, index, tmp.m_length); in GetByteContent()
/developtools/hapsigner/hapsigntool_cpp/utils/include/
Dbyte_array_utils.h28 static int InsertIntToByteArray(std::vector<int8_t>& desByte, int index, int num);
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dbyte_array_utils.cpp22 int ByteArrayUtils::InsertIntToByteArray(std::vector<int8_t>& desByte, int index, int num) in InsertIntToByteArray() function in OHOS::SignatureTools::ByteArrayUtils