Home
last modified time | relevance | path

Searched refs:ParseAppIdentifier (Results 1 - 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/hap/utils/src/
H A Dhap_utils.cpp47 std::pair<std::string, std::string> resultPair = ParseAppIdentifier(profileContent); in GetAppIdentifier()
61 std::pair<std::string, std::string> HapUtils::ParseAppIdentifier(const std::string& profileContent) in ParseAppIdentifier() function in OHOS::SignatureTools::HapUtils
/developtools/hapsigner/hapsigntool_cpp/hap/utils/include/
H A Dhap_utils.h76 static std::pair<std::string, std::string> ParseAppIdentifier(const std::string& profileContent);
/developtools/hapsigner/hapsigntool_cpp/codesigning/sign/src/
H A Dverify_code_signature.cpp33 std::pair<std::string, std::string> pairResult = HapUtils::ParseAppIdentifier(profileContent); in VerifyHap()
89 std::pair<std::string, std::string> pairResult = HapUtils::ParseAppIdentifier(profileContent); in VerifyElf()

Completed in 2 milliseconds