Home
last modified time | relevance | path

Searched refs:messageReceived (Results 1 – 25 of 974) sorted by relevance

12345678910>>...39

/dports/audio/cantata/cantata-2.4.2/3rdparty/qtsingleapplication/
H A Dqtsinglecoreapplication.cpp83 connect(peer, SIGNAL(messageReceived(const QString&)), SIGNAL(messageReceived(const QString&))); in QtSingleCoreApplication()
84 …connect(peer, SIGNAL(messageReceived(const QByteArray&)), SIGNAL(messageReceived(const QByteArray&… in QtSingleCoreApplication()
85 connect(peer, SIGNAL(messageReceived(const char*)), SIGNAL(messageReceived(const char*))); in QtSingleCoreApplication()
98 connect(peer, SIGNAL(messageReceived(const QString&)), SIGNAL(messageReceived(const QString&))); in QtSingleCoreApplication()
99 …connect(peer, SIGNAL(messageReceived(const QByteArray&)), SIGNAL(messageReceived(const QByteArray&… in QtSingleCoreApplication()
100 connect(peer, SIGNAL(messageReceived(const char*)), SIGNAL(messageReceived(const char*))); in QtSingleCoreApplication()
H A Dqtsingleapplication.patch69 + emit messageReceived(QString::fromUtf8(uMsg));
93 void messageReceived(const QString &message);
94 + void messageReceived(const QByteArray &message);
134 … connect(peer, SIGNAL(messageReceived(const QString&)), SIGNAL(messageReceived(const QString&)));
135 + connect(peer, SIGNAL(messageReceived(const QByteArray&)), SIGNAL(messageReceived(const QByteAr…
180 void messageReceived(const QString &message);
191 … connect(peer, SIGNAL(messageReceived(const QString&)), SIGNAL(messageReceived(const QString&)));
192 + connect(peer, SIGNAL(messageReceived(const QByteArray&)), SIGNAL(messageReceived(const QByteAr…
199 … connect(peer, SIGNAL(messageReceived(const QString&)), SIGNAL(messageReceived(const QString&)));
200 + connect(peer, SIGNAL(messageReceived(const QByteArray&)), SIGNAL(messageReceived(const QByteAr…
[all …]
H A Dqtsingleapplication.cpp146 connect(peer, SIGNAL(messageReceived(const QString&)), SIGNAL(messageReceived(const QString&))); in sysInit()
147 …connect(peer, SIGNAL(messageReceived(const QByteArray&)), SIGNAL(messageReceived(const QByteArray&… in sysInit()
148 connect(peer, SIGNAL(messageReceived(const char*)), SIGNAL(messageReceived(const char*))); in sysInit()
307 connect(peer, SIGNAL(messageReceived(const QString&)), this, SLOT(activateWindow())); in setActivationWindow()
308 connect(peer, SIGNAL(messageReceived(const QByteArray&)), this, SLOT(activateWindow())); in setActivationWindow()
309 connect(peer, SIGNAL(messageReceived(const char*)), this, SLOT(activateWindow())); in setActivationWindow()
312 disconnect(peer, SIGNAL(messageReceived(const QString&)), this, SLOT(activateWindow())); in setActivationWindow()
313 disconnect(peer, SIGNAL(messageReceived(const QByteArray&)), this, SLOT(activateWindow())); in setActivationWindow()
314 disconnect(peer, SIGNAL(messageReceived(const char*)), this, SLOT(activateWindow())); in setActivationWindow()
/dports/net-im/signal-cli/signal-cli-0.9.0/src/main/java/org/asamk/signal/json/
H A DJsonDataMessage.java116 public JsonDataMessage(Signal.MessageReceived messageReceived) { in JsonDataMessage() argument
117 timestamp = messageReceived.getTimestamp(); in JsonDataMessage()
118 message = messageReceived.getMessage(); in JsonDataMessage()
119 …groupInfo = messageReceived.getGroupId().length > 0 ? new JsonGroupInfo(messageReceived.getGroupId… in JsonDataMessage()
128 …attachments = messageReceived.getAttachments().stream().map(JsonAttachment::new).collect(Collector… in JsonDataMessage()
131 public JsonDataMessage(Signal.SyncMessageReceived messageReceived) { in JsonDataMessage() argument
132 timestamp = messageReceived.getTimestamp(); in JsonDataMessage()
133 message = messageReceived.getMessage(); in JsonDataMessage()
134 …groupInfo = messageReceived.getGroupId().length > 0 ? new JsonGroupInfo(messageReceived.getGroupId… in JsonDataMessage()
143 …attachments = messageReceived.getAttachments().stream().map(JsonAttachment::new).collect(Collector… in JsonDataMessage()
/dports/net-im/signal-cli/signal-cli-0.9.0/src/main/java/org/asamk/signal/commands/
H A DReceiveCommand.java64 … dbusconnection.addSigHandler(Signal.MessageReceived.class, signal, messageReceived -> { in handleCommand()
65 var envelope = new JsonMessageEnvelope(messageReceived); in handleCommand()
84 … dbusconnection.addSigHandler(Signal.MessageReceived.class, signal, messageReceived -> { in handleCommand()
85 writer.println("Envelope from: {}", messageReceived.getSender()); in handleCommand()
86 … writer.println("Timestamp: {}", DateUtils.formatTimestamp(messageReceived.getTimestamp())); in handleCommand()
87 writer.println("Body: {}", messageReceived.getMessage()); in handleCommand()
88 if (messageReceived.getGroupId().length > 0) { in handleCommand()
91 … .println("Id: {}", Base64.getEncoder().encodeToString(messageReceived.getGroupId())); in handleCommand()
93 if (messageReceived.getAttachments().size() > 0) { in handleCommand()
95 for (var attachment : messageReceived.getAttachments()) { in handleCommand()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/monitor/
H A DNonComparableAttributeValueTest.java43 private volatile boolean messageReceived = false; field in NonComparableAttributeValueTest
75 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
220 if (messageReceived) { in gaugeMonitorNotification()
294 if (messageReceived) { in stringMonitorNotification()
313 messageReceived = false; in monitorNotifications()
316 messageReceived = false; in monitorNotifications()
319 messageReceived = false; in monitorNotifications()
336 while (!messageReceived) { in doWait()
H A DRuntimeExceptionTest.java92 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
153 messageReceived = false; in counterMonitorNotification()
210 if (messageReceived) { in gaugeMonitorNotification()
218 messageReceived = false; in gaugeMonitorNotification()
274 if (messageReceived) { in stringMonitorNotification()
282 messageReceived = false; in stringMonitorNotification()
350 while (!messageReceived) { in doWait()
362 private volatile boolean messageReceived = false; field in RuntimeExceptionTest
H A DReflectionExceptionTest.java94 messageReceived = true; in handleNotification()
147 if (messageReceived) { in counterMonitorNotification()
155 messageReceived = false; in counterMonitorNotification()
212 if (messageReceived) { in gaugeMonitorNotification()
220 messageReceived = false; in gaugeMonitorNotification()
276 if (messageReceived) { in stringMonitorNotification()
284 messageReceived = false; in stringMonitorNotification()
353 while (!messageReceived) { in doWait()
365 private volatile boolean messageReceived = false; field in ReflectionExceptionTest
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/management/monitor/
H A DRuntimeExceptionTest.java92 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
153 messageReceived = false; in counterMonitorNotification()
210 if (messageReceived) { in gaugeMonitorNotification()
218 messageReceived = false; in gaugeMonitorNotification()
274 if (messageReceived) { in stringMonitorNotification()
282 messageReceived = false; in stringMonitorNotification()
350 while (!messageReceived) { in doWait()
362 private volatile boolean messageReceived = false; field in RuntimeExceptionTest
H A DNonComparableAttributeValueTest.java43 private volatile boolean messageReceived = false; field in NonComparableAttributeValueTest
75 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
220 if (messageReceived) { in gaugeMonitorNotification()
294 if (messageReceived) { in stringMonitorNotification()
313 messageReceived = false; in monitorNotifications()
316 messageReceived = false; in monitorNotifications()
319 messageReceived = false; in monitorNotifications()
336 while (!messageReceived) { in doWait()
H A DReflectionExceptionTest.java94 messageReceived = true; in handleNotification()
147 if (messageReceived) { in counterMonitorNotification()
155 messageReceived = false; in counterMonitorNotification()
212 if (messageReceived) { in gaugeMonitorNotification()
220 messageReceived = false; in gaugeMonitorNotification()
276 if (messageReceived) { in stringMonitorNotification()
284 messageReceived = false; in stringMonitorNotification()
353 while (!messageReceived) { in doWait()
365 private volatile boolean messageReceived = false; field in ReflectionExceptionTest
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/management/monitor/
H A DReflectionExceptionTest.java94 messageReceived = true; in handleNotification()
147 if (messageReceived) { in counterMonitorNotification()
155 messageReceived = false; in counterMonitorNotification()
212 if (messageReceived) { in gaugeMonitorNotification()
220 messageReceived = false; in gaugeMonitorNotification()
276 if (messageReceived) { in stringMonitorNotification()
284 messageReceived = false; in stringMonitorNotification()
353 while (!messageReceived) { in doWait()
365 private volatile boolean messageReceived = false; field in ReflectionExceptionTest
H A DNonComparableAttributeValueTest.java43 private volatile boolean messageReceived = false; field in NonComparableAttributeValueTest
75 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
220 if (messageReceived) { in gaugeMonitorNotification()
294 if (messageReceived) { in stringMonitorNotification()
313 messageReceived = false; in monitorNotifications()
316 messageReceived = false; in monitorNotifications()
319 messageReceived = false; in monitorNotifications()
336 while (!messageReceived) { in doWait()
H A DRuntimeExceptionTest.java92 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
153 messageReceived = false; in counterMonitorNotification()
210 if (messageReceived) { in gaugeMonitorNotification()
218 messageReceived = false; in gaugeMonitorNotification()
274 if (messageReceived) { in stringMonitorNotification()
282 messageReceived = false; in stringMonitorNotification()
350 while (!messageReceived) { in doWait()
362 private volatile boolean messageReceived = false; field in RuntimeExceptionTest
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/management/monitor/
H A DNonComparableAttributeValueTest.java43 private volatile boolean messageReceived = false; field in NonComparableAttributeValueTest
75 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
220 if (messageReceived) { in gaugeMonitorNotification()
294 if (messageReceived) { in stringMonitorNotification()
313 messageReceived = false; in monitorNotifications()
316 messageReceived = false; in monitorNotifications()
319 messageReceived = false; in monitorNotifications()
336 while (!messageReceived) { in doWait()
H A DReflectionExceptionTest.java94 messageReceived = true; in handleNotification()
147 if (messageReceived) { in counterMonitorNotification()
155 messageReceived = false; in counterMonitorNotification()
212 if (messageReceived) { in gaugeMonitorNotification()
220 messageReceived = false; in gaugeMonitorNotification()
276 if (messageReceived) { in stringMonitorNotification()
284 messageReceived = false; in stringMonitorNotification()
353 while (!messageReceived) { in doWait()
365 private volatile boolean messageReceived = false; field in ReflectionExceptionTest
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/management/monitor/
H A DNonComparableAttributeValueTest.java43 private volatile boolean messageReceived = false; field in NonComparableAttributeValueTest
75 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
220 if (messageReceived) { in gaugeMonitorNotification()
294 if (messageReceived) { in stringMonitorNotification()
313 messageReceived = false; in monitorNotifications()
316 messageReceived = false; in monitorNotifications()
319 messageReceived = false; in monitorNotifications()
336 while (!messageReceived) { in doWait()
H A DRuntimeExceptionTest.java92 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
153 messageReceived = false; in counterMonitorNotification()
210 if (messageReceived) { in gaugeMonitorNotification()
218 messageReceived = false; in gaugeMonitorNotification()
274 if (messageReceived) { in stringMonitorNotification()
282 messageReceived = false; in stringMonitorNotification()
350 while (!messageReceived) { in doWait()
362 private volatile boolean messageReceived = false; field in RuntimeExceptionTest
H A DReflectionExceptionTest.java94 messageReceived = true; in handleNotification()
147 if (messageReceived) { in counterMonitorNotification()
155 messageReceived = false; in counterMonitorNotification()
212 if (messageReceived) { in gaugeMonitorNotification()
220 messageReceived = false; in gaugeMonitorNotification()
276 if (messageReceived) { in stringMonitorNotification()
284 messageReceived = false; in stringMonitorNotification()
353 while (!messageReceived) { in doWait()
365 private volatile boolean messageReceived = false; field in ReflectionExceptionTest
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/management/monitor/
H A DReflectionExceptionTest.java94 messageReceived = true; in getStringAttribute()
147 if (messageReceived) { in getStringAttribute()
155 messageReceived = false; in getStringAttribute()
212 if (messageReceived) { in getStringAttribute()
220 messageReceived = false; in getStringAttribute()
276 if (messageReceived) { in getStringAttribute()
284 messageReceived = false; in getStringAttribute()
353 while (!messageReceived) { in getStringAttribute()
365 private volatile boolean messageReceived = false; in getStringAttribute()
H A DNonComparableAttributeValueTest.java43 private volatile boolean messageReceived = false;
75 messageReceived = true;
145 if (messageReceived) {
220 if (messageReceived) { in getCounterValue()
294 if (messageReceived) {
313 messageReceived = false;
316 messageReceived = false;
319 messageReceived = false;
336 while (!messageReceived) {
H A DRuntimeExceptionTest.java92 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
153 messageReceived = false; in counterMonitorNotification()
210 if (messageReceived) { in gaugeMonitorNotification()
218 messageReceived = false; in gaugeMonitorNotification()
274 if (messageReceived) { in stringMonitorNotification()
282 messageReceived = false; in stringMonitorNotification()
350 while (!messageReceived) { in doWait()
362 private volatile boolean messageReceived = false; field in RuntimeExceptionTest
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/javax/management/monitor/
H A DReflectionExceptionTest.java94 messageReceived = true; in handleNotification()
147 if (messageReceived) { in counterMonitorNotification()
155 messageReceived = false; in counterMonitorNotification()
212 if (messageReceived) { in gaugeMonitorNotification()
220 messageReceived = false; in gaugeMonitorNotification()
276 if (messageReceived) { in stringMonitorNotification()
284 messageReceived = false; in stringMonitorNotification()
353 while (!messageReceived) { in doWait()
365 private volatile boolean messageReceived = false; field in ReflectionExceptionTest
H A DRuntimeExceptionTest.java92 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
153 messageReceived = false; in counterMonitorNotification()
210 if (messageReceived) { in gaugeMonitorNotification()
218 messageReceived = false; in gaugeMonitorNotification()
274 if (messageReceived) { in stringMonitorNotification()
282 messageReceived = false; in stringMonitorNotification()
350 while (!messageReceived) { in doWait()
362 private volatile boolean messageReceived = false; field in RuntimeExceptionTest
H A DNonComparableAttributeValueTest.java43 private volatile boolean messageReceived = false; field in NonComparableAttributeValueTest
75 messageReceived = true; in handleNotification()
145 if (messageReceived) { in counterMonitorNotification()
220 if (messageReceived) { in gaugeMonitorNotification()
294 if (messageReceived) { in stringMonitorNotification()
313 messageReceived = false; in monitorNotifications()
316 messageReceived = false; in monitorNotifications()
319 messageReceived = false; in monitorNotifications()
336 while (!messageReceived) { in doWait()

12345678910>>...39