Home
last modified time | relevance | path

Searched refs:OnUpdatePrinterToDiscovery (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_driver_group.h31 …virtual int32_t OnUpdatePrinterToDiscovery(const std::string &vendorName, const PrinterInfo &print…
H A Dvendor_wlan_group.h36 …int32_t OnUpdatePrinterToDiscovery(const std::string &vendorName, const PrinterInfo &printerInfo) …
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_wlan_group.cpp116 int32_t VendorWlanGroup::OnUpdatePrinterToDiscovery(const std::string &vendorName, const PrinterInf… in OnUpdatePrinterToDiscovery() function in VendorWlanGroup
H A Dvendor_manager.cpp267 return wlanGroupDriver->OnUpdatePrinterToDiscovery(vendorName, printerInfo); in UpdatePrinterToDiscovery()