Home
last modified time | relevance | path

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

/openbmc/sdbusplus/include/sdbusplus/
H A Dbus.hpp216 int wait(std::optional<SdBusDuration> timeout = std::nullopt) in wait()
351 auto call(message_t& m, std::optional<SdBusDuration> timeout = std::nullopt) in call()
372 std::optional<SdBusDuration> timeout = std::nullopt) in call_noreply()
395 message_t& m, std::optional<SdBusDuration> timeout = std::nullopt) in call_noreply_noerror()
H A Dmessage.hpp430 auto call(std::optional<SdBusDuration> timeout = std::nullopt) in call()
453 call_async(Cb&& cb, std::optional<SdBusDuration> timeout = std::nullopt) in call_async()
H A Dsdbus.hpp12 using SdBusDuration = typedef
/openbmc/phosphor-power/phosphor-regulators/src/regsctl/
H A Dutility.hpp32 sdbusplus::SdBusDuration timeout{6min}; in callMethod()