修复codecheck问题

Signed-off-by: 杨抑 <chnyangyi@foxmail.com>
This commit is contained in:
杨抑 2024-11-21 21:24:13 +08:00
parent 69a83bad68
commit 2aa685a498

View File

@ -37,7 +37,7 @@ public:
MOCK_METHOD2(QueryPrinterStatusByUri, bool (const std::string &, PrinterStatus &));
MOCK_METHOD2(QueryDiscoveredPrinterInfoById, std::shared_ptr<PrinterInfo>(const std::string &,
const std::string &));
MOCK_METHOD2(QueryPrinterInfoByPrinterId, int32_t(const std::string &, PrinterInfo &));
MOCK_METHOD3(QueryPrinterInfoByPrinterId, int32_t(const std::string &, const std::string &, PrinterInfo &));
MOCK_METHOD2(QueryPPDInformation, bool(const char *, std::vector<std::string> &));
};
} // namespace Print