Searched refs:E_PRINT_INVALID_PRINTER (Results 1 – 9 of 9) sorted by relevance
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/ |
H A D | print_service_ability_test.cpp | 388 EXPECT_EQ(service->ConnectPrinter(printerId), E_PRINT_INVALID_PRINTER); 410 EXPECT_EQ(service->DisconnectPrinter(printerId), E_PRINT_INVALID_PRINTER); 706 EXPECT_EQ(service->QueryPrinterInfoByPrinterId(printerId, info), E_PRINT_INVALID_PRINTER); 798 EXPECT_EQ(service->StartNativePrintJob(printJob), E_PRINT_INVALID_PRINTER); 930 EXPECT_EQ(service->UpdatePrinterState(printerId, state), E_PRINT_INVALID_PRINTER); 933 EXPECT_EQ(service->UpdatePrinterState(printerId, state), E_PRINT_INVALID_PRINTER); 1192 EXPECT_EQ(service->QueryPrinterInfoByPrinterId(printerId, info), E_PRINT_INVALID_PRINTER); 2076 EXPECT_EQ(service->QueryVendorPrinterInfo(globalId, info2), E_PRINT_INVALID_PRINTER); 2079 EXPECT_EQ(service->QueryVendorPrinterInfo(globalId, info2), E_PRINT_INVALID_PRINTER); 2118 EXPECT_EQ(service->TryConnectPrinterByIp(""), E_PRINT_INVALID_PRINTER); [all …]
|
/ohos5.0/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_ability.cpp | 399 return E_PRINT_INVALID_PRINTER; in DisconnectPrinter() 676 return E_PRINT_INVALID_PRINTER; in QueryPrinterProperties() 911 return E_PRINT_INVALID_PRINTER; in GetPrinterPreference() 953 return E_PRINT_INVALID_PRINTER; in SetPrinterPreference() 1163 return E_PRINT_INVALID_PRINTER; in StartNativePrintJob() 1617 return E_PRINT_INVALID_PRINTER; in UpdatePrinterState() 1942 return E_PRINT_INVALID_PRINTER; in QueryPrinterCapability() 2944 return E_PRINT_INVALID_PRINTER; in RemovePrinterFromDiscovery() 3102 return E_PRINT_INVALID_PRINTER; in AddSinglePrinterInfo() 3502 return E_PRINT_INVALID_PRINTER; in QueryVendorPrinterInfo() [all …]
|
/ohos5.0/base/print/print_fwk/utils/include/ |
H A D | print_constant.h | 80 E_PRINT_INVALID_PRINTER = 13100005, enumerator
|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/ |
H A D | print_async_call.cpp | 208 case E_PRINT_INVALID_PRINTER: in GetErrorText()
|
H A D | print_module.cpp | 323 …numProperty(env, object, "E_PRINT_INVALID_PRINTER", static_cast<int32_t>(E_PRINT_INVALID_PRINTER)); in NapiCreatePrintErrorCodeEnum()
|
/ohos5.0/base/print/print_fwk/test/unittest/others/ |
H A D | print_service_ability_other_test.cpp | 536 EXPECT_EQ(printServiceAbility.DisconnectPrinter(printerId), E_PRINT_INVALID_PRINTER); in TEST_F() 930 EXPECT_EQ(result, E_PRINT_INVALID_PRINTER); in TEST_F() 966 …intServiceAbility::QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER); in TEST_F() 1253 EXPECT_EQ(result, E_PRINT_INVALID_PRINTER); 1299 EXPECT_EQ(result, E_PRINT_INVALID_PRINTER);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-print.md | 934 | E_PRINT_INVALID_PRINTER | 13100005 | 表示打印机无效 |
|
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/ |
H A D | js-apis-print.md | 932 | E_PRINT_INVALID_PRINTER | 13100005 | Invalid printer.|
|
H A D | js-apis-print-sys.md | 232 | E_PRINT_INVALID_PRINTER | 13100005 | Invalid printer.|
|