Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogPerfService.cpp553 if (EqualsIgnoreCase(args[0], kEndCustomCollectionFlag)) { in onCustomCollection()
565 << kEndCustomCollectionFlag << " flags"; in onCustomCollection()
656 kFilterPackagesFlag, kEndCustomCollectionFlag), in dumpHelpText()
DWatchdogPerfService.h65 constexpr const char* kEndCustomCollectionFlag = "--stop_perf"; variable
DWatchdogInternalHandler.cpp103 EqualsIgnoreCase(args[0], kEndCustomCollectionFlag)) { in dump()
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp610 const char* secondArgs[] = {kEndCustomCollectionFlag}; in TEST_F()
1640 const char* fourthArgs[] = {kEndCustomCollectionFlag, kMaxDurationFlag, "10"}; in TEST_F()