mirror of
https://gitee.com/openharmony/print_print_fwk
synced 2024-11-23 08:59:47 +00:00
update services/print_service/include/print_service_ability.h.
Signed-off-by: 包泽伟 <baozewei@huawei.com>
This commit is contained in:
parent
f655fef22e
commit
78d38a87d5
@ -189,8 +189,8 @@ private:
|
||||
int32_t AddSinglePrinterInfo(const PrinterInfo &info, const std::string &extensionId);
|
||||
bool UpdateSinglePrinterInfo(const PrinterInfo &info, const std::string &extensionId);
|
||||
bool RemoveSinglePrinterInfo(const std::string &printerId);
|
||||
void HandlePrinterStateChangeRegister();
|
||||
void HandlePrinterChangeRegister();
|
||||
void HandlePrinterStateChangeRegister(const std::string &eventType);
|
||||
void HandlePrinterChangeRegister(const std::string &eventType);
|
||||
bool UpdateAddedPrinterInCups(const std::string &printerId, const std::string &printerUri);
|
||||
public:
|
||||
bool AddVendorPrinterToDiscovery(const std::string &globalVendorName, const PrinterInfo &info) override;
|
||||
|
Loading…
Reference in New Issue
Block a user