Home
last modified time | relevance | path

Searched defs:notification (Results 1 – 6 of 6) sorted by relevance

/napi_generator/src/tool/api/api_scan_IntelliJ_plugin/src/com/kh/scan/utils/
DGenNotification.java57 …Notification notification = new Notification("Generate.Result.Group", "Notes Message", content, ty… in notifyMessage() local
85 Notification notification = notificationGroup.createNotification("", type); in notifyGenResult() local
92 …ate static void addAction(Project project, List<FileInfo> newFileList, Notification notification) { in addAction()
/napi_generator/src/intellij_plugin/h2dts/ts_IntelliJ_plugin/src/com/sk/ts/utils/
DGenNotification.java62 Notification notification = notificationGroup.createNotification(content, type); in notifyMessage() local
89 Notification notification = notificationGroup.createNotification("", type); in notifyGenResult() local
96 …ate static void addAction(Project project, List<FileInfo> newFileList, Notification notification) { in addAction()
/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/utils/
DGenNotification.java61 Notification notification = notificationGroup.createNotification(content, type); in notifyMessage() local
88 Notification notification = notificationGroup.createNotification("", type); in notifyGenResult() local
95 …ate static void addAction(Project project, List<FileInfo> newFileList, Notification notification) { in addAction()
/napi_generator/src/intellij_plugin/cmake2gn/gn_IntelliJ_plugin/src/com/sk/gn/utils/
DGenNotification.java69 …Notification notification = new Notification("Generate.Result.Group", "Notes Message", content, ty… in notifyMessage() local
89 private static void addAction(Project project, String dirPath, Notification notification) { in addAction()
/napi_generator/src/intellij_plugin/h2sa/service_IntelliJ_plugin/src/com/sk/service/utils/
DGenNotification.java69 …Notification notification = new Notification("Generate.Result.Group", "Notes Message", content, ty… in notifyMessage() local
89 private static void addAction(Project project, String dirPath, Notification notification) { in addAction()
/napi_generator/src/intellij_plugin/h2dtscpp/native_IntelliJ_plugin/src/com/sk/na/utils/
DGenNotification.java55 Notification notification = notificationGroup.createNotification(content, type); in notifyMessage() local