Home
last modified time | relevance | path

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

/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp257 mClientsByTimeout.insert(std::make_pair(timeout, ClientInfoMap())); in WatchdogProcessService()
505 ClientInfoMap& clients = mClientsByTimeout[timeout]; in onDump()
625 const ClientInfoMap& clients = mClientsByTimeout[timeout]; in onDumpProto()
763 ClientInfoMap& clients = mClientsByTimeout[timeout]; in registerClient()
796 ClientInfoMap& clients = in registerClient()
821 [&](ClientInfoMap& clients, in unregisterClientLocked()
822 ClientInfoMap::const_iterator it) { in unregisterClientLocked()
904 [&](ClientInfoMap& cachedClients, in dumpAndKillClientsIfNotResponding()
905 ClientInfoMap::const_iterator cachedClientsIt) { in dumpAndKillClientsIfNotResponding()
980 [&](ClientInfoMap& clients, ClientInfoMap::const_iterator it) { in handleBinderDeath()
[all …]
DWatchdogProcessService.h288 using ClientInfoMap = std::unordered_map<uintptr_t, ClientInfo>; variable
289 using Processor = std::function<void(ClientInfoMap&, ClientInfoMap::const_iterator)>;
326 std::unordered_map<aidl::android::automotive::watchdog::TimeoutLength, ClientInfoMap>
/packages/services/Car/cpp/watchdog/server/tests/
DWatchdogProcessServiceTest.cpp137 WatchdogProcessService::ClientInfoMap clientInfoMap; in setWatchdogProcessServiceState()