Searched refs:RemoveVendorPrinterFromCups (Results 1 - 7 of 7) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/ |
H A D | mock_print_service_ability.h | 30 MOCK_METHOD2(RemoveVendorPrinterFromCups, bool (const std::string &, const std::string &));
|
/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_manager.h | 36 virtual bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printerId) = 0;
|
H A D | print_service_ability.h | 203 bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printerId) override;
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_manager.cpp | 306 if (!printServiceAbility->RemoveVendorPrinterFromCups(globalVendorName, printerId)) { in RemovePrinterFromCups()
|
H A D | print_service_ability.cpp | 3224 bool PrintServiceAbility::RemoveVendorPrinterFromCups(const std::string &globalVendorName, in RemoveVendorPrinterFromCups() function in OHOS::Print::PrintServiceAbility
|
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_manager_test.cpp | 215 EXPECT_CALL(mock, RemoveVendorPrinterFromCups(_, _)).WillOnce(Return(false)).WillRepeatedly(Return(true)); in HWTEST_F()
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 2090 EXPECT_FALSE(service->RemoveVendorPrinterFromCups(vendorName, printerId)); in HWTEST_F() 2106 service->RemoveVendorPrinterFromCups(vendorName, printerId); in HWTEST_F() 2147 service->RemoveVendorPrinterFromCups(vendorName, printerId); in HWTEST_F()
|
Completed in 16 milliseconds