Home
last modified time | relevance | path

Searched defs:printerName (Results 1 - 25 of 26) sorted by relevance

12

/base/print/print_fwk/services/print_service/src/
H A Dprint_ipp_over_usb_manager.cpp76 std::string printerName = tmp.substr(INDEX_4); in ConnectPrinter() local
108 std::string printerName = tmp.substr(INDEX_4); DisConnectPrinter() local
[all...]
H A Dprint_http_server_manager.cpp83 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 Dvendor_ipp_everywhere.cpp187 std::string printerName = capJson["printerName"].get<std::string>(); in ConvertCapabilityToInfo() local
H A Dprint_usb_manager.cpp42 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 Dprint_system_data.cpp224 std::string PrintSystemData::QueryPrinterIdByStandardizeName(const std::string &printerName) in QueryPrinterIdByStandardizeName() argument
H A Dprint_service_stub.cpp508 std::string printerName = data.ReadString(); in OnAddPrinterToCups() local
556 std::string printerName = data.ReadString(); in OnDeletePrinterFromCups() local
H A Dprint_cups_client.cpp482 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 Dnapi_print_ext.h68 std::string printerName = ""; member
/base/print/print_fwk/test/unittest/service_test/
H A Dprint_http_server_manager_test.cpp85 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 Dprint_service_stub_test.cpp1038 std::string printerName = "DIRECT-PixLab_V1-1620"; in HWTEST_F() local
H A Dprint_system_data_test.cpp95 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 Dprint_util.h133 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 Dprinter_info_helper.cpp95 std::string printerName = NapiPrintUtils::GetStringPropertyUtf8(env, jsValue, PARAM_INFO_PRINTERNAME); in BuildFromJs() local
/base/print/print_fwk/frameworks/ohprint/include/
H A Dvendor_extension.h63 char *printerName; member
H A Dohprint.h394 char *printerName; member
/base/print/print_fwk/services/print_service/include/
H A Dprint_cups_client.h42 std::string printerName; member
64 std::string printerName; member
[all...]
/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprinter_info.cpp105 void PrinterInfo::SetPrinterName(std::string printerName) in SetPrinterName() argument
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_wrapper_test.cpp103 std::string printerName = "testPrinterName"; in HWTEST_F() local
[all...]
H A Dprint_cups_client_test.cpp220 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 Dprintcupsclient_fuzzer.cpp46 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 Dprint_manager_client_test.cpp2164 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 Dprint_service_proxy.cpp600 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 Dprint_manager_client.cpp440 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 Dprintserviceability_fuzzer.cpp299 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 Dprint_service_ability_test.cpp280 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...]

Completed in 31 milliseconds

12