Home
last modified time | relevance | path

Searched refs:RemoveVendorPrinterFromCups (Results 1 - 7 of 7) sorted by relevance

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_print_service_ability.h30 MOCK_METHOD2(RemoveVendorPrinterFromCups, bool (const std::string &, const std::string &));
/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h36 virtual bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printerId) = 0;
H A Dprint_service_ability.h203 bool RemoveVendorPrinterFromCups(const std::string &vendorName, const std::string &printerId) override;
/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp306 if (!printServiceAbility->RemoveVendorPrinterFromCups(globalVendorName, printerId)) { in RemovePrinterFromCups()
H A Dprint_service_ability.cpp3224 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 Dvendor_manager_test.cpp215 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 Dprint_service_ability_test.cpp2090 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