Searched refs:UpdateVendorPrinterToDiscovery (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 | 27 MOCK_METHOD2(UpdateVendorPrinterToDiscovery, bool (const std::string &, const PrinterInfo &));
|
/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_manager.h | 31 virtual bool UpdateVendorPrinterToDiscovery(const std::string &globalVendorName, const PrinterInfo &info) = 0;
|
H A D | print_service_ability.h | 199 bool UpdateVendorPrinterToDiscovery(const std::string &globalVendorName, const PrinterInfo &info) override;
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_manager.cpp | 259 if (!printServiceAbility->UpdateVendorPrinterToDiscovery(globalVendorName, printerInfo)) { in UpdatePrinterToDiscovery()
|
H A D | print_service_ability.cpp | 3135 bool PrintServiceAbility::UpdateVendorPrinterToDiscovery(const std::string &globalVendorName, const PrinterInfo &info) in UpdateVendorPrinterToDiscovery() function in OHOS::Print::PrintServiceAbility
|
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_manager_test.cpp | 250 EXPECT_CALL(mock, UpdateVendorPrinterToDiscovery(_, _)).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 | 2058 EXPECT_TRUE(service->UpdateVendorPrinterToDiscovery(vendorName, info)); in HWTEST_F() 2072 EXPECT_TRUE(service->UpdateVendorPrinterToDiscovery(vendorName, info)); in HWTEST_F() 2096 EXPECT_TRUE(service->UpdateVendorPrinterToDiscovery(vendorName, info)); in HWTEST_F() 2099 EXPECT_TRUE(service->UpdateVendorPrinterToDiscovery(vendorName, info)); in HWTEST_F() 2102 EXPECT_TRUE(service->UpdateVendorPrinterToDiscovery(vendorName, info)); in HWTEST_F()
|
Completed in 13 milliseconds