Home
last modified time | relevance | path

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

/openbmc/phosphor-snmp/
H A Dsnmp_conf_manager.cpp51 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()
H A Dsnmp_conf_manager.hpp88 Id lastClientId = 0; member in phosphor::network::snmp::ConfManager