/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_usb_manager_other_test.cpp | 40 virtual std::string GetPrinterName(const std::string &name) in GetPrinterName() function in OHOS::Print::PrintUsbManagerTest 371 EXPECT_EQ(manager.GetPrinterName(expected), expected); in HWTEST_F() 378 EXPECT_EQ(manager.GetPrinterName(expected), expected); in HWTEST_F() 385 EXPECT_EQ(manager.GetPrinterName(expected), expected); in HWTEST_F() 392 EXPECT_EQ(manager.GetPrinterName(expected), expected); in HWTEST_F() 399 EXPECT_EQ(manager.GetPrinterName(expected), expected); in HWTEST_F()
|
H A D | print_service_ability_other_test.cpp | 1089 std::string GetPrinterName() in TEST_F() function 1095 auto ret = instance->AddPrinterToCups(printerUri, printerInfo.GetPrinterName(), make); in TEST_F() 1105 std::string GetPrinterName() in TEST_F() function 1111 auto ret = instance->AddPrinterToCups(printerUri, printerInfo.GetPrinterName(), make); in TEST_F() 1118 std::string GetPrinterName() in TEST_F() function 1124 instance->QueryPrinterCapabilityFromPPD(printerInfo.GetPrinterName(), printerCaps); in TEST_F()
|
H A D | print_cups_client_vendor_helper_other_test.cpp | 1636 EXPECT_EQ(info.GetPrinterName(), "TestName UNI"); in TEST_F() 1652 EXPECT_EQ(info.GetPrinterName(), "TestName UNI"); in TEST_F()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | printer_info.cpp | 172 const std::string &PrinterInfo::GetPrinterName() const in GetPrinterName() function in OHOS::Print::PrinterInfo 337 parcel.WriteString(GetPrinterName()); in Marshalling()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_usb_manager.h | 60 std::string GetPrinterName(const std::string &name);
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/include/ |
H A D | printer_info.h | 59 [[nodiscard]] const std::string &GetPrinterName() const;
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | vendor_ppd_driver.cpp | 109 printerInfo.GetPrinterName().c_str()); in AddPrinterToCups()
|
H A D | print_http_server_manager.cpp | 163 … std::string printerName = DelayedSingleton<PrintUsbManager>::GetInstance()->GetPrinterName(name); in DealUsbDevDetach()
|
H A D | print_usb_manager.cpp | 358 std::string printerName = GetPrinterName(dev->GetName()); in DealUsbDevStatusChange() 379 std::string PrintUsbManager::GetPrinterName(const std::string &name) in GetPrinterName() function in OHOS::Print::PrintUsbManager
|
H A D | print_service_ability.cpp | 678 PRINT_HILOGD("printerInfo %{public}s", printerInfo.GetPrinterName().c_str()); in QueryPrinterProperties() 771 AddPrinterToCups(printerUri, printerInfo->GetPrinterName(), make); in QueryPrinterCapabilityByUri() 777 QueryPrinterCapabilityFromPPD(printerInfo->GetPrinterName(), printerCaps); in QueryPrinterCapabilityByUri() 1581 cupsPrinterInfo.name = info.GetPrinterName(); in UpdatePrinterCapability() 1815 msg["MODEL"] = printerInfo->GetPrinterName(); in ReportHisysEvent() 3270 info.name = printerInfo->GetPrinterName(); in AddVendorPrinterToCupsWithPpd() 3318 info.name = printerInfo->GetPrinterName(); in AddVendorPrinterToCupsWithSpecificPpd() 3331 QueryPrinterCapabilityFromPPD(printerInfo->GetPrinterName(), printerCaps); in AddVendorPrinterToCupsWithSpecificPpd() 3588 return info.GetPrinterName(); in RenamePrinterWhenAdded() 3593 auto printerName = info.GetPrinterName(); in RenamePrinterWhenAdded() [all …]
|
H A D | vendor_ipp_everywhere.cpp | 149 printerInfo->SetPrinterName(discoveredInfo->GetPrinterName()); in ConnectPrinter()
|
H A D | vendor_helper.cpp | 725 options["printerName"] = info.GetPrinterName(); in UpdatePrinterInfoWithCapability()
|
H A D | print_system_data.cpp | 821 if (PrintUtil::StandardizePrinterName(printerInfoPtr->GetPrinterName()) != name) { in QueryDiscoveredPrinterInfoByName()
|
H A D | print_service_stub.cpp | 291 …I("PrintServiceStub::OnQueryPrinterInfoByPrinterId out %{public}s", info.GetPrinterName().c_str()); in OnQueryPrinterInfoByPrinterId()
|
H A D | print_cups_client.cpp | 1069 PRINT_HILOGD("the printerInfo printerName %{public}s", info.GetPrinterName().c_str()); in QueryPrinterInfoByPrinterId() 1075 dest = printAbility_->GetNamedDest(CUPS_HTTP_DEFAULT, info.GetPrinterName().c_str(), nullptr); in QueryPrinterInfoByPrinterId()
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | printer_info_helper.cpp | 41 … NapiPrintUtils::SetStringPropertyUtf8(env, jsObj, PARAM_INFO_PRINTERNAME, info.GetPrinterName()); in MakeJsObject()
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_usb_manager_test.cpp | 304 std::string printerName = printUsbManager.GetPrinterName(name); 308 printUsbManager.GetPrinterName(usbDevice.GetName());
|
H A D | print_system_data_test.cpp | 165 EXPECT_EQ(result->GetPrinterName(), "123");
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | printer_info_test.cpp | 62 EXPECT_EQ("OpenHarmony", info.GetPrinterName());
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/src/ |
H A D | print_capi.cpp | 281 if (info.GetPrinterId() != id || info.GetPrinterName().empty()) { in OH_Print_QueryPrinterInfo()
|
H A D | print_helper.cpp | 519 nativePrinterInfo->printerName = CopyString(info.GetPrinterName()); in ConvertToNativePrinterInfo()
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | napi_print_ext.cpp | 496 PRINT_HILOGD("PrinterName = %{private}s", info.GetPrinterName().c_str()); in DiscoverUsbPrinters()
|