Home
last modified time | relevance | path

Searched refs:ConfManager (Results 1 – 8 of 8) sorted by relevance

/openbmc/phosphor-snmp/
H A Dsnmp_conf_manager.hpp32 class ConfManager : public details::CreateIface class
35 ConfManager() = delete;
36 ConfManager(const ConfManager&) = delete;
37 ConfManager& operator=(const ConfManager&) = delete;
38 ConfManager(ConfManager&&) = delete;
39 ConfManager& operator=(ConfManager&&) = delete;
40 virtual ~ConfManager() = default;
46 ConfManager(sdbusplus::bus_t& bus, const char* objPath);
H A Dsnmp_conf_manager.cpp27 ConfManager::ConfManager(sdbusplus::bus_t& bus, const char* objPath) : in ConfManager() function in phosphor::network::snmp::ConfManager
34 std::string ConfManager::client(std::string address, uint16_t port) in client()
67 void ConfManager::checkClientConfigured(const std::string& address, in checkClientConfigured()
92 void ConfManager::deleteSNMPClient(Id id) in deleteSNMPClient()
122 void ConfManager::restoreClients() in restoreClients()
H A Dsnmp_client.hpp18 class ConfManager;
48 Client(sdbusplus::bus_t& bus, const char* objPath, ConfManager& parent,
56 Client(sdbusplus::bus_t& bus, const char* objPath, ConfManager& parent) : in Client()
90 ConfManager& parent;
H A Dsnmp_main.cpp44 auto manager = std::make_unique<phosphor::network::snmp::ConfManager>( in main()
H A Dsnmp_client.cpp13 Client::Client(sdbusplus::bus_t& bus, const char* objPath, ConfManager& parent, in Client()
/openbmc/phosphor-snmp/test/
H A Dtest_snmp_serialize.cpp26 ConfManager manager;
H A Dtest_snmp_client.cpp24 ConfManager manager;
H A Dtest_snmp_conf_manager.cpp23 ConfManager manager;