Lines Matching refs:constructPackageInfo
76 PackageInfo constructPackageInfo( in constructPackageInfo() function
527 auto packageInfo = constructPackageInfo("systemPackage", ComponentType::SYSTEM); in TEST_F()
533 packageInfo = constructPackageInfo("vendorPackage", ComponentType::VENDOR, in TEST_F()
540 packageInfo = constructPackageInfo("3pPackage", ComponentType::THIRD_PARTY, in TEST_F()
811 constructPackageInfo("systemPackageGeneric", ComponentType::SYSTEM)); in TEST_F()
816 constructPackageInfo("systemPackageA", ComponentType::SYSTEM)); in TEST_F()
820 actual = ioOveruseConfigs->fetchThreshold(constructPackageInfo("systemPackageB", in TEST_F()
827 actual = ioOveruseConfigs->fetchThreshold(constructPackageInfo("systemPackageC", in TEST_F()
839 constructPackageInfo("vendorPackageGeneric", ComponentType::VENDOR)); in TEST_F()
844 constructPackageInfo("vendorPkgB", ComponentType::VENDOR)); in TEST_F()
848 actual = ioOveruseConfigs->fetchThreshold(constructPackageInfo("vendorPackageC", in TEST_F()
860 constructPackageInfo("vendorPackageGenericImpostor", ComponentType::THIRD_PARTY)); in TEST_F()
864 actual = ioOveruseConfigs->fetchThreshold(constructPackageInfo("3pMapsPackage", in TEST_F()
870 actual = ioOveruseConfigs->fetchThreshold(constructPackageInfo("3pMediaPackage", in TEST_F()
880 constructPackageInfo("systemPackageGeneric", ComponentType::SYSTEM))); in TEST_F()
883 constructPackageInfo("systemPackageA", ComponentType::SYSTEM))); in TEST_F()
889 constructPackageInfo("vendorPackageGeneric", ComponentType::VENDOR))); in TEST_F()
892 constructPackageInfo("vendorPackageA", ComponentType::VENDOR))); in TEST_F()
898 constructPackageInfo("vendorPackageGenericImpostor", ComponentType::THIRD_PARTY))); in TEST_F()
901 constructPackageInfo("3pMapsPackage", ComponentType::THIRD_PARTY, in TEST_F()