Searched refs:CvdFetchCommandHandler (Results 1 – 1 of 1) sorted by relevance
29 class CvdFetchCommandHandler : public CvdServerHandler { class31 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()