Searched refs:clientInfoMap (Results 1 – 1 of 1) sorted by relevance
137 WatchdogProcessService::ClientInfoMap clientInfoMap; in setWatchdogProcessServiceState() local141 clientInfoMap.insert({100, clientInfo}); in setWatchdogProcessServiceState()144 {TimeoutLength::TIMEOUT_CRITICAL, clientInfoMap}); in setWatchdogProcessServiceState()150 auto clientInfoMap = mWatchdogProcessService->mClientsByTimeout[timeoutLength]; in hasClientInfoWithPackageName() local151 for (const auto& [_, clientInfo] : clientInfoMap) { in hasClientInfoWithPackageName()