Searched refs:isSvr (Results 1 – 2 of 2) sorted by relevance
87 static bool IsNeedAddOhSuffix(const std::string& profileName, bool isSvr);88 static std::string CheckAndAddOhSuffix(const std::string& profileName, bool isSvr);
248 bool ProfileUtils::IsNeedAddOhSuffix(const std::string& profileName, bool isSvr) in IsNeedAddOhSuffix() argument253 if (isSvr && NEED_ADD_OH_SUFFIX_SVR_NAMES.count(profileName) > 0) { in IsNeedAddOhSuffix()256 if (!isSvr && NEED_ADD_OH_SUFFIX_DEV_PROFILES.count(profileName) > 0) { in IsNeedAddOhSuffix()262 std::string ProfileUtils::CheckAndAddOhSuffix(const std::string& profileName, bool isSvr) in CheckAndAddOhSuffix() argument265 if (IsNeedAddOhSuffix(str, isSvr)) { in CheckAndAddOhSuffix()