Home
last modified time | relevance | path

Searched refs:RemoveVendorPrinterFromDiscovery (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.h28 MOCK_METHOD2(RemoveVendorPrinterFromDiscovery, bool (const std::string &, const std::string &));
/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h32 virtual bool RemoveVendorPrinterFromDiscovery(const std::string &globalVendorName,
H A Dprint_service_ability.h200 bool RemoveVendorPrinterFromDiscovery(const std::string &globalVendorName, const std::string &printerId) override;
/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp273 if (!printServiceAbility->RemoveVendorPrinterFromDiscovery(GetGlobalVendorName(vendorName), printerId)) { in RemovePrinterFromDiscovery()
H A Dprint_service_ability.cpp3164 bool PrintServiceAbility::RemoveVendorPrinterFromDiscovery(const std::string &globalVendorName, in RemoveVendorPrinterFromDiscovery() function in OHOS::Print::PrintServiceAbility
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/
H A Dvendor_manager_test.cpp251 EXPECT_CALL(mock, RemoveVendorPrinterFromDiscovery(_, _)).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.cpp2059 EXPECT_TRUE(service->RemoveVendorPrinterFromDiscovery(vendorName, printerId)); in HWTEST_F()
2075 EXPECT_TRUE(service->RemoveVendorPrinterFromDiscovery(vendorName, printerId)); in HWTEST_F()

Completed in 23 milliseconds