Home
last modified time | relevance | path

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

/openbmc/phosphor-state-manager/
H A Ddiscover_system_state.cpp109 auto methodOneTime = bus.new_method_call( in main() local
113 methodOneTime.append(powerRestoreIntf, "PowerRestorePolicy"); in main()
124 auto reply = bus.call(methodOneTime); in main()
H A Dhost_state_manager.cpp210 auto methodOneTime = bus.new_method_call( in isAutoReboot() local
213 methodOneTime.append(autoRebootIntf, "AutoReboot"); in isAutoReboot()
222 auto reply = bus.call(methodOneTime); in isAutoReboot()