Home
last modified time | relevance | path

Searched refs:RemoveVendorPrinterFromCups (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_print_service_ability.h32 MOCK_METHOD2(RemoveVendorPrinterFromCups, bool (const std::string &, const std::string &));
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h39 …virtual bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printer…
H A Dprint_service_ability.h207 …bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printerId) over…
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp337 if (!printServiceAbility->RemoveVendorPrinterFromCups(globalVendorName, printerId)) { in RemovePrinterFromCups()
H A Dprint_service_ability.cpp3358 bool PrintServiceAbility::RemoveVendorPrinterFromCups(const std::string &globalVendorName, in RemoveVendorPrinterFromCups() function in OHOS::Print::PrintServiceAbility
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp2095 EXPECT_FALSE(service->RemoveVendorPrinterFromCups(vendorName, printerId));
2111 service->RemoveVendorPrinterFromCups(vendorName, printerId);
2152 service->RemoveVendorPrinterFromCups(vendorName, printerId);
2187 EXPECT_FALSE(service->RemoveVendorPrinterFromCups(vendorName, printerId));
2203 service->RemoveVendorPrinterFromCups(vendorName, printerId);