Home
last modified time | relevance | path

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

/openbmc/phosphor-snmp/test/
H A Dtest_snmp_conf_manager.cpp15 auto managerObjPath = "/xyz/openbmc_test/snmp/manager"; variable
30 bus(sdbusplus::bus::new_default()), manager(bus, managerObjPath) in TestSNMPConfManager()
90 std::string expectedPath = managerObjPath; in TEST_F()
108 std::string expectedPath = managerObjPath; in TEST_F()
142 std::string expectedPath = managerObjPath; in TEST_F()
/openbmc/phosphor-power/phosphor-regulators/src/
H A Dmanager.cpp43 constexpr auto managerObjPath = "/xyz/openbmc_project/power/regulators/manager"; variable
71 ManagerObject{bus, managerObjPath}, bus{bus}, eventLoop{event}, in Manager()