Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/sysprop/api/
Dlibwatchdog_properties-latest.txt34 api_name: "periodicCollectionInterval"
/packages/services/Car/cpp/watchdog/server/sysprop/
DWatchdogProperties.sysprop65 api_name: "periodicCollectionInterval"
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp219 std::chrono::nanoseconds periodicCollectionInterval = in start() local
221 std::chrono::seconds(sysprop::periodicCollectionInterval().value_or( in start()
233 .pollingIntervalNs = periodicCollectionInterval, in start()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp362 ASSERT_TRUE(sysprop::periodicCollectionInterval().has_value()); in TEST_F()
366 sysprop::periodicCollectionInterval().value()); in TEST_F()