Searched refs:mClientConfigMap (Results 1 – 2 of 2) sorted by relevance
161 ClientConfigMap::iterator found = mClientConfigMap.find(clientInfo.id); in notifyClientReleased()162 if (found != mClientConfigMap.end()) { in notifyClientReleased()189 ClientConfigMap::iterator entry = mClientConfigMap.find(clientConfig.clientInfo.id); in notifyClientConfigChanged()190 if (entry != mClientConfigMap.end() && in notifyClientConfigChanged()212 mClientConfigMap[clientConfig.clientInfo.id] = clientConfig; in notifyClientStarted()316 ClientConfigMap::iterator entry = mClientConfigMap.find(clientConfig.clientInfo.id); in notifyClientStopped()317 if (entry != mClientConfigMap.end()) { in notifyClientStopped()320 mClientConfigMap.erase(entry); in notifyClientStopped()
202 ClientConfigMap mClientConfigMap; variable