Searched refs:PrinterVendorStatus (Results 1 – 9 of 9) sorted by relevance
30 struct PrinterVendorStatus { struct34 PrinterVendorStatus() : state(PRINTER_UNAVAILABLE), lastUpdateTime(0), lastCheckTime(0) {} in PrinterVendorStatus() argument54 const PrinterVendorStatus &status) = 0;87 std::shared_ptr<PrinterVendorStatus> GetMonitorVendorStatus(const std::string &printerId);95 std::map<std::string, std::shared_ptr<PrinterVendorStatus>> vendorStatusMap;
41 const PrinterVendorStatus &status) = 0;74 const PrinterVendorStatus &status) override;
209 const PrinterVendorStatus &status) override;
107 vendorStatusMap[printerId] = std::make_shared<PrinterVendorStatus>(); in MonitorPrinterStatus()121 std::shared_ptr<PrinterVendorStatus> VendorDriverBase::GetMonitorVendorStatus(const std::string &pr… in GetMonitorVendorStatus()
372 const PrinterVendorStatus &status) in OnPrinterStatusChanged()
3384 const PrinterVendorStatus &status) in OnVendorStatusUpdate()
33 …nVendorStatusUpdate, bool (const std::string &, const std::string &, const PrinterVendorStatus &));
31 …rinterStatusChanged, bool (const std::string &, const std::string &, const PrinterVendorStatus &));
158 PrinterVendorStatus vendorStatus;