Home
last modified time | relevance | path

Searched refs:GetParamTypes (Results 1 – 2 of 2) sorted by relevance

/base/update/updateservice/frameworks/js/napi/base/include/
Dclient_helper.h230 static std::string GetParamTypes(std::vector<std::pair<std::string, std::string>> &strVector);
/base/update/updateservice/frameworks/js/napi/base/src/
Dclient_helper.cpp667 std::string ClientHelper::GetParamTypes(std::vector<std::pair<std::string, std::string>> &strVector) in GetParamTypes() function in OHOS::UpdateEngine::ClientHelper
679 .append("must be { ").append(GetParamTypes(paramInfos)).append(" }."); in NapiThrowParamError()