/ohos5.0/base/print/print_fwk/test/unittest/service_test/ |
H A D | print_http_server_manager_test.cpp | 85 std::string printerName = "HUAWEI PixLab V1-0105"; variable 102 std::string printerName = "HUAWEI PixLab V1-0105"; variable 122 std::string printerName = "HUAWEI PixLab V1-0105"; variable 144 std::string printerName = "HUAWEI PixLab V1-0105"; variable 164 std::string printerName = "HUAWEI PixLab V1-0105"; variable 186 std::string printerName = "HUAWEI PixLab V1-0105"; variable
|
H A D | print_usb_manager_test.cpp | 119 std::string printerName = "HUAWEI PixLab V1-0105"; variable 140 std::string printerName; variable 184 std::string printerName = printUsbManager.GetProductName(usbDevice); variable 220 std::string printerName = "HUAWEI PixLab V1-0105"; variable 240 std::string printerName = "HUAWEI PixLab V1-0105"; variable 261 std::string printerName = "HUAWEI PixLab V1-0105"; variable 304 std::string printerName = printUsbManager.GetPrinterName(name); variable 365 std::string printerName = ""; variable 376 std::string printerName = ""; variable 385 std::string printerName = "HUAWEI PixLab V1-0105"; variable [all …]
|
H A D | print_system_data_test.cpp | 95 std::string printerName = "Direct Pixlab1620"; variable 106 std::string printerName = "Direct Pixlab1620"; variable 185 std::string printerName = systemData->QueryPrinterIdByStandardizeName("HUAWEI_PixLab_V1-0105"); variable 219 std::string printerName = "Direct"; variable 1155 std::string printerName = "name"; variable
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_usb_manager.cpp | 42 bool PrintUsbManager::isExistIppOverUsbPrinter(std::string printerName) in isExistIppOverUsbPrinter() 52 bool PrintUsbManager::isPrintDevice(USB::UsbDevice &usbdevice, std::string &printerName) in isPrintDevice() 104 std::string printerName; in RefreshUsbPrinterDevice() local 131 std::string printerName = productName + "-" + serialNumber; in GetProductName() local 168 bool PrintUsbManager::AllocateInterface(const std::string &printerName, UsbDevice &usbdevice, in AllocateInterface() 215 bool PrintUsbManager::ConnectUsbPinter(const std::string &printerName) in ConnectUsbPinter() 240 void PrintUsbManager::DisConnectUsbPinter(const std::string &printerName) in DisConnectUsbPinter() 262 int32_t PrintUsbManager::BulkTransferWrite(std::string printerName, const Operation operation, in BulkTransferWrite() 302 int32_t PrintUsbManager::BulkTransferRead(std::string printerName, const Operation operation, in BulkTransferRead() 358 std::string printerName = GetPrinterName(dev->GetName()); in DealUsbDevStatusChange() local [all …]
|
H A D | print_http_server_manager.cpp | 83 bool PrintHttpServerManager::CreateServer(std::string printerName, int32_t &port) in CreateServer() 130 void PrintHttpServerManager::StopServer(std::string printerName) in StopServer() 163 … std::string printerName = DelayedSingleton<PrintUsbManager>::GetInstance()->GetPrinterName(name); in DealUsbDevDetach() local
|
H A D | print_ipp_over_usb_manager.cpp | 76 std::string printerName = tmp.substr(INDEX_4); in ConnectPrinter() local 108 std::string printerName = tmp.substr(INDEX_4); in DisConnectPrinter() local
|
H A D | print_cups_client.cpp | 185 std::string printerName(deviceInfo); in DeviceCb() local 516 …_t PrintCupsClient::AddPrinterToCups(const std::string &printerUri, const std::string &printerName, in AddPrinterToCups() 530 …ent::AddPrinterToCupsWithSpecificPpd(const std::string &printerUri, const std::string &printerName, in AddPrinterToCupsWithSpecificPpd() 573 …tCupsClient::AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &printerName, in AddPrinterToCupsWithPpd() 626 int32_t PrintCupsClient::DeleteCupsPrinter(const char *printerName) in DeleteCupsPrinter() 744 int32_t PrintCupsClient::QueryPrinterCapabilityFromPPD(const std::string &printerName, PrinterCapab… in QueryPrinterCapabilityFromPPD() 967 int32_t PrintCupsClient::SetDefaultPrinter(const std::string &printerName) in SetDefaultPrinter() 1002 ppd_file_t* PrintCupsClient::GetPPDFile(const std::string &printerName) in GetPPDFile() 1041 int32_t PrintCupsClient::QueryPrinterAttrList(const std::string &printerName, const std::vector<std… in QueryPrinterAttrList() 1786 bool PrintCupsClient::IsPrinterExist(const char *printerUri, const char *printerName, const char *p… in IsPrinterExist() [all …]
|
H A D | vendor_ipp_everywhere.cpp | 200 std::string printerName = capJson["printerName"].get<std::string>(); in ConvertCapabilityToInfo() local
|
H A D | print_system_data.cpp | 224 std::string PrintSystemData::QueryPrinterIdByStandardizeName(const std::string &printerName) in QueryPrinterIdByStandardizeName() 812 …_ptr<PrinterInfo> PrintSystemData::QueryDiscoveredPrinterInfoByName(const std::string &printerName) in QueryDiscoveredPrinterInfoByName()
|
H A D | print_service_stub.cpp | 526 std::string printerName = data.ReadString(); in OnAddPrinterToCups() local 573 std::string printerName = data.ReadString(); in OnDeletePrinterFromCups() local
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_usb_manager_other_test.cpp | 26 std::string printerName; member in OHOS::Print::PrintUsbManagerTest 210 std::string printerName = "validPrinter"; in TEST_F() local 220 std::string printerName = "invalidPrinter"; in TEST_F() local 230 std::string printerName = ""; in TEST_F() local 240 std::string printerName = nullptr; in TEST_F() local 250 std::string printerName = "printer1"; in TEST_F() local 258 std::string printerName = "non_existent_printer"; in TEST_F() local 342 std::string printerName = ""; variable
|
H A D | print_http_server_manager_other_test.cpp | 25 std::string printerName; member in OHOS::Print::PrintHttpServerManagerTest
|
H A D | print_cups_client_vendor_helper_other_test.cpp | 239 std::string printerName = "testPrinter"; in TEST_F() local 479 client.SetDefaultPrinter = [](const std::string &printerName) { return E_PRINT_NONE; }; in TEST_F() 491 client.GetPPDFile = [](const std::string &printerName) { return nullptr; }; in TEST_F() 502 std::string printerName = "TestPrinter"; in TEST_F() local 511 std::string printerName = "TestPrinter"; in TEST_F() local 520 std::string printerName = "TestPrinter"; in TEST_F() local 555 std::string printerName = "TestPrinter"; in TEST_F() local
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printcupsclient_fuzzer/ |
H A D | printcupsclient_fuzzer.cpp | 46 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestAddPrinterToCups() local 75 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPrinterCapabilityByUri() local 115 std::vector<std::string> printerName; in TestQueryAddedPrinterList() local 123 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetPPDFile() local 130 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestSetDefaultPrinter() local 137 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPrinterAttrList() local 166 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestDeletePrinterFromCups() local
|
/ohos5.0/base/print/print_fwk/utils/include/ |
H A D | print_util.h | 140 inline std::string PrintUtil::StandardizePrinterName(std::string printerName) in StandardizePrinterName() 150 inline std::string PrintUtil::RemoveUnderlineFromPrinterName(std::string printerName) in RemoveUnderlineFromPrinterName()
|
/ohos5.0/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 44 std::string printerName; member 66 std::string printerName; member
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_client_test.cpp | 220 std::string printerName = "DIRECT-PixLab_V1-0105"; variable 235 std::string printerName = "DIRECT-PixLab_V1-0105"; variable 584 std::string printerName = "testPrinterName"; variable 599 std::string printerName = "testPrinterName"; variable 613 std::string printerName = "testPrinterName"; variable 1525 const char *printerName = "DIRECT-PixLab_V1-0105"; variable 1769 std::string printerName = "testPrinterName"; variable
|
H A D | print_cups_wrapper_test.cpp | 103 std::string printerName = "testPrinterName"; variable
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | napi_print_ext.h | 70 std::string printerName = ""; member
|
/ohos5.0/base/print/print_fwk/frameworks/helper/print_helper/src/ |
H A D | printer_info_helper.cpp | 95 …std::string printerName = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_INFO_PRINTERNA… in BuildFromJs() local
|
/ohos5.0/base/print/print_fwk/test/unittest/service_test/mock/ |
H A D | mock_print_service.h | 128 int32_t AddPrinterToCups(const std::string &printerUri, const std::string &printerName, in AddPrinterToCups() 197 int32_t DeletePrinterFromCups(const std::string &printerName) override in DeletePrinterFromCups()
|
/ohos5.0/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | printer_info.cpp | 105 void PrinterInfo::SetPrinterName(std::string printerName) in SetPrinterName()
|
/ohos5.0/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | vendor_extension.h | 64 char *printerName; member
|
/ohos5.0/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_manager_client_test.cpp | 2164 std::string printerName; variable 2174 std::string printerName; variable 2185 std::string printerName; variable 2196 std::string printerName; variable 2530 std::string printerName; variable 2588 std::string printerName; variable 2596 std::string printerName; variable
|
/ohos5.0/base/print/print_fwk/test/fuzztest/printserviceability_fuzzer/ |
H A D | printserviceability_fuzzer.cpp | 299 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestAddPrinterToCups() local 348 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryAddedPrinter() local 397 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestDeletePrinterFromCups() local 596 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestCheckIsLastUsedPrinter() local
|