Home
last modified time | relevance | path

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 Dprint_service_ability_test.cpp388 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 Dprint_service_ability.cpp399 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 Dprint_constant.h80 E_PRINT_INVALID_PRINTER = 13100005, enumerator
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_async_call.cpp208 case E_PRINT_INVALID_PRINTER: in GetErrorText()
H A Dprint_module.cpp323 …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 Dprint_service_ability_other_test.cpp536 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 Djs-apis-print.md934 | E_PRINT_INVALID_PRINTER | 13100005 | 表示打印机无效 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md932 | E_PRINT_INVALID_PRINTER | 13100005 | Invalid printer.|
H A Djs-apis-print-sys.md232 | E_PRINT_INVALID_PRINTER | 13100005 | Invalid printer.|