Home
last modified time | relevance | path

Searched defs:supportTypes (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/
DCmdUtil.java191 public static void verifyType(String inputType, String supportTypes) { in verifyType()
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
Dcmd_util.cpp517 bool CmdUtil::VerifyType(const std::string& inputType, const std::string& supportTypes) in VerifyType()
/developtools/hapsigner/hapsigntool_cpp_test/unittest/generateKeyPair/
Doptions_test.cpp886 std::string supportTypes = "abc,cba"; variable
901 std::string supportTypes = "abc,cba"; variable