Home
last modified time | relevance | path

Searched refs:PRINT_TASK_BLOCK (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
407 console.log('PRINT_TASK_BLOCK');
458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
459 console.log('PRINT_TASK_BLOCK');
839 | PRINT_TASK_BLOCK | 4 | 表示打印任务阻塞 |
/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h159 PRINT_TASK_BLOCK = 4, enumerator
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md406 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
407 console.log('PRINT_TASK_BLOCK');
458 } else if (state == print.PrintDocumentAdapterState.PRINT_TASK_BLOCK) {
459 console.log('PRINT_TASK_BLOCK');
837 | PRINT_TASK_BLOCK | 4 | The print job is blocked.|
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp204 SetEnumProperty(env, object, "PRINT_TASK_BLOCK", static_cast<int32_t>(PRINT_TASK_BLOCK)); in NapiCreateDocumentAdapterStateEnum()
/ohos5.0/base/print/print_fwk/test/unittest/fwk_print_service_ability_test/
H A Dprint_service_ability_test.cpp1981 EXPECT_EQ(state1, PRINT_TASK_BLOCK);
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp2611 printAdapterListeningState = PRINT_TASK_BLOCK; in GetListeningState()