Home
last modified time | relevance | path

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

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