Home
last modified time | relevance | path

Searched refs:resultPair (Results 1 - 2 of 2) 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() local
49 std::string ownerID = resultPair.first; in GetAppIdentifier()
50 std::string profileType = resultPair.second; in GetAppIdentifier()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/codesigning/utils/
H A DHapUtils.java140 Pair<String, String> resultPair = parseAppIdentifier(profileContent); in getAppIdentifier()
141 String ownerID = resultPair.getFirst(); in getAppIdentifier()
142 String profileType = resultPair.getSecond(); in getAppIdentifier()

Completed in 2 milliseconds