Home
last modified time | relevance | path

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

/aosp12/packages/services/Car/cpp/watchdog/server/src/
H A DWatchdogPerfService.cpp357 if (args[0] == String16(kEndCustomCollectionFlag)) { in onCustomCollection()
370 << kEndCustomCollectionFlag << " flags"; in onCustomCollection()
420 kFilterPackagesFlag, kEndCustomCollectionFlag), in dumpHelpText()
H A DWatchdogPerfService.h56 constexpr const char* kEndCustomCollectionFlag = "--stop_perf"; variable
H A DWatchdogBinderMediator.cpp143 args[0] == String16(kEndCustomCollectionFlag)) { in dump()
/aosp12/packages/services/Car/cpp/watchdog/server/tests/
H A DWatchdogPerfServiceTest.cpp339 args.push_back(String16(kEndCustomCollectionFlag)); in TEST()
608 args.push_back(String16(kEndCustomCollectionFlag)); in TEST()
H A DWatchdogBinderMediatorTest.cpp199 args.push_back(String16(kEndCustomCollectionFlag)); in TEST_F()