Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DOveruseConfigurationXmlHelperTest.cpp74 auto ioConfig = constructIoOveruseConfig( in TEST()
103 auto ioConfig = constructIoOveruseConfig( in TEST()
141 auto ioConfig = constructIoOveruseConfig( in TEST()
169 auto ioConfig = constructIoOveruseConfig( in TEST()
208 auto ioConfig = constructIoOveruseConfig( in TEST()
256 auto ioConfig = constructIoOveruseConfig( in TEST()
H A DIoOveruseConfigsTest.cpp123 auto systemIoConfig = constructIoOveruseConfig( in sampleBuildSystemConfig()
140 auto vendorIoConfig = constructIoOveruseConfig( in sampleBuildVendorConfig()
158 auto thirdPartyIoConfig = constructIoOveruseConfig( in sampleBuildThirdPartyConfig()
169 auto systemIoConfig = constructIoOveruseConfig( in sampleUpdateSystemConfig()
188 auto vendorIoConfig = constructIoOveruseConfig( in sampleUpdateVendorConfig()
210 auto thirdPartyIoConfig = constructIoOveruseConfig( in sampleUpdateThirdPartyConfig()
348 constructIoOveruseConfig( in TEST_F()
447 auto systemIoConfig = constructIoOveruseConfig( in TEST_F()
464 auto vendorIoConfig = constructIoOveruseConfig( in TEST_F()
685 auto systemIoConfig = constructIoOveruseConfig( in TEST_F()
[all …]
H A DOveruseConfigurationTestUtils.h46 android::automotive::watchdog::internal::IoOveruseConfiguration constructIoOveruseConfig(
H A DOveruseConfigurationTestUtils.cpp93 IoOveruseConfiguration constructIoOveruseConfig( in constructIoOveruseConfig() function