/base/print/print_fwk/services/print_service/src/ |
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); DisConnectPrinter() local [all...] |
H A D | print_http_server_manager.cpp | 83 bool PrintHttpServerManager::CreateServer(std::string printerName, int32_t &port) in CreateServer() argument 124 StopServer(std::string printerName) StopServer() argument 157 std::string printerName = DelayedSingleton<PrintUsbManager>::GetInstance()->GetPrinterName(name); DealUsbDevDetach() local [all...] |
H A D | vendor_ipp_everywhere.cpp | 187 std::string printerName = capJson["printerName"].get<std::string>(); in ConvertCapabilityToInfo() local
|
H A D | print_usb_manager.cpp | 42 bool PrintUsbManager::isExistIppOverUsbPrinter(std::string printerName) in isExistIppOverUsbPrinter() argument 52 bool PrintUsbManager::isPrintDevice(USB::UsbDevice &usbdevice, std::string &printerName) in isPrintDevice() argument 104 std::string printerName; RefreshUsbPrinterDevice() local 132 std::string printerName = productName + "-" + serialNumber; GetProductName() local 169 AllocateInterface(const std::string &printerName, UsbDevice &usbdevice, USBDevicePipe &usbDevicePipe) AllocateInterface() argument 216 ConnectUsbPinter(const std::string &printerName) ConnectUsbPinter() argument 241 DisConnectUsbPinter(const std::string &printerName) DisConnectUsbPinter() argument 263 BulkTransferWrite(std::string printerName, const Operation operation, std::vector<uint8_t> &vectorRequestBuffer) BulkTransferWrite() argument 298 BulkTransferRead(std::string printerName, const Operation operation, std::vector<uint8_t> &readTempBUffer) BulkTransferRead() argument 349 std::string printerName = GetPrinterName(dev->GetName()); DealUsbDevStatusChange() local 358 std::string printerName; DealUsbDevStatusChange() local [all...] |
H A D | print_system_data.cpp | 224 std::string PrintSystemData::QueryPrinterIdByStandardizeName(const std::string &printerName) in QueryPrinterIdByStandardizeName() argument
|
H A D | print_service_stub.cpp | 508 std::string printerName = data.ReadString(); in OnAddPrinterToCups() local 556 std::string printerName = data.ReadString(); in OnDeletePrinterFromCups() local
|
H A D | print_cups_client.cpp | 482 int32_t PrintCupsClient::AddPrinterToCups(const std::string &printerUri, const std::string &printerName, in AddPrinterToCups() argument 529 int32_t PrintCupsClient::AddPrinterToCupsWithPpd(const std::string &printerUri, const std::string &printerName, in AddPrinterToCupsWithPpd() argument 582 int32_t PrintCupsClient::DeleteCupsPrinter(const char *printerName) in DeleteCupsPrinter() argument 694 QueryPrinterCapabilityFromPPD(const std::string &printerName, PrinterCapability &printerCaps) QueryPrinterCapabilityFromPPD() argument 891 SetDefaultPrinter(const std::string &printerName) SetDefaultPrinter() argument 925 GetPPDFile(const std::string &printerName) GetPPDFile() argument 964 QueryPrinterAttrList(const std::string &printerName, const std::vector<std::string> &keyList, std::vector<std::string> &valueList) QueryPrinterAttrList() argument 1657 IsPrinterExist(const char *printerUri, const char *printerName, const char *ppdName) IsPrinterExist() argument [all...] |
/base/print/print_fwk/interfaces/kits/napi/print_napi/include/ |
H A D | napi_print_ext.h | 68 std::string printerName = ""; member
|
/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"; in HWTEST_F() local 102 std::string printerName = "HUAWEI PixLab V1-0105"; in HWTEST_F() local 122 std::string printerName = "HUAWEI PixLab V1-0105"; in HWTEST_F() local 144 std::string printerName = "HUAWEI PixLab V1-0105"; HWTEST_F() local [all...] |
H A D | print_service_stub_test.cpp | 1038 std::string printerName = "DIRECT-PixLab_V1-1620"; in HWTEST_F() local
|
H A D | print_system_data_test.cpp | 95 std::string printerName = "Direct Pixlab1620"; in HWTEST_F() local 106 std::string printerName = "Direct Pixlab1620"; in HWTEST_F() local 185 std::string printerName = systemData->QueryPrinterIdByStandardizeName("HUAWEI_PixLab_V1-0105"); in HWTEST_F() local 219 std::string printerName = "Direct"; in HWTEST_F() local 1155 std::string printerName = "name"; HWTEST_F() local [all...] |
/base/print/print_fwk/utils/include/ |
H A D | print_util.h | 133 inline std::string PrintUtil::StandardizePrinterName(std::string printerName) in StandardizePrinterName() argument 143 inline std::string PrintUtil::RemoveUnderlineFromPrinterName(std::string printerName) in RemoveUnderlineFromPrinterName() argument
|
/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_PRINTERNAME); in BuildFromJs() local
|
/base/print/print_fwk/frameworks/ohprint/include/ |
H A D | vendor_extension.h | 63 char *printerName; member
|
H A D | ohprint.h | 394 char *printerName; member
|
/base/print/print_fwk/services/print_service/include/ |
H A D | print_cups_client.h | 42 std::string printerName; member 64 std::string printerName; member [all...] |
/base/print/print_fwk/frameworks/models/print_models/src/ |
H A D | printer_info.cpp | 105 void PrinterInfo::SetPrinterName(std::string printerName) in SetPrinterName() argument
|
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/ |
H A D | print_cups_wrapper_test.cpp | 103 std::string printerName = "testPrinterName"; in HWTEST_F() local [all...] |
H A D | print_cups_client_test.cpp | 220 std::string printerName = "DIRECT-PixLab_V1-0105"; in HWTEST_F() local 235 std::string printerName = "DIRECT-PixLab_V1-0105"; in HWTEST_F() local 580 std::string printerName = "testPrinterName"; in HWTEST_F() local 595 std::string printerName = "testPrinterName"; in HWTEST_F() local 609 std::string printerName = "testPrinterName"; HWTEST_F() local 1528 const char *printerName = "DIRECT-PixLab_V1-0105"; HWTEST_F() local [all...] |
/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 56 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestQueryPrinterCapabilityByUri() local 88 std::vector<std::string> printerName; in TestQueryAddedPrinterList() local 96 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestGetPPDFile() local 103 std::string printerName in TestSetDefaultPrinter() local 110 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); TestQueryPrinterAttrList() local 139 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); TestDeletePrinterFromCups() local [all...] |
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/ |
H A D | print_manager_client_test.cpp | 2164 std::string printerName; in HWTEST_F() local 2173 std::string printerName; in HWTEST_F() local 2183 std::string printerName; in HWTEST_F() local 2193 std::string printerName; in HWTEST_F() local 2490 std::string printerName; in HWTEST_F() local 2545 std::string printerName; HWTEST_F() local 2554 std::string printerName; HWTEST_F() local [all...] |
/base/print/print_fwk/frameworks/innerkitsimpl/print_impl/src/ |
H A D | print_service_proxy.cpp | 600 int32_t PrintServiceProxy::AddPrinterToCups(const std::string &printerUri, const std::string &printerName, in AddPrinterToCups() argument 684 DeletePrinterFromCups( const std::string &printerUri, const std::string &printerName, const std::string &printerMake) DeletePrinterFromCups() argument
|
H A D | print_manager_client.cpp | 440 int32_t PrintManagerClient::AddPrinterToCups(const std::string &printerUri, const std::string &printerName, in AddPrinterToCups() argument 490 int32_t PrintManagerClient::DeletePrinterFromCups(const std::string &printerUri, const std::string &printerName, in DeletePrinterFromCups() argument
|
/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 398 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestDeletePrinterFromCups() local 600 std::string printerName = dataProvider->ConsumeRandomLengthString(MAX_STRING_LENGTH); in TestCheckIsLastUsedPrinter() local
|
/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 280 std::string printerName = "pixlab_0759"; in HWTEST_F() local 734 std::string printerName = "testPrinterName"; in HWTEST_F() local 1836 std::string printerName = "pixlab_0759"; in HWTEST_F() local 1991 std::string printerName in HWTEST_F() local [all...] |