Home
last modified time | relevance | path

Searched refs:checkStr (Results 1 - 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool_cpp/common/src/
H A Doptions.cpp90 std::string Options::GetString(const std::string& key, const std::string& checkStr) in GetString() argument
99 SIGNATURE_TOOLS_LOGI("GetString key = %s value = %s ", key.c_str(), checkStr.c_str()); in GetString()
100 return checkStr; in GetString()
H A Dlocalization_adapter.cpp223 std::string checkStr = OUT_FORM_CERT_CHAIN; in IsOutFormChain() local
224 std::string outForm = options->GetString(Options::OUT_FORM, checkStr); in IsOutFormChain()
/developtools/hapsigner/hapsigntool_cpp/common/include/
H A Doptions.h34 std::string GetString(const std::string& key, const std::string& checkStr);
/developtools/profiler/host/smartperf/client/client_command/include/
H A Dsp_thread_socket.h101 std::string checkStr = recvStr.substr(std::string("init::").length()); in InitRecv() local
102 if (!SPTask::GetInstance().CheckTcpParam(checkStr, errorInfo)) { in InitRecv()

Completed in 3 milliseconds