Searched refs:firstArgs (Results 1 – 1 of 1) sorted by relevance
/packages/services/Car/cpp/watchdog/server/tests/ |
D | WatchdogPerfServiceTest.cpp | 534 const char* firstArgs[] = {kStartCustomCollectionFlag, kIntervalFlag, in TEST_F() local 538 ASSERT_RESULT_OK(mService->onCustomCollection(-1, firstArgs, /*numArgs=*/5)); in TEST_F() 1319 const char* firstArgs[] = {kStartCustomCollectionFlag, kIntervalFlag, in TEST_F() local 1323 ASSERT_RESULT_OK(mService->onCustomCollection(-1, firstArgs, /*numArgs=*/5)); in TEST_F() 1424 const char* firstArgs[] = {kStartCustomCollectionFlag, kIntervalFlag, in TEST_F() local 1428 ASSERT_RESULT_OK(mService->onCustomCollection(-1, firstArgs, /*numArgs=*/5)); in TEST_F() 1544 const char* firstArgs[] = {kStartCustomCollectionFlag, kIntervalFlag, in TEST_F() local 1548 ASSERT_RESULT_OK(mService->onCustomCollection(-1, firstArgs, /*numArgs=*/5)); in TEST_F() 1628 const char* firstArgs[] = {kStartCustomCollectionFlag, "Invalid flag", "Invalid value"}; in TEST_F() local 1630 ASSERT_FALSE(mService->onCustomCollection(-1, firstArgs, /*numArgs=*/3).ok()); in TEST_F()
|