Searched refs:lastClientId (Results 1 – 2 of 2) sorted by relevance
51 lastClientId++; in client()55 objPath /= std::to_string(lastClientId); in client()61 serialize(lastClientId, *client, dbusPersistentLocation); in client()63 this->clients.emplace(lastClientId, std::move(client)); in client()149 if (idNum > lastClientId) in restoreClients()151 lastClientId = idNum; in restoreClients()
88 Id lastClientId = 0; member in phosphor::network::snmp::ConfManager