Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/host_condition_gpio/
H A Dhost_condition_main.cpp24 std::string objGroupName = HOST_GPIOS_OBJPATH; in main() local
25 std::string objPathInst = objGroupName + "/host" + hostId; in main()
29 sdbusplus::server::manager_t objManager(bus, objGroupName.c_str()); in main()