mirror of
https://gitee.com/openharmony/print_print_fwk
synced 2024-11-23 08:59:47 +00:00
修复codecheck问题
Signed-off-by: 杨抑 <chnyangyi@foxmail.com>
This commit is contained in:
parent
69a83bad68
commit
2aa685a498
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user