Home
last modified time | relevance | path

Searched refs:InsertByteToByteArray (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/utils/
Dbyte_array_utils_test.cpp78 HWTEST_F(ByteArrayUtilsTest, InsertByteToByteArray, testing::ext::TestSize.Level1)
84 int result = ByteArrayUtils::InsertByteToByteArray(ret, 16, hashValue, 33);
/developtools/hapsigner/hapsigntool_cpp/utils/include/
Dbyte_array_utils.h30 …static int InsertByteToByteArray(std::vector<int8_t>& des, int start, std::vector<int8_t> src, int…
/developtools/hapsigner/hapsigntool_cpp/utils/src/
Dbyte_array_utils.cpp52 int ByteArrayUtils::InsertByteToByteArray(std::vector<int8_t>& des, int start, std::vector<int8_t> … in InsertByteToByteArray() function in OHOS::SignatureTools::ByteArrayUtils
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
Dsign_content_info.cpp85 index = ByteArrayUtils::InsertByteToByteArray(ret, index, tmp.m_hash, tmp.m_hash.size()); in GetByteContent()