Home
last modified time | relevance | path

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

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h224 APPLICATION_CLOSED_FOR_STARTED = 1, enumerator
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp368 …v, object, "APPLICATION_CLOSED_FOR_STARTED", static_cast<int32_t>(APPLICATION_CLOSED_FOR_STARTED)); in NapiCreateApplicationEventEnum()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md947 | APPLICATION_CLOSED_FOR_STARTED | 1 | 表示由于点击打印而关于打印应用的事件 |
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md945 | APPLICATION_CLOSED_FOR_STARTED | 1 | Closes the print application by clicking **Start**.|
H A Djs-apis-print-sys.md247 | APPLICATION_CLOSED_FOR_STARTED | 1 | Closes the print application by clicking **Start**.|
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1998 case APPLICATION_CLOSED_FOR_STARTED: in NotifyPrintServiceEvent()