Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Ddata_interface.cpp36 constexpr auto bootRawProgress = "xyz.openbmc_project.State.Boot.Raw"; variable
58 constexpr auto bootRawProgress = "/xyz/openbmc_project/state/boot/raw0"; variable
86 constexpr auto bootRawProgress = "xyz.openbmc_project.State.Boot.Raw"; variable
692 auto method = _bus.new_method_call(service_name::bootRawProgress, in createProgressSRC()
693 object_path::bootRawProgress, in createProgressSRC()
696 method.append(interface::bootRawProgress, "Value", variant); in createProgressSRC()
799 getProperty(service_name::bootRawProgress, object_path::bootRawProgress, in getRawProgressSRC()
800 interface::bootRawProgress, "Value", value); in getRawProgressSRC()