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 D | mock_print_service_ability.h | 32 MOCK_METHOD2(RemoveVendorPrinterFromCups, bool (const std::string &, const std::string &));
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_manager.h | 39 …virtual bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printer…
|
H A D | print_service_ability.h | 207 …bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printerId) over…
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_manager.cpp | 337 if (!printServiceAbility->RemoveVendorPrinterFromCups(globalVendorName, printerId)) { in RemovePrinterFromCups()
|
H A D | print_service_ability.cpp | 3358 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 D | print_service_ability_test.cpp | 2095 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);
|