Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool_cpp/cmd/src/
H A Dcmd_util.cpp328 int CmdUtil::GetCommandParameterKey(const char strChar, std::string& strChars, std::vector<std::string>& trustList, in GetCommandParameterKey() argument
332 bool isTrust = std::find(trustList.begin(), trustList.end(), strChars) != trustList.end(); in GetCommandParameterKey()
335 + strChars + "' command for the trust list"); in GetCommandParameterKey()
338 keyStandBy = strChars.substr(1); in GetCommandParameterKey()
340 PrintErrorNumberMsg("COMMAND_PARAM_ERROR", COMMAND_PARAM_ERROR, "'" + strChars in GetCommandParameterKey()
357 std::string strChars; in Convert2Params() local
360 strChars = args[i]; in Convert2Params()
361 if (GetCommandParameterKey(args[i][0], strChars, trustList, keyStandBy) == RET_OK) { in Convert2Params()
/developtools/hapsigner/hapsigntool_cpp/cmd/include/
H A Dcmd_util.h49 static int GetCommandParameterKey(const char strChar, std::string& strChars,

Completed in 2 milliseconds