Searched refs:E_PRINT_INVALID_PRINTER (Results 1 - 5 of 5) sorted by relevance
/base/print/print_fwk/utils/include/ |
H A D | print_constant.h | 73 E_PRINT_INVALID_PRINTER = 13100005, enumerator
|
/base/print/print_fwk/services/print_service/src/ |
H A D | print_service_ability.cpp | 399 return E_PRINT_INVALID_PRINTER; in DisconnectPrinter() 652 return E_PRINT_INVALID_PRINTER; in QueryPrinterInfoByPrinterId() 681 return E_PRINT_INVALID_PRINTER; in QueryPrinterProperties() 765 return E_PRINT_INVALID_PRINTER; in QueryPrinterCapabilityByUri() 772 return E_PRINT_INVALID_PRINTER; in QueryPrinterCapabilityByUri() 903 return E_PRINT_INVALID_PRINTER; in GetPrinterPreference() 921 return E_PRINT_INVALID_PRINTER; in SetPrinterPreference() 944 return E_PRINT_INVALID_PRINTER; in SetPrinterPreference() 1139 return E_PRINT_INVALID_PRINTER; in StartNativePrintJob() 1586 return E_PRINT_INVALID_PRINTER; in UpdatePrinterState() [all...] |
/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); in HWTEST_F() 410 EXPECT_EQ(service->DisconnectPrinter(printerId), E_PRINT_INVALID_PRINTER); in HWTEST_F() 691 EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER); in HWTEST_F() 696 EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER); in HWTEST_F() 706 EXPECT_EQ(service->QueryPrinterInfoByPrinterId(printerId, info), E_PRINT_INVALID_PRINTER); in HWTEST_F() 798 EXPECT_EQ(service->StartNativePrintJob(printJob), E_PRINT_INVALID_PRINTER); in HWTEST_F() 930 EXPECT_EQ(service->UpdatePrinterState(printerId, state), E_PRINT_INVALID_PRINTER); in HWTEST_F() 933 EXPECT_EQ(service->UpdatePrinterState(printerId, state), E_PRINT_INVALID_PRINTER); in HWTEST_F() 1186 EXPECT_EQ(service->QueryPrinterInfoByPrinterId(printerId, info), E_PRINT_INVALID_PRINTER); in HWTEST_F() 1218 EXPECT_EQ(service->QueryPrinterProperties(printerId, keyList, valueList), E_PRINT_INVALID_PRINTER); in HWTEST_F() [all...] |
/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() 209 errorText = "E_PRINT_INVALID_PRINTER"; in GetErrorText()
|
H A D | print_module.cpp | 251 SetEnumProperty(env, object, "E_PRINT_INVALID_PRINTER", static_cast<int32_t>(E_PRINT_INVALID_PRINTER)); in NapiCreatePrintErrorCodeEnum()
|
Completed in 10 milliseconds