Home
last modified time | relevance | path

Searched defs:ioStatsView (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/cpp/watchdog/server/src/
DPerformanceProfiler.cpp388 const auto& ioStatsView = std::get<UserPackageStats::IoStatsView>(statsView); in toString() local
911 const auto& ioStatsView = in dumpPackageStorageIoStatsProto() local
/packages/services/Car/cpp/watchdog/server/tests/
DPerformanceProfilerTest.cpp909 const auto& ioStatsView = std::get_if<UserPackageStats::IoStatsView>(&expected.statsView); variable