Home
last modified time | relevance | path

Searched refs:dbusPersistentLocation (Results 1 – 6 of 6) sorted by relevance

/openbmc/phosphor-snmp/test/
H A Dtest_snmp_serialize.cpp33 manager.dbusPersistentLocation = confDir; in TestSerialize()
38 fs::remove_all(manager.dbusPersistentLocation, ec); in ~TestSerialize()
51 auto path = serialize(1, client, manager.dbusPersistentLocation); in TEST_F()
66 fs::path path = manager.dbusPersistentLocation; in TEST_F()
83 fs::path path = manager.dbusPersistentLocation; in TEST_F()
H A Dtest_snmp_client.cpp30 manager.dbusPersistentLocation = confDir; in TestSNMPClient()
35 fs::remove_all(manager.dbusPersistentLocation); in ~TestSNMPClient()
77 auto persistentPath = manager.dbusPersistentLocation; in TEST_F()
H A Dtest_snmp_conf_manager.cpp34 manager.dbusPersistentLocation = confDir; in TestSNMPConfManager()
39 fs::remove_all(manager.dbusPersistentLocation); in ~TestSNMPConfManager()
/openbmc/phosphor-snmp/
H A Dsnmp_conf_manager.cpp30 dbusPersistentLocation(SNMP_CONF_PERSIST_PATH), bus(bus), in ConfManager()
61 serialize(lastClientId, *client, dbusPersistentLocation); in client()
103 fs::path fileName = dbusPersistentLocation; in deleteSNMPClient()
124 if (!fs::exists(dbusPersistentLocation) || in restoreClients()
125 fs::is_empty(dbusPersistentLocation)) in restoreClients()
131 fs::recursive_directory_iterator(dbusPersistentLocation)) in restoreClients()
H A Dsnmp_client.cpp37 serialize(id, *this, parent.dbusPersistentLocation); in address()
51 serialize(id, *this, parent.dbusPersistentLocation); in port()
H A Dsnmp_conf_manager.hpp75 fs::path dbusPersistentLocation; member in phosphor::network::snmp::ConfManager