Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DIoPerfCollection.cpp496 UserSwitchCollectionInfo userSwitchCollection = { in onUserSwitchCollection() local
504 mUserSwitchCollections.push_back(userSwitchCollection); in onUserSwitchCollection()
666 const auto& userSwitchCollection = mUserSwitchCollections[i]; in onUserSwitchCollectionDump() local
667 if (!WriteStringToFd(StringPrintf(kUserSwitchEventTitle, i, userSwitchCollection.from, in onUserSwitchCollectionDump()
668 userSwitchCollection.to, std::string(26, '=').c_str()), in onUserSwitchCollectionDump()
670 !WriteStringToFd(userSwitchCollection.toString(), fd)) { in onUserSwitchCollectionDump()