Home
last modified time | relevance | path

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

/openbmc/phosphor-ipmi-flash/
H A Dutil.hpp23 struct Pinned : public T struct
26 Pinned(Args&&... args) : T(std::forward<Args>(args)...) in Pinned() function
29 Pinned& operator=(const Arg& o) in operator =() argument
35 Pinned(Pinned&&) = delete;
36 Pinned& operator=(Pinned&&) = delete;
/openbmc/phosphor-networkd/src/
H A Dnetwork_manager_main.cpp66 stdplus::Pinned bus = sdbusplus::bus::new_default(); in main()
69 stdplus::Pinned<TimerExecutor> reload(event, std::chrono::seconds(3)); in main()
70 stdplus::Pinned<Manager> manager(bus, reload, DEFAULT_OBJPATH, in main()
/openbmc/phosphor-ipmi-flash/bmc/version-handler/
H A Dversion_handler.hpp73 Pinned<std::string> blobId;
/openbmc/phosphor-ipmi-flash/bmc/log-handler/
H A Dlog_handler.hpp88 Pinned<std::string> blobId;
/openbmc/phosphor-networkd/test/
H A Dtest_network_manager.cpp25 stdplus::Pinned<sdbusplus::bus_t> bus;
H A Dtest_ethernet_interface.cpp31 stdplus::Pinned<sdbusplus::bus_t> bus;