Home
last modified time | relevance | path

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

/frameworks/base/cmds/statsd/tests/
DStatsLogProcessor_test.cpp515 int64_t shutDownTime = timeBase1 + 100 * NS_PER_SEC; in TEST() local
516 processor.SaveActiveConfigsToDisk(shutDownTime); in TEST()
518 metric3ActivationTrigger->ttl_seconds() * NS_PER_SEC - shutDownTime; in TEST()
520 metric5ActivationTrigger->ttl_seconds() * NS_PER_SEC - shutDownTime; in TEST()
522 metric6ActivationTrigger->ttl_seconds() * NS_PER_SEC - shutDownTime; in TEST()
712 int64_t shutDownTime = timeBase1 + 100 * NS_PER_SEC; in TEST() local
713 processor->SaveActiveConfigsToDisk(shutDownTime); in TEST()
873 int64_t shutDownTime = timeBase1 + 100 * NS_PER_SEC; in TEST() local
874 processor->SaveActiveConfigsToDisk(shutDownTime); in TEST()
974 shutDownTime = timeBase2 + 50 * NS_PER_SEC; in TEST()
[all …]