• Home
  • Raw
  • Download

Lines Matching refs:ok

115     if (const auto result = readExactlyOneElement(kTagComponentType, rootElement); result.ok()) {  in readComponentType()
271 result.ok()) { in readComponentLevelThresholds()
279 if (const auto result = readPerStateBytes(componentLevelThresholdElement); result.ok()) { in readComponentLevelThresholds()
301 if (const auto result = readPerStateBytes(childElement); result.ok()) { in readPerStateThresholds()
319 if (const auto result = readPerStateThresholds(childElement); result.ok()) { in readPackageSpecificThresholds()
336 if (const auto result = readPerStateThresholds(childElement); result.ok()) { in readAppCategorySpecificThresholds()
393 if (!result.ok()) { in readSystemWideThresholds()
407 result.ok()) { in readIoOveruseConfiguration()
415 result.ok()) { in readIoOveruseConfiguration()
420 if (const auto result = readPackageSpecificThresholds(childElement); result.ok()) { in readIoOveruseConfiguration()
425 if (const auto result = readAppCategorySpecificThresholds(childElement); result.ok()) { in readIoOveruseConfiguration()
430 if (const auto result = readSystemWideThresholds(childElement); result.ok()) { in readIoOveruseConfiguration()
523 !result.ok()) { in writePerStateBytes()
529 !result.ok()) { in writePerStateBytes()
535 !result.ok()) { in writePerStateBytes()
550 !result.ok()) { in writeComponentLevelThresholds()
565 !result.ok()) { in writePerStateThresholds()
579 if (const auto result = writePerStateThresholds(threshold, childElement); !result.ok()) { in writePackageSpecificThresholds()
596 if (const auto result = writePerStateThresholds(threshold, childElement); !result.ok()) { in writeAppCategorySpecificThresholds()
622 !result.ok()) { in writeAlertThresholds()
628 !result.ok()) { in writeAlertThresholds()
643 if (const auto result = writeAlertThresholds(threshold, childElement); !result.ok()) { in writeSystemWideThresholds()
659 !result.ok()) { in writeIoOveruseConfiguration()
664 !result.ok()) { in writeIoOveruseConfiguration()
670 !result.ok()) { in writeIoOveruseConfiguration()
675 !result.ok()) { in writeIoOveruseConfiguration()
696 if (const auto result = readComponentType(rootElement); result.ok()) { in parseXmlFile()
701 if (const auto result = readSafeToKillPackages(rootElement); result.ok()) { in parseXmlFile()
706 if (const auto result = readVendorPackagePrefixes(rootElement); result.ok()) { in parseXmlFile()
711 if (const auto result = readPackageToAppCategoryTypes(rootElement); result.ok()) { in parseXmlFile()
717 result.ok()) { in parseXmlFile()
742 !result.ok()) { in writeXmlFile()
746 !result.ok()) { in writeXmlFile()
751 !result.ok()) { in writeXmlFile()
756 !result.ok()) { in writeXmlFile()
768 !result.ok()) { in writeXmlFile()