Home
last modified time | relevance | path

Searched defs:contents (Results 1 - 11 of 11) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/test/unittest/json/patch_json_test/
H A Dpatch_json_test.cpp152 std::string contents = patchJson.ToString(); in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp/hap/sign/src/
H A Dsign_hap.cpp23 bool SignHap::Sign(DataSource* contents[], int32_t len, SignerConfig& config, in Sign() argument
74 bool SignHap::ComputeDigests(const DigestParameter& digestParam, DataSource* contents[], int32_t len, in ComputeDigests() argument
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
H A DSignHap.java420 public static byte[] sign(ZipDataInput[] contents, SignerConfig signerConfig, List<SigningBlock> optionalBlocks) in sign() argument
/developtools/global_resource_tool/src/
H A Dreference_parser.cpp186 vector<string> contents = ResourceUtil::DecomposeStrings(data); in ParseRefResourceItemData() local
H A Dresource_table.cpp299 vector<string> contents; in SaveRecordItem() local
H A Dresource_util.cpp158 string ResourceUtil::ComposeStrings(const vector<string> &contents, bool addNull) in ComposeStrings() argument
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapSign/
H A Dhap_sign_test.cpp539 DataSource* contents[] = {&ds1, &ds2, &ds3}; in HWTEST_F() local
1127 DataSource* contents[] = {&ds1, &ds2, &ds3}; in HWTEST_F() local
1946 DataSource* contents[] = {&ds1, &ds2, &ds3}; in HWTEST_F() local
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/
H A Dhap_signer_block_utils_test.cpp515 DataSource* contents[TEST_ZIP_BLOCKS_NUM_NEED_DIGEST] = { nullptr, nullptr, nullptr }; in HWTEST_F() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/utils/
H A DHapUtils.java252 private static long getChunkCount(ZipDataInput[] contents) { in getChunkCount() argument
/developtools/hapsigner/hapsigntool_cpp/hap/provider/src/
H A Dsign_provider.cpp242 DataSource* contents[] = {dataSrcContents.beforeCentralDir, in Sign() local
/developtools/hapsigner/hapsigntool_cpp/utils/src/
H A Dhap_signer_block_utils.cpp499 bool HapSignerBlockUtils::GetSumOfChunkDigestLen(DataSource* contents[], int32_t len, in GetSumOfChunkDigestLen() argument
530 ComputeDigestsForEachChunk(const DigestParameter& digestParam, DataSource* contents[], int32_t len, ByteBuffer& result) ComputeDigestsForEachChunk() argument
[all...]

Completed in 16 milliseconds