Lines Matching refs:constructAppPackageInfo
517 auto packageInfo = constructAppPackageInfo("systemPackage", ComponentType::SYSTEM); in TEST_F()
523 packageInfo = constructAppPackageInfo("vendorPackage", ComponentType::VENDOR, in TEST_F()
530 packageInfo = constructAppPackageInfo("3pPackage", ComponentType::THIRD_PARTY, in TEST_F()
801 constructAppPackageInfo("systemPackageGeneric", ComponentType::SYSTEM)); in TEST_F()
806 constructAppPackageInfo("systemPackageA", ComponentType::SYSTEM)); in TEST_F()
811 constructAppPackageInfo("systemPackageB", ComponentType::SYSTEM, in TEST_F()
818 constructAppPackageInfo("systemPackageC", ComponentType::SYSTEM, in TEST_F()
837 constructAppPackageInfo("shared:systemSharedPackage", ComponentType::SYSTEM)); in TEST_F()
842 constructAppPackageInfo("systemSharedPackage", ComponentType::SYSTEM)); in TEST_F()
851 constructAppPackageInfo("vendorPackageGeneric", ComponentType::VENDOR)); in TEST_F()
856 constructAppPackageInfo("vendorPkgB", ComponentType::VENDOR)); in TEST_F()
861 constructAppPackageInfo("vendorPackageC", ComponentType::VENDOR, in TEST_F()
880 constructAppPackageInfo("shared:vendorSharedPackage", ComponentType::VENDOR)); in TEST_F()
885 constructAppPackageInfo("vendorSharedPackage", ComponentType::VENDOR)); in TEST_F()
894 constructAppPackageInfo("vendorPackageGenericImpostor", ComponentType::THIRD_PARTY)); in TEST_F()
899 constructAppPackageInfo("3pMapsPackage", ComponentType::THIRD_PARTY, in TEST_F()
905 constructAppPackageInfo("3pMediaPackage", ComponentType::THIRD_PARTY, in TEST_F()
914 constructAppPackageInfo("systemPackageGeneric", ComponentType::SYSTEM))); in TEST_F()
917 constructAppPackageInfo("systemPackageA", ComponentType::SYSTEM))); in TEST_F()
929 constructAppPackageInfo("systemSharedPackage", ComponentType::SYSTEM, in TEST_F()
938 constructAppPackageInfo("shared:systemSharedPackageD", ComponentType::SYSTEM, in TEST_F()
944 constructAppPackageInfo("systemSharedPackageD", ComponentType::SYSTEM, in TEST_F()
953 constructAppPackageInfo("vendorPackageGeneric", ComponentType::VENDOR))); in TEST_F()
956 constructAppPackageInfo("vendorPackageA", ComponentType::VENDOR))); in TEST_F()
972 constructAppPackageInfo("vendorSharedPackage", ComponentType::VENDOR, in TEST_F()
981 constructAppPackageInfo("shared:vendorSharedPackageD", ComponentType::VENDOR, in TEST_F()
987 constructAppPackageInfo("shared:vendorSharedPackageE", ComponentType::VENDOR, in TEST_F()
996 constructAppPackageInfo("vendorPackageGenericImpostor", ComponentType::THIRD_PARTY))); in TEST_F()
999 constructAppPackageInfo("3pMapsPackage", ComponentType::THIRD_PARTY, in TEST_F()