Home
last modified time | relevance | path

Searched refs:isTrust (Results 1 - 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool/src/main/java/com/ohos/hapsigntoolcmd/
H A DCmdUtil.java73 boolean isTrust = trustList.contains(value); in convert2Params()
74 ValidateUtils.throwIfNotMatches(isTrust, in convert2Params()
/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dcmd_util.cpp332 bool isTrust = std::find(trustList.begin(), trustList.end(), strChars) != trustList.end(); in GetCommandParameterKey() local
333 if (!isTrust) { in GetCommandParameterKey()

Completed in 2 milliseconds