Lines Matching defs:result
114 if (const auto result = readExactlyOneElement(kTagComponentType, rootElement); result.ok()) { in readComponentType() local
269 if (const auto result = readExactlyOneElement(kTagComponentLevelThresholds, rootElement); in readComponentLevelThresholds() local
278 if (const auto result = readPerStateBytes(componentLevelThresholdElement); result.ok()) { in readComponentLevelThresholds() local
300 if (const auto result = readPerStateBytes(childElement); result.ok()) { in readPerStateThresholds() local
318 if (const auto result = readPerStateThresholds(childElement); result.ok()) { in readPackageSpecificThresholds() local
335 if (const auto result = readPerStateThresholds(childElement); result.ok()) { in readAppCategorySpecificThresholds() local
391 const auto result = readIoOveruseAlertThreshold(innerElement); in readSystemWideThresholds() local
405 if (const auto result = readExactlyOneElement(kTagIoOveruseConfiguration, rootElement); in readIoOveruseConfiguration() local
413 if (const auto result = readComponentLevelThresholds(componentType, childElement); in readIoOveruseConfiguration() local
419 if (const auto result = readPackageSpecificThresholds(childElement); result.ok()) { in readIoOveruseConfiguration() local
424 if (const auto result = readAppCategorySpecificThresholds(childElement); result.ok()) { in readIoOveruseConfiguration() local
429 if (const auto result = readSystemWideThresholds(childElement); result.ok()) { in readIoOveruseConfiguration() local
520 if (const auto result = writeStateElement(kStateIdForegroundMode, in writePerStateBytes() local
526 if (const auto result = writeStateElement(kStateIdBackgroundMode, in writePerStateBytes() local
532 if (const auto result = in writePerStateBytes() local
548 if (const auto result = writePerStateBytes(thresholds.perStateWriteBytes, childElement); in writeComponentLevelThresholds() local
563 if (const auto result = writePerStateBytes(thresholds.perStateWriteBytes, childElement); in writePerStateThresholds() local
578 if (const auto result = writePerStateThresholds(threshold, childElement); !result.ok()) { in writePackageSpecificThresholds() local
595 if (const auto result = writePerStateThresholds(threshold, childElement); !result.ok()) { in writeAppCategorySpecificThresholds() local
619 if (const auto result = in writeAlertThresholds() local
625 if (const auto result = writeParamElement(kParamIdWrittenBytesPerSecond, in writeAlertThresholds() local
642 if (const auto result = writeAlertThresholds(threshold, childElement); !result.ok()) { in writeSystemWideThresholds() local
656 if (const auto result = in writeIoOveruseConfiguration() local
661 if (const auto result = writePackageSpecificThresholds(configuration.packageSpecificThresholds, in writeIoOveruseConfiguration() local
666 if (const auto result = in writeIoOveruseConfiguration() local
672 if (const auto result = in writeIoOveruseConfiguration() local
695 if (const auto result = readComponentType(rootElement); result.ok()) { in parseXmlFile() local
700 if (const auto result = readSafeToKillPackages(rootElement); result.ok()) { in parseXmlFile() local
705 if (const auto result = readVendorPackagePrefixes(rootElement); result.ok()) { in parseXmlFile() local
710 if (const auto result = readPackageToAppCategoryTypes(rootElement); result.ok()) { in parseXmlFile() local
715 if (const auto result = readIoOveruseConfiguration(configuration.componentType, rootElement); in parseXmlFile() local
740 if (const auto result = writeComponentType(configuration.componentType, rootElement); in writeXmlFile() local
744 if (const auto result = writeSafeToKillPackages(configuration.safeToKillPackages, rootElement); in writeXmlFile() local
748 if (const auto result = in writeXmlFile() local
753 if (const auto result = in writeXmlFile() local
766 if (const auto result = writeIoOveruseConfiguration(ioOveruseConfig, rootElement); in writeXmlFile() local