Home
last modified time | relevance | path

Searched refs:OnVendorStatusUpdate (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_print_service_ability.h33 …MOCK_METHOD3(OnVendorStatusUpdate, bool (const std::string &, const std::string &, const PrinterVe…
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h40 …virtual bool OnVendorStatusUpdate(const std::string &globalVendorName, const std::string &printerI…
H A Dprint_service_ability.h208 bool OnVendorStatusUpdate(const std::string &globalVendorName, const std::string &printerId,
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp377 return printServiceAbility->OnVendorStatusUpdate(globalVendorName, printerId, status); in OnPrinterStatusChanged()
H A Dprint_service_ability.cpp3383 bool PrintServiceAbility::OnVendorStatusUpdate(const std::string &globalVendorName, const std::stri… in OnVendorStatusUpdate() function in OHOS::Print::PrintServiceAbility