Home
last modified time | relevance | path

Searched refs:objpathBmc (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-time-manager/
H A Dtypes.hpp6 static constexpr auto objpathBmc = "/xyz/openbmc_project/time/bmc"; variable
H A Dmain.cpp28 phosphor::time::BmcEpoch bmc(bus, objpathBmc, manager); in main()
/openbmc/phosphor-time-manager/test/
H A DTestBmcEpoch.cpp29 bmcEpoch = std::make_unique<BmcEpoch>(bus, objpathBmc, manager); in TestBmcEpoch()