Home
last modified time | relevance | path

Searched defs:callId (Results 1 – 25 of 149) sorted by relevance

123456

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/
H A DTGBrowserConnection.java41 public void open(final int callId,final TGBrowser browser){ in open()
64 public void close(final int callId){ in close()
87 public void cdRoot(final int callId){ in cdRoot()
108 public void cdUp(final int callId){ in cdUp()
129 public void cd(final int callId,final TGBrowserElement element){ in cd()
150 public void listElements(final int callId){ in listElements()
202 public void notifyCd(final int callId) { in notifyCd()
206 public void notifyClosed(final int callId) { in notifyClosed()
210 public void notifyElements(final int callId,List elements) { in notifyElements()
214 public void notifyError(final int callId,Throwable throwable) { in notifyError()
[all …]
H A DTGBrowserConnectionHandler.java12 public void notifyOpened(int callId); in notifyOpened()
14 public void notifyClosed(int callId); in notifyClosed()
16 public void notifyCd(int callId); in notifyCd()
18 public void notifyElements(int callId,List elements); in notifyElements()
20 public void notifyStream(int callId,InputStream stream,TGBrowserElement element); in notifyStream()
22 public void notifyError(int callId,Throwable throwable); in notifyError()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DInspectorBackendDispatcher.cpp283 void InspectorBackendDispatcher::Page_getCookies(long callId, InspectorObject*) in Page_getCookies()
678 void InspectorBackendDispatcher::Console_enable(long callId, InspectorObject*) in Console_enable()
713 void InspectorBackendDispatcher::Console_disable(long callId, InspectorObject*) in Console_disable()
851 void InspectorBackendDispatcher::Network_enable(long callId, InspectorObject*) in Network_enable()
883 void InspectorBackendDispatcher::Network_disable(long callId, InspectorObject*) in Network_disable()
989 void InspectorBackendDispatcher::Database_enable(long callId, InspectorObject*) in Database_enable()
1358 void InspectorBackendDispatcher::DOM_getDocument(long callId, InspectorObject*) in DOM_getDocument()
2704 void InspectorBackendDispatcher::Timeline_start(long callId, InspectorObject*) in Timeline_start()
2736 void InspectorBackendDispatcher::Timeline_stop(long callId, InspectorObject*) in Timeline_stop()
3710 void InspectorBackendDispatcher::Profiler_stop(long callId, InspectorObject*) in Profiler_stop()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Interop/
H A DINotifySink2.cs18 [In] CallId callId, in OnSyncCallOut()
24 [In] CallId callId, in OnSyncCallEnter()
30 [In] CallId callId, in OnSyncCallReturn()
36 [In] CallId callId, in OnSyncCallExit()
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/src/media/
H A DCSFMediaProvider.h42 virtual void onKeyFrameRequested(int callId) {} in onKeyFrameRequested()
43 virtual void onMediaLost(int callId) {} in onMediaLost()
44 virtual void onMediaRestored(int callId) {} in onMediaRestored()
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/src/media/
H A DCSFMediaProvider.h45 virtual void onKeyFrameRequested( int callId ) {} in onKeyFrameRequested()
46 virtual void onMediaLost( int callId ) {} in onMediaLost()
47 virtual void onMediaRestored( int callId ) {} in onMediaRestored()
/dports/net-im/kopete/kopete-21.12.3/protocols/skype/
H A Dskypecalldialog.cpp50 QString callId; member in SkypeCallDialogPrivate
77 SkypeCallDialog::SkypeCallDialog(const QString &callId, const QString &userId, SkypeAccount *accoun… in SkypeCallDialog()
130 void SkypeCallDialog::updateStatus(const QString &callId, const QString &status) { in updateStatus()
270 void SkypeCallDialog::updateError(const QString &callId, const QString &message) { in updateError()
333 void SkypeCallDialog::startReceivingVideo(const QString &callId) { in startReceivingVideo()
344 void SkypeCallDialog::stopReceivingVideo(const QString &callId) { in stopReceivingVideo()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/
H A DUnsafeNativeMethods.cs35 …internal static void OnSyncCallOut(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref … in OnSyncCallOut()
39 …internal static void OnSyncCallEnter(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_B… in OnSyncCallEnter()
43 …internal static void OnSyncCallReturn(INotifySink2 sink, CallId callId, byte[] in_pBuffer, int in_… in OnSyncCallReturn()
47 …internal static void OnSyncCallExit(INotifySink2 sink, CallId callId, out IntPtr out_ppBuffer, ref… in OnSyncCallExit()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/gui/tools/browser/dialog/
H A DTGBrowserDialog.java248 public void notifyOpened(int callId) { in notifyOpened()
258 public void notifyClosed(int callId) { in notifyClosed()
270 public void notifyError(int callId,Throwable throwable){ in notifyError()
278 public void notifyCd(int callId) { in notifyCd()
285 public void notifyElements(int callId,List elements) { in notifyElements()
293 public void notifyStream(int callId,final InputStream stream,final TGBrowserElement element) { in notifyStream()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/ipc/
H A DRetryCache.java67 private final int callId; field in RetryCache.CacheEntry
71 CacheEntry(byte[] clientId, int callId, long expirationTime) { in CacheEntry()
83 CacheEntry(byte[] clientId, int callId, long expirationTime, in CacheEntry()
154 CacheEntryWithPayload(byte[] clientId, int callId, Object payload, in CacheEntryWithPayload()
160 CacheEntryWithPayload(byte[] clientId, int callId, Object payload, in CacheEntryWithPayload()
305 public void addCacheEntry(byte[] clientId, int callId) { in addCacheEntry()
317 public void addCacheEntryWithPayload(byte[] clientId, int callId, in addCacheEntryWithPayload()
/dports/net-im/libquotient/libQuotient-0.6.8/lib/events/
H A Dcallanswerevent.cpp55 CallAnswerEvent::CallAnswerEvent(const QString& callId, const int lifetime, in CallAnswerEvent()
65 CallAnswerEvent::CallAnswerEvent(const QString& callId, const QString& sdp) in CallAnswerEvent()
H A Dcallhangupevent.cpp50 CallHangupEvent::CallHangupEvent(const QString& callId) in CallHangupEvent()
H A Dcallinviteevent.cpp55 CallInviteEvent::CallInviteEvent(const QString& callId, const int lifetime, in CallInviteEvent()
H A Dcallcandidatesevent.h32 explicit CallCandidatesEvent(const QString& callId, in CallCandidatesEvent()
H A Droomevent.cpp118 QJsonObject makeCallContentJson(const QString& callId, int version, in makeCallContentJson()
127 const QString& callId, int version, in CallEventBase()
H A Droomevent.h105 QString callId() const { return content<QString>("call_id"_ls); } in callId() function
/dports/net-im/spectral/libQuotient-58dfe74390ebdd8ec6611d3b8fecfe7d051ff955/lib/events/
H A Dcallanswerevent.cpp55 CallAnswerEvent::CallAnswerEvent(const QString& callId, const int lifetime, in CallAnswerEvent()
65 CallAnswerEvent::CallAnswerEvent(const QString& callId, const QString& sdp) in CallAnswerEvent()
H A Dcallhangupevent.cpp50 CallHangupEvent::CallHangupEvent(const QString& callId) in CallHangupEvent()
H A Dcallinviteevent.cpp55 CallInviteEvent::CallInviteEvent(const QString& callId, const int lifetime, in CallInviteEvent()
H A Dcallcandidatesevent.h32 explicit CallCandidatesEvent(const QString& callId, in CallCandidatesEvent()
H A Droomevent.cpp118 QJsonObject makeCallContentJson(const QString& callId, int version, in makeCallContentJson()
127 const QString& callId, int version, in CallEventBase()
H A Droomevent.h105 QString callId() const { return content<QString>("call_id"_ls); } in callId() function
/dports/devel/cppcheck-gui/cppcheck-2.6.3/lib/
H A Dctu.h68 …CallBase(const std::string &callId, int callArgNr, const std::string &callFunctionName, const Loca… in CallBase()
73 std::string callId; variable
98 …NestedCall(const std::string &myId, nonneg int myArgNr, const std::string &callId, nonneg int call… in NestedCall()
/dports/devel/cppcheck/cppcheck-2.6.3/lib/
H A Dctu.h68 …CallBase(const std::string &callId, int callArgNr, const std::string &callFunctionName, const Loca… in CallBase()
73 std::string callId; variable
98 …NestedCall(const std::string &myId, nonneg int myArgNr, const std::string &callId, nonneg int call… in NestedCall()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Diagnostics/
H A DTraceUtility.cs227 internal static void Enter(string callId, TraceMethod caller) { in Enter()
231 internal static void Enter(string callId, TraceMethod caller, List<string> details) { in Enter()
235 internal static void Enter(string callId, TraceMethod caller, TraceMethod callDetails) { in Enter()
239 …internal static void Enter(string callId, TraceMethod caller, TraceMethod callDetails, List<string… in Enter()
262 internal static void Exit(string callId, TraceMethod caller) { in Exit()

123456