Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.h51 constexpr const char kEmptyCollectionMessage[] = "No collection recorded\n"; variable
DPerformanceProfiler.cpp625 return kEmptyCollectionMessage; in toString()
1318 if (mUserSwitchCollections.empty() && !WriteStringToFd(kEmptyCollectionMessage, fd)) { in onUserSwitchCollectionDump()
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp1366 ASSERT_EQ(countOccurrences(dumpContents, kEmptyCollectionMessage), in checkDumpFd()