Searched refs:componentTypeStr (Results 1 – 2 of 2) sorted by relevance
120 std::string componentTypeStr; in readComponentType() local123 } else if (componentTypeStr = Trim(text); componentTypeStr.empty()) { in readComponentType()132 if (EqualsIgnoreCase(componentTypeStr, *kSystemComponent)) { in readComponentType()134 } else if (EqualsIgnoreCase(componentTypeStr, *kVendorComponent)) { in readComponentType()136 } else if (EqualsIgnoreCase(componentTypeStr, *kThirdPartyComponent)) { in readComponentType()139 return Error() << "Must specify valid component type. Received " << componentTypeStr; in readComponentType()
140 auto componentTypeStr = toString(componentType); in isValidIoOveruseConfiguration() local147 if (ioOveruseConfig.componentLevelThresholds.name != componentTypeStr) { in isValidIoOveruseConfiguration()151 << componentTypeStr; in isValidIoOveruseConfiguration()167 return Error() << "Invalid system-wide alert threshold provided in " << componentTypeStr in isValidIoOveruseConfiguration()451 const std::string componentTypeStr = toString(resourceOveruseConfig.componentType); in updateFromAidlConfig() local464 componentTypeStr.c_str(), res.error().message().c_str()); in updateFromAidlConfig()