Searched refs:Pinned (Results 1 – 6 of 6) sorted by relevance
23 struct Pinned : public T struct26 Pinned(Args&&... args) : T(std::forward<Args>(args)...) in Pinned() function29 Pinned& operator=(const Arg& o) in operator =() argument35 Pinned(Pinned&&) = delete;36 Pinned& operator=(Pinned&&) = delete;
66 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()
73 Pinned<std::string> blobId;
88 Pinned<std::string> blobId;
25 stdplus::Pinned<sdbusplus::bus_t> bus;
31 stdplus::Pinned<sdbusplus::bus_t> bus;