Searched refs:OnPrinterPpdQueried (Results 1 - 7 of 7) sorted by relevance
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/ |
H A D | mock_vendor_manager.h | 32 MOCK_METHOD3(OnPrinterPpdQueried, bool (const std::string &, const std::string &, const std::string &));
|
/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/ |
H A D | vendor_manager_test.cpp | 185 EXPECT_FALSE(vendorManager.OnPrinterPpdQueried("", PRINTER_TEST_IP, "")); in HWTEST_F() 223 EXPECT_FALSE(vendorManager.OnPrinterPpdQueried(vendorName, PRINTER_TEST_IP, ppdData)); in HWTEST_F() 225 EXPECT_FALSE(vendorManager.OnPrinterPpdQueried(vendorName, PRINTER_TEST_IP, ppdData)); in HWTEST_F() 226 EXPECT_TRUE(vendorManager.OnPrinterPpdQueried(vendorName, PRINTER_TEST_IP, ppdData)); in HWTEST_F()
|
H A D | vendor_bsuni_driver_test.cpp | 241 EXPECT_CALL(mockManager, OnPrinterPpdQueried(_, _, _)).WillOnce(Return(false)).WillRepeatedly(Return(true)); in HWTEST_F()
|
/base/print/print_fwk/services/print_service/include/ |
H A D | vendor_driver_base.h | 55 virtual bool OnPrinterPpdQueried(const std::string &vendorName, const std::string &printerId,
|
H A D | vendor_manager.h | 69 bool OnPrinterPpdQueried(const std::string &vendorName, const std::string &printerId,
|
/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_bsuni_driver.cpp | 377 if (vendorManager->OnPrinterPpdQueried(GetVendorName(), printerId, ppdData)) { in OnPrinterPropertiesQueried()
|
H A D | vendor_manager.cpp | 314 bool VendorManager::OnPrinterPpdQueried(const std::string &vendorName, const std::string &printerId, in OnPrinterPpdQueried() function in VendorManager 317 PRINT_HILOGI("OnPrinterPpdQueried enter"); in OnPrinterPpdQueried() 333 PRINT_HILOGI("OnPrinterPpdQueried quit"); in OnPrinterPpdQueried()
|
Completed in 4 milliseconds