Home
last modified time | relevance | path

Searched refs:sampleSystemConfig (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DIoOveruseConfigsTest.cpp827 auto sampleSystemConfig = sampleUpdateSystemConfig(); in TEST_F() local
828 auto& ioConfig = sampleSystemConfig.resourceSpecificConfigurations[0] in TEST_F()
834 ioOveruseConfigs->update({sampleSystemConfig}); in TEST_F()
921 auto sampleSystemConfig = sampleUpdateSystemConfig(); in TEST_F() local
922 sampleSystemConfig.safeToKillPackages.push_back("sharedUidSystemPackageC"); in TEST_F()
923 sampleSystemConfig.safeToKillPackages.push_back("shared:systemSharedPackageD"); in TEST_F()
926 EXPECT_RESULT_OK(ioOveruseConfigs->update({sampleSystemConfig})); in TEST_F()
964 auto sampleSystemConfig = sampleUpdateSystemConfig(); in TEST_F() local
965 sampleSystemConfig.safeToKillPackages.push_back("sharedUidSystemPackageC"); in TEST_F()
969 EXPECT_RESULT_OK(ioOveruseConfigs->update({sampleSystemConfig, sampleVendorConfig})); in TEST_F()