Home
last modified time | relevance | path

Searched refs:GetBlockHead (Results 1 - 8 of 8) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dblock_head_test.cpp42 * @tc.name: GetBlockHead
49 HWTEST_F(BlockHeadTest, GetBlockHead, testing::ext::TestSize.Level1) in HWTEST_F()
52 std::string blockHead = api->GetBlockHead(0, 0, 0, 29148868); in HWTEST_F()
H A Dsign_block_data_test.cpp56 std::vector<int8_t> head = api->GetBlockHead(); in HWTEST_F()
153 std::vector<int8_t> head = api->GetBlockHead(); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/hap/entity/include/
H A Dblock_head.h36 static std::string GetBlockHead(const char type, const char tag, const short length, const int offset);
H A Dsign_block_data.h32 std::vector<int8_t>& GetBlockHead();
/developtools/hapsigner/hapsigntool_cpp/hap/entity/src/
H A Dsign_block_data.cpp42 std::vector<int8_t>& SignBlockData::GetBlockHead() in GetBlockHead() function in OHOS::SignatureTools::SignBlockData
H A Dblock_head.cpp33 std::string BlockHead::GetBlockHead(const char type, const char tag, const short length, const int offset) in GetBlockHead() function in OHOS::SignatureTools::BlockHead
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_bin.cpp88 BlockHead::GetBlockHead(isSigned, SignatureBlockTags::DEFAULT, (short)profileDataLen, (int)offset); in WriteBlockDataToFile()
97 std::string signBlockByte = BlockHead::GetBlockHead( in WriteBlockDataToFile()
H A Dsign_elf.cpp183 bool checkWriteByteToOutFileFlag = FileUtils::WriteByteToOutFile(signBlockData.GetBlockHead(),

Completed in 3 milliseconds