Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd/server_command/
Dfetch.cpp29 class CvdFetchCommandHandler : public CvdServerHandler { class
31 INJECT(CvdFetchCommandHandler(SubprocessWaiter& subprocess_waiter)) in INJECT()
47 Result<bool> CvdFetchCommandHandler::CanHandle( in CanHandle()
53 Result<cvd::Response> CvdFetchCommandHandler::Handle( in Handle()
103 Result<void> CvdFetchCommandHandler::Interrupt() { in Interrupt()
113 .addMultibinding<CvdServerHandler, CvdFetchCommandHandler>(); in cvdFetchCommandComponent()