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.cpp111 auto methodOneTime = bus.new_method_call( in main() local
115 methodOneTime.append(powerRestoreIntf, "PowerRestorePolicy"); in main()
126 auto reply = bus.call(methodOneTime); in main()
H A Dhost_state_manager.cpp208 auto methodOneTime = bus.new_method_call( in isAutoReboot() local
211 methodOneTime.append(autoRebootIntf, "AutoReboot"); in isAutoReboot()
220 auto reply = bus.call(methodOneTime); in isAutoReboot()