Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/sysprop/api/
Dlibwatchdog_properties-latest.txt4 api_name: "systemEventCollectionInterval"
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp215 std::chrono::nanoseconds systemEventCollectionInterval = in start() local
217 std::chrono::seconds(sysprop::systemEventCollectionInterval().value_or( in start()
229 .pollingIntervalNs = systemEventCollectionInterval, in start()
237 .pollingIntervalNs = systemEventCollectionInterval, in start()
241 .pollingIntervalNs = systemEventCollectionInterval, in start()
/packages/services/Car/cpp/watchdog/server/sysprop/
DWatchdogProperties.sysprop20 api_name: "systemEventCollectionInterval"
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp357 ASSERT_TRUE(sysprop::systemEventCollectionInterval().has_value()); in TEST_F()
361 sysprop::systemEventCollectionInterval().value()); in TEST_F()