Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp66 std::string hostPath = std::string(Host::namespace_path::value) + "/" + in main() local
178 bus, hostPath, HOST_BUSNAME, "RestartCause", in main()
182 bus, hostPath, HOST_BUSNAME, "RequestedHostTransition", in main()
205 bus, hostPath, HOST_BUSNAME, "RequestedHostTransition"); in main()
210 bus, hostPath, HOST_BUSNAME, "RequestedHostTransition", in main()
222 bus, hostPath, HOST_BUSNAME, "RequestedHostTransition"); in main()
229 bus, hostPath, HOST_BUSNAME, "RestartCause", in main()
233 bus, hostPath, HOST_BUSNAME, "RequestedHostTransition", in main()
H A Dscheduled_host_transition.cpp97 auto hostPath = std::string{HOST_OBJPATH} + std::to_string(id); in hostTransition()
104 utils::setProperty(bus, hostPath, HOST_BUSNAME, PROPERTY_TRANSITION, in hostTransition()
114 utils::setProperty(bus, hostPath, HOST_BUSNAME, PROPERTY_RESTART_CAUSE, in hostTransition()