Home
last modified time | relevance | path

Searched refs:profileCertFile (Results 1 - 9 of 9) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/entity/
H A DSignProfileParameters.java45 private String profileCertFile; field in SignProfileParameters
89 if (profileCertFile == null) { in toOptions()
92 options.put(Options.PROFILE_CERT_FILE, profileCertFile); in toOptions()
145 return profileCertFile; in getProfileCertFile()
148 public void setProfileCertFile(String profileCertFile) { in setProfileCertFile() argument
149 this.profileCertFile = profileCertFile; in setProfileCertFile()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/signProfile/
H A Dsign_profile_test.cpp104 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
113 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
140 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
150 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
224 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
233 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
260 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
269 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
392 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
401 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
432 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; HWTEST_F() local
508 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; HWTEST_F() local
544 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; HWTEST_F() local
581 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; HWTEST_F() local
[all...]
H A Dprovision_test.cpp125 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
134 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
606 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
615 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
643 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
652 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
680 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
689 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
718 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in HWTEST_F() local
727 options[Options::PROFILE_CERT_FILE] = profileCertFile; in HWTEST_F()
756 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; HWTEST_F() local
[all...]
H A Dprofile_test.cpp515 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE;
524 options[Options::PROFILE_CERT_FILE] = profileCertFile;
/developtools/hapsigner/hapsigntool_cpp_test/fuzztest/profile/profile001_fuzzer/
H A Dprofile001_fuzzer.cpp30 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in SignProfileTest001() local
39 options[Options::PROFILE_CERT_FILE] = profileCertFile; in SignProfileTest001()
62 std::string profileCertFile = SIGN_PROFILE_PROFILE_CERT_FILE; in SignProfileTest002() local
71 options[Options::PROFILE_CERT_FILE] = profileCertFile; in SignProfileTest002()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
H A Dhap_sign_cmd_test.cpp1343 std::string profileCertFile = "./generateKeyPair/profile-release1.pem"; in HWTEST_F() local
1352 (*params)["profileCertFile"] = profileCertFile; in HWTEST_F()
1377 std::string profileCertFile = "./generateKeyPair/profile-release1.pem"; in HWTEST_F() local
1387 (*params)["profileCertFile"] = profileCertFile; in HWTEST_F()
1400 * @tc.desc: The sign-profile module profileCertFile parameter checks whether it is valid.
1412 std::string profileCertFile = "./generateKeyPair/profile-release1.pem"; in HWTEST_F() local
1421 (*params)["profileCertFile"] = profileCertFile; in HWTEST_F()
1445 std::string profileCertFile = "./generateKeyPair/profile-release1.pem"; HWTEST_F() local
1850 std::string profileCertFile = "./generateKeyPair/OpenHarmony.p12"; HWTEST_F() local
[all...]
H A Dprocess_cmd_expansion_test.cpp161 char arg18[] = "-profileCertFile"; in HWTEST_F()
789 char arg18[] = "-profileCertFile"; in HWTEST_F()
824 char arg18[] = "-profileCertFile"; in HWTEST_F()
861 char arg18[] = "-profileCertFile"; in HWTEST_F()
889 std::string profileCertFile = "./generateKeyPair/OpenHarmony.p12"; in HWTEST_F() local
897 (*params)["profileCertFile"] = profileCertFile; in HWTEST_F()
920 std::string profileCertFile = "./generateKeyPair/OpenHarmony.p12"; in HWTEST_F() local
928 (*params)["profileCertFile"] = profileCertFile; in HWTEST_F()
[all...]
H A Dhap_sign_tool_test.cpp286 std::string profileCertFile = "./generateKeyPair/profile-release1.pem"; in HWTEST_F() local
296 (*params)["profileCertFile"] = profileCertFile; in HWTEST_F()
501 char arg18[] = "-profileCertFile"; in HWTEST_F()
H A Doptions_test.cpp1786 std::string profileCertFile = "./generateKeyPair/OpenHarmony.p12"; in HWTEST_F() local
1794 (*params)["profileCertFile"] = profileCertFile; in HWTEST_F()

Completed in 18 milliseconds