Home
last modified time | relevance | path

Searched refs:AddVendorPrinterToCupsWithSpecificPpd (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/print/print_fwk/test/unittest/fwk_vendor_manager_test/mock/
H A Dmock_print_service_ability.h30 …MOCK_METHOD3(AddVendorPrinterToCupsWithSpecificPpd, bool (const std::string &, const std::string &,
/ohos5.0/base/print/print_fwk/services/print_service/include/
H A Dvendor_manager.h37 virtual bool AddVendorPrinterToCupsWithSpecificPpd(const std::string &globalVendorName,
H A Dprint_service_ability.h205 bool AddVendorPrinterToCupsWithSpecificPpd(const std::string &globalVendorName,
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp2188 EXPECT_FALSE(service->AddVendorPrinterToCupsWithSpecificPpd(vendorName, printerId, ppdData));
2190 EXPECT_FALSE(service->AddVendorPrinterToCupsWithSpecificPpd(vendorName, printerId, ppdData));
2194 EXPECT_FALSE(service->AddVendorPrinterToCupsWithSpecificPpd(vendorName, printerId, ppdData));
2197 EXPECT_FALSE(service->AddVendorPrinterToCupsWithSpecificPpd(vendorName, printerId, ppdData));
2200 service->AddVendorPrinterToCupsWithSpecificPpd(vendorName, printerId, ppdData);
2202 service->AddVendorPrinterToCupsWithSpecificPpd(vendorName, printerId, ppdData);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dvendor_manager.cpp313 if (!printServiceAbility->AddVendorPrinterToCupsWithSpecificPpd(globalVendorName, in AddPrinterToCupsWithPpd()
H A Dprint_service_ability.cpp3307 bool PrintServiceAbility::AddVendorPrinterToCupsWithSpecificPpd(const std::string &globalVendorName, in AddVendorPrinterToCupsWithSpecificPpd() function in OHOS::Print::PrintServiceAbility