Lines Matching refs:manager
26 ConfManager manager; member in phosphor::network::snmp::TestSerialize
29 manager(bus, "/xyz/openbmc_test/snmp/manager") in TestSerialize()
33 manager.dbusPersistentLocation = confDir; in TestSerialize()
38 fs::remove_all(manager.dbusPersistentLocation, ec); in ~TestSerialize()
49 Client client(bus, objPath.c_str(), manager, "1.1.1.1", 23); in TEST_F()
51 auto path = serialize(1, client, manager.dbusPersistentLocation); in TEST_F()
52 Client restoreClient(bus, objPath2.c_str(), manager); in TEST_F()
65 Client client(bus, objPath.c_str(), manager); in TEST_F()
66 fs::path path = manager.dbusPersistentLocation; in TEST_F()
79 Client restoreClient(bus, objPath.c_str(), manager); in TEST_F()
83 fs::path path = manager.dbusPersistentLocation; in TEST_F()