Searched refs:RemoveVendorPrinterFromDiscovery (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 | 28 MOCK_METHOD2(RemoveVendorPrinterFromDiscovery, bool (const std::string &, const std::string &));
|
/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_manager.h | 32 virtual bool RemoveVendorPrinterFromDiscovery(const std::string &globalVendorName,
|
H A D | print_service_ability.h | 200 bool RemoveVendorPrinterFromDiscovery(const std::string &globalVendorName, const std::string &printerId) override;
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_manager.cpp | 273 if (!printServiceAbility->RemoveVendorPrinterFromDiscovery(GetGlobalVendorName(vendorName), printerId)) { in RemovePrinterFromDiscovery()
|
H A D | print_service_ability.cpp | 3164 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 D | vendor_manager_test.cpp | 251 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 D | print_service_ability_test.cpp | 2059 EXPECT_TRUE(service->RemoveVendorPrinterFromDiscovery(vendorName, printerId)); in HWTEST_F() 2075 EXPECT_TRUE(service->RemoveVendorPrinterFromDiscovery(vendorName, printerId)); in HWTEST_F()
|
Completed in 13 milliseconds