Home
last modified time | relevance | path

Searched refs:USBManager (Results 1 – 3 of 3) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/usb/
H A Dusb_manager.hpp18 class USBManager class
21 ~USBManager() = default;
22 USBManager() = delete;
23 USBManager(const USBManager&) = delete;
24 USBManager(USBManager&&) = default;
25 USBManager& operator=(const USBManager&) = delete;
26 USBManager& operator=(USBManager&&) = delete;
30 explicit USBManager(sdbusplus::async::context& ctx, const fs::path& devPath, in USBManager() function in phosphor::usb::USBManager
51 explicit USBManager(sdbusplus::bus_t& bus, sdeventplus::Event& event, in USBManager() function in phosphor::usb::USBManager
57 std::bind(std::mem_fn(&USBManager::updateActivation), in USBManager()
H A Dusb_manager.cpp21 bool USBManager::copyImage() in copyImage()
81 auto USBManager::startUpdate(int fd) -> sdbusplus::async::task<bool> in startUpdate()
109 auto USBManager::run() -> sdbusplus::async::task<void> in run()
134 bool USBManager::run() in run()
139 void USBManager::setApplyTime() in setApplyTime()
157 void USBManager::setRequestedActivation(const std::string& path) in setRequestedActivation()
176 void USBManager::updateActivation(sdbusplus::message_t& msg) in updateActivation()
H A Dusb_manager_main.cpp32 phosphor::usb::USBManager manager(ctx, devicePath, usbPath); in main()
43 phosphor::usb::USBManager manager(bus, event, devicePath, usbPath); in main()