Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp120 std::string componentTypeStr; in readComponentType() local
123 } 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()
DIoOveruseConfigs.cpp140 auto componentTypeStr = toString(componentType); in isValidIoOveruseConfiguration() local
147 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() local
464 componentTypeStr.c_str(), res.error().message().c_str()); in updateFromAidlConfig()