Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogPerfServiceTest.cpp610 const char* secondArgs[] = {kEndCustomCollectionFlag}; in TEST_F() local
611 ASSERT_RESULT_OK(mService->onCustomCollection(customDump.fd, secondArgs, /*numArgs=*/1)); in TEST_F()
1632 const char* secondArgs[] = {kStartCustomCollectionFlag, kIntervalFlag, "Invalid interval"}; in TEST_F() local
1634 ASSERT_FALSE(mService->onCustomCollection(-1, secondArgs, /*numArgs=*/3).ok()); in TEST_F()