Home
last modified time | relevance | path

Searched refs:APPLICATION_CREATED (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/base/print/print_fwk/utils/include/
H A Dprint_constant.h223 APPLICATION_CREATED = 0, enumerator
/ohos5.0/base/print/print_fwk/interfaces/kits/napi/print_napi/src/
H A Dprint_module.cpp366 SetEnumProperty(env, object, "APPLICATION_CREATED", static_cast<int32_t>(APPLICATION_CREATED)); in NapiCreateApplicationEventEnum()
H A Dnapi_inner_print.cpp1004 if (event >= APPLICATION_CREATED && event <= APPLICATION_CLOSED_FOR_CANCELED) { in IsValidApplicationEvent()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print.md946 | APPLICATION_CREATED | 0 | 表示打印应用被拉起的事件 |
H A Djs-apis-print-sys.md2378 let event : print.ApplicationEvent = print.ApplicationEvent.APPLICATION_CREATED;
/ohos5.0/base/print/print_fwk/services/print_service/src/
H A Dprint_service_ability.cpp1974 if (event < APPLICATION_CREATED || event > APPLICATION_CLOSED_FOR_CANCELED) { in NotifyPrintServiceEvent()
1981 case APPLICATION_CREATED: in NotifyPrintServiceEvent()
/ohos5.0/docs/en/application-dev/reference/apis-basic-services-kit/
H A Djs-apis-print-sys.md246 | APPLICATION_CREATED | 0 | Starts the print application.|
2486 let event : print.ApplicationEvent = print.ApplicationEvent.APPLICATION_CREATED;
H A Djs-apis-print.md944 | APPLICATION_CREATED | 0 | Starts the print application.|