Home
last modified time | relevance | path

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

/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_vendor_manager.h32 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 Dvendor_manager_test.cpp185 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 Dvendor_bsuni_driver_test.cpp241 EXPECT_CALL(mockManager, OnPrinterPpdQueried(_, _, _)).WillOnce(Return(false)).WillRepeatedly(Return(true)); in HWTEST_F()
/base/print/print_fwk/services/print_service/include/
H A Dvendor_driver_base.h55 virtual bool OnPrinterPpdQueried(const std::string &vendorName, const std::string &printerId,
H A Dvendor_manager.h69 bool OnPrinterPpdQueried(const std::string &vendorName, const std::string &printerId,
/base/print/print_fwk/services/print_service/src/
H A Dvendor_bsuni_driver.cpp377 if (vendorManager->OnPrinterPpdQueried(GetVendorName(), printerId, ppdData)) { in OnPrinterPropertiesQueried()
H A Dvendor_manager.cpp314 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