Home
last modified time | relevance | path

Searched refs:GetAppIdentifier (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp_test/unittest/elfVerify/
H A Dhap_utils_test.cpp35 * @tc.name: GetAppIdentifier
36 * @tc.desc: Test function of HapUtilsTest::GetAppIdentifier() interface for SUCCESS.
42 HWTEST_F(HapUtilsTest, GetAppIdentifier, testing::ext::TestSize.Level1) in HWTEST_F()
45 std::string result = HapUtils::GetAppIdentifier(content); in HWTEST_F()
/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
H A Dhap_utils.cpp45 std::string HapUtils::GetAppIdentifier(const std::string& profileContent) in GetAppIdentifier() function in OHOS::SignatureTools::HapUtils
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h75 static std::string GetAppIdentifier(const std::string& profileContent);
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dcode_signing.cpp71 std::string ownerID = HapUtils::GetAppIdentifier(profileContent); in GetCodeSignBlock()
193 std::string ownerID = profileContent.empty() ? "DEBUF_LIB_ID" : HapUtils::GetAppIdentifier(profileContent); in GetElfCodeSignBlock()

Completed in 3 milliseconds