Searched refs:StrToBool (Results 1 – 4 of 4) sorted by relevance
166 quotaPolicy.quotapolicy.metered = CommonUtils::StrToBool(netPolicyQuota.metered, false); in ToQuotaPolicy()
67 bool StrToBool(const std::string &value, bool defaultErr = false);
407 auto result = CommonUtils::StrToBool(testStr);
424 bool StrToBool(const std::string &value, bool defaultErr) in StrToBool() function