Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/sysprop/api/
H A Dlibwatchdog_properties-latest.txt4 api_name: "boottimeCollectionInterval"
/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.cpp169 std::chrono::nanoseconds boottimeCollectionInterval = in start() local
171 std::chrono::seconds(sysprop::boottimeCollectionInterval().value_or( in start()
183 .interval = boottimeCollectionInterval, in start()
/aosp12/packages/services/Car/cpp/watchdog/server/sysprop/
H A DWatchdogProperties.sysprop20 api_name: "boottimeCollectionInterval"
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DWatchdogPerfServiceTest.cpp177 ASSERT_TRUE(sysprop::boottimeCollectionInterval().has_value()); in TEST()
181 sysprop::boottimeCollectionInterval().value()); in TEST()