Searched refs:constructAppPackageInfo (Results 1 – 3 of 3) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | IoOveruseConfigsTest.cpp | 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() [all …]
|
D | PackageInfoTestUtils.cpp | 42 PackageInfo constructAppPackageInfo(const char* packageName, const ComponentType componentType, in constructAppPackageInfo() function
|
D | PackageInfoTestUtils.h | 43 aidl::android::automotive::watchdog::internal::PackageInfo constructAppPackageInfo(
|