Searched refs:ConfManager (Results 1 – 8 of 8) sorted by relevance
/openbmc/phosphor-snmp/ |
H A D | snmp_conf_manager.hpp | 32 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 D | snmp_conf_manager.cpp | 27 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 D | snmp_client.hpp | 18 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 D | snmp_main.cpp | 44 auto manager = std::make_unique<phosphor::network::snmp::ConfManager>( in main()
|
H A D | snmp_client.cpp | 13 Client::Client(sdbusplus::bus_t& bus, const char* objPath, ConfManager& parent, in Client()
|
/openbmc/phosphor-snmp/test/ |
H A D | test_snmp_serialize.cpp | 26 ConfManager manager;
|
H A D | test_snmp_client.cpp | 24 ConfManager manager;
|
H A D | test_snmp_conf_manager.cpp | 23 ConfManager manager;
|