Searched refs:GetParamTypes (Results 1 – 2 of 2) sorted by relevance
72 static std::string GetParamTypes(std::vector<std::pair<std::string, std::string>> &strVector);
217 .append("must be { ").append(GetParamTypes(paramInfos)).append(" }."); in NapiThrowParamError()280 std::string NapiCommonUtils::GetParamTypes(std::vector<std::pair<std::string, std::string>> &strVec… in GetParamTypes() function in OHOS::UpdateEngine::NapiCommonUtils