Searched refs:APPLICATION_CREATED (Results 1 – 8 of 8) sorted by relevance
223 APPLICATION_CREATED = 0, enumerator
366 SetEnumProperty(env, object, "APPLICATION_CREATED", static_cast<int32_t>(APPLICATION_CREATED)); in NapiCreateApplicationEventEnum()
1004 if (event >= APPLICATION_CREATED && event <= APPLICATION_CLOSED_FOR_CANCELED) { in IsValidApplicationEvent()
946 | APPLICATION_CREATED | 0 | 表示打印应用被拉起的事件 |
2378 let event : print.ApplicationEvent = print.ApplicationEvent.APPLICATION_CREATED;
1974 if (event < APPLICATION_CREATED || event > APPLICATION_CLOSED_FOR_CANCELED) { in NotifyPrintServiceEvent()1981 case APPLICATION_CREATED: in NotifyPrintServiceEvent()
246 | APPLICATION_CREATED | 0 | Starts the print application.|2486 let event : print.ApplicationEvent = print.ApplicationEvent.APPLICATION_CREATED;
944 | APPLICATION_CREATED | 0 | Starts the print application.|