Home
last modified time | relevance | path

Searched refs:callbackId (Results 1 – 25 of 163) sorted by relevance

1234567

/dports/misc/sword/sword-1.8.1/bindings/cordova/org.crosswire.sword.cordova.SWORD/src/ios/
H A DSWORD.swift136 …commandDelegate!.send(CDVPluginResult(status: CDVCommandStatus_OK), callbackId: command.callbackId) in SWMgr_getModuleByName()
242 self.commandDelegate!.send(pluginResult, callbackId: command.callbackId) in HTTPUtils_makeRequest()
247 self.commandDelegate!.send(pluginResult, callbackId: command.callbackId) in HTTPUtils_makeRequest()
418 callbackID = command.callbackId in SWModule_sendText()
423 self.commandDelegate!.send(result, callbackId: command.callbackId) in SWModule_sendText()
447 self.commandDelegate!.send(pluginResult, callbackId: command.callbackId) in SWMgr_registerBibleSyncListener()
592 self.commandDelegate!.send(result, callbackId: command.callbackId) in SWModule_search()
597 self.commandDelegate!.send(result, callbackId: command.callbackId) in SWModule_search()
658 callbackID = command.callbackId in InstallMgr_remoteInstallModule()
673 self.commandDelegate!.send(result, callbackId: command.callbackId) in InstallMgr_remoteInstallModule()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/java/src/org/chromium/android_webview/
H A DAwQuotaManagerBridge.java93 int callbackId = getNextId(); in getOrigins() local
94 assert mPendingGetOriginCallbacks.get(callbackId) == null; in getOrigins()
95 mPendingGetOriginCallbacks.put(callbackId, callback); in getOrigins()
105 int callbackId = getNextId(); in getQuotaForOrigin() local
107 mPendingGetQuotaForOriginCallbacks.put(callbackId, callback); in getQuotaForOrigin()
117 int callbackId = getNextId(); in getUsageForOrigin() local
127 assert mPendingGetOriginCallbacks.get(callbackId) != null; in onGetOriginsCallback()
129 mPendingGetOriginCallbacks.remove(callbackId); in onGetOriginsCallback()
138 mPendingGetQuotaForOriginCallbacks.remove(callbackId); in onGetUsageAndQuotaForOriginCallback()
142 mPendingGetUsageForOriginCallbacks.remove(callbackId); in onGetUsageAndQuotaForOriginCallback()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/net/
H A Dcookie_monster_delegate_qt.cpp129 void CookieMonsterDelegateQt::getAllCookies(quint64 callbackId) in getAllCookies() argument
144 if (callbackId != CallbackDirectory::NoCallbackId) in setCookie()
145 …callback = base::BindOnce(&CookieMonsterDelegateQt::SetCookieCallbackOnUIThread, this, callbackId); in setCookie()
170 void CookieMonsterDelegateQt::deleteSessionCookies(quint64 callbackId) in deleteSessionCookies() argument
176 base::BindOnce(&CookieMonsterDelegateQt::DeleteCookiesCallbackOnUIThread, this, callbackId); in deleteSessionCookies()
182 void CookieMonsterDelegateQt::deleteAllCookies(quint64 callbackId) in deleteAllCookies() argument
188 base::BindOnce(&CookieMonsterDelegateQt::DeleteCookiesCallbackOnUIThread, this, callbackId); in deleteAllCookies()
272 m_client->d_func()->onGetAllCallbackResult(callbackId, rawCookies); in GetAllCookiesCallbackOnUIThread()
278 m_client->d_func()->onSetCallbackResult(callbackId, status.IsInclude()); in SetCookieCallbackOnUIThread()
281 void CookieMonsterDelegateQt::DeleteCookiesCallbackOnUIThread(qint64 callbackId, uint numCookies) in DeleteCookiesCallbackOnUIThread() argument
[all …]
H A Dcookie_monster_delegate_qt.h104 void setCookie(quint64 callbackId, const QNetworkCookie &cookie, const QUrl &origin); in QT_FORWARD_DECLARE_CLASS()
106 void getAllCookies(quint64 callbackId); in QT_FORWARD_DECLARE_CLASS()
107 void deleteSessionCookies(quint64 callbackId); in QT_FORWARD_DECLARE_CLASS()
108 void deleteAllCookies(quint64 callbackId); in QT_FORWARD_DECLARE_CLASS()
122 void GetAllCookiesCallbackOnUIThread(qint64 callbackId, const net::CookieList &cookies); in QT_FORWARD_DECLARE_CLASS()
123 …void SetCookieCallbackOnUIThread(qint64 callbackId, net::CanonicalCookie::CookieInclusionStatus st… in QT_FORWARD_DECLARE_CLASS()
124 void DeleteCookiesCallbackOnUIThread(qint64 callbackId, uint numCookies); in QT_FORWARD_DECLARE_CLASS()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/chromeos/login/discover/modules/
H A Ddiscover_module_pin_setup.cc38 void HandleGetUserPassword(const std::string& callbackId);
39 void HandleGetHasLoginSupport(const std::string& callbackId);
42 void OnPinLoginAvailable(const std::string& callbackId, bool is_available);
112 const std::string& callbackId) { in HandleGetUserPassword() argument
113 CallJS("window.discoverReturn", callbackId, in HandleGetUserPassword()
119 const std::string& callbackId, in OnPinLoginAvailable() argument
121 CallJS("window.discoverReturn", callbackId, is_available); in OnPinLoginAvailable()
125 const std::string& callbackId) { in HandleGetHasLoginSupport() argument
128 weak_factory_.GetWeakPtr(), callbackId)); in HandleGetHasLoginSupport()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/chrome/browser/ui/webui/chromeos/login/discover/modules/
H A Ddiscover_module_pin_setup.cc38 void HandleGetUserPassword(const std::string& callbackId);
39 void HandleGetHasLoginSupport(const std::string& callbackId);
42 void OnPinLoginAvailable(const std::string& callbackId, bool is_available);
112 const std::string& callbackId) { in HandleGetUserPassword() argument
113 CallJS("window.discoverReturn", callbackId, in HandleGetUserPassword()
119 const std::string& callbackId, in OnPinLoginAvailable() argument
121 CallJS("window.discoverReturn", callbackId, is_available); in OnPinLoginAvailable()
125 const std::string& callbackId) { in HandleGetHasLoginSupport() argument
128 weak_factory_.GetWeakPtr(), callbackId)); in HandleGetHasLoginSupport()
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/java/org/chromium/weblayer_private/
H A DDownloadCallbackProxy.java59 String requestInitiator, long callbackId) throws RemoteException { in allowDownload() argument
62 continueAllowDownload(url, requestMethod, requestInitiator, callbackId); in allowDownload()
69 DownloadCallbackProxyJni.get().allowDownload(callbackId, false); in allowDownload()
74 continueAllowDownload(url, requestMethod, requestInitiator, callbackId); in allowDownload()
81 long callbackId) throws RemoteException { in continueAllowDownload() argument
83 DownloadCallbackProxyJni.get().allowDownload(callbackId, true); in continueAllowDownload()
88 DownloadCallbackProxyJni.get().allowDownload(callbackId, true); in continueAllowDownload()
99 DownloadCallbackProxyJni.get().allowDownload(callbackId, result); in continueAllowDownload()
148 void allowDownload(long callbackId, boolean allow); in allowDownload() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/safe_browsing/android/java/src/org/chromium/components/safe_browsing/
H A DSafeBrowsingApiBridge.java55 long callbackId, int resultStatus, String metadata, long checkDelta) { in create()
57 callbackId, resultStatus, metadata, checkDelta); in create()
68 SafeBrowsingApiHandler handler, long callbackId, String uri, int[] threatsOfInterest) { in startUriLookup() argument
72 handler.startUriLookup(callbackId, uri, threatsOfInterest); in startUriLookup()
92 void onUrlCheckDone(long callbackId, int resultStatus, String metadata, long checkDelta); in onUrlCheckDone() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/core/api/
H A Dqwebenginecookiestore.cpp99 if (cookieData.callbackId == CallbackDirectory::DeleteCookieCallbackId) in processPendingUserCookies()
102 delegate->setCookie(cookieData.callbackId, cookieData.cookie, cookieData.origin); in processPendingUserCookies()
173 void QWebEngineCookieStorePrivate::onGetAllCallbackResult(qint64 callbackId, const QByteArray &cook… in onGetAllCallbackResult() argument
175 callbackDirectory.invoke(callbackId, cookieList); in onGetAllCallbackResult()
177 void QWebEngineCookieStorePrivate::onSetCallbackResult(qint64 callbackId, bool success) in onSetCallbackResult() argument
179 callbackDirectory.invoke(callbackId, success); in onSetCallbackResult()
182 void QWebEngineCookieStorePrivate::onDeleteCallbackResult(qint64 callbackId, int numCookies) in onDeleteCallbackResult() argument
184 callbackDirectory.invoke(callbackId, numCookies); in onDeleteCallbackResult()
H A Dqwebenginecallback_p.h76 void invokeInternal(quint64 callbackId, T result);
104 void registerCallback(quint64 callbackId, const QWebEngineCallback<T> &callback);
110 …void invoke(quint64 callbackId, Type result) { invokeInternal<Type>(callbackId, std::forward<Type>…
166 inline void CallbackDirectory::registerCallback(quint64 callbackId, const QWebEngineCallback<T> &ca… in registerCallback() argument
170 m_callbackMap.insert(callbackId, new CallbackSharedDataPointer<T>(this, callback.d.data())); in registerCallback()
174 inline void CallbackDirectory::invokeInternal(quint64 callbackId, T result) in invokeInternal() argument
176 CallbackSharedDataPointerBase *const sharedPtrBase = m_callbackMap.take(callbackId); in invokeInternal()
H A Dqwebenginecookiestore_p.h72 quint64 callbackId; member
102 void onGetAllCallbackResult(qint64 callbackId, const QByteArray &cookieList);
103 void onSetCallbackResult(qint64 callbackId, bool success);
104 void onDeleteCallbackResult(qint64 callbackId, int numCookies);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/safe_browsing/android/java/src/org/chromium/components/safe_browsing/
H A DSafeBrowsingApiBridge.java55 long callbackId, int resultStatus, String metadata, long checkDelta) { in create()
57 callbackId, resultStatus, metadata, checkDelta); in create()
76 SafeBrowsingApiHandler handler, long callbackId, String uri, int[] threatsOfInterest) { in startUriLookup() argument
80 handler.startUriLookup(callbackId, uri, threatsOfInterest); in startUriLookup()
100 void onUrlCheckDone(long callbackId, int resultStatus, String metadata, long checkDelta); in onUrlCheckDone() argument
/dports/www/qt5-webview/kde-qtwebview-5.15.2p2/src/webview/
H A Dqquickwebview.cpp59 QJSValue takeCallback(int callbackId) in takeCallback() argument
62 return m_callbacks.take(callbackId); in takeCallback()
303 const int callbackId = callback.isCallable() ? callbacks->insertCallback(callback) in runJavaScript() local
305 runJavaScriptPrivate(script, callbackId); in runJavaScript()
308 void QQuickWebView::runJavaScriptPrivate(const QString &script, int callbackId) in runJavaScriptPrivate() argument
310 m_webView->runJavaScriptPrivate(script, callbackId); in runJavaScriptPrivate()
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DTelldusFunctions.h11 typedef void (WINAPI *TDDeviceEvent)(int deviceId, int method, const char *data, int callbackId, vo…
12 typedef void (WINAPI *TDRawDeviceEvent)(const char *data, int controllerId, int callbackId, void *c…
13 …har *model, int id, int dataType, const char *value, int timestamp, int callbackId, void *context);
23 int (WINAPI *UnregisterCallback)(int callbackId);
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxQMgrDispatcher.c126 IxQMgrCallbackId callbackId; /* Notification callback identifier */ member
206 dispatchQInfo[i].callbackId = 0; in ixQMgrDispatcherInit()
311 IxQMgrCallbackId callbackId) in ixQMgrNotificationCallbackSet() argument
323 dispatchQInfo[qId].callbackId = 0; in ixQMgrNotificationCallbackSet()
328 dispatchQInfo[qId].callbackId = callbackId; in ixQMgrNotificationCallbackSet()
608 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
667 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
712 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
735 dispatchQInfo[qIndex].callbackId); in ixQMgrDispatcherLoopRunA0()
812 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunB0()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxQMgrDispatcher.c126 IxQMgrCallbackId callbackId; /* Notification callback identifier */ member
206 dispatchQInfo[i].callbackId = 0; in ixQMgrDispatcherInit()
311 IxQMgrCallbackId callbackId) in ixQMgrNotificationCallbackSet() argument
323 dispatchQInfo[qId].callbackId = 0; in ixQMgrNotificationCallbackSet()
328 dispatchQInfo[qId].callbackId = callbackId; in ixQMgrNotificationCallbackSet()
608 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
667 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
712 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
735 dispatchQInfo[qIndex].callbackId); in ixQMgrDispatcherLoopRunA0()
812 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunB0()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxQMgrDispatcher.c126 IxQMgrCallbackId callbackId; /* Notification callback identifier */ member
206 dispatchQInfo[i].callbackId = 0; in ixQMgrDispatcherInit()
311 IxQMgrCallbackId callbackId) in ixQMgrNotificationCallbackSet() argument
323 dispatchQInfo[qId].callbackId = 0; in ixQMgrNotificationCallbackSet()
328 dispatchQInfo[qId].callbackId = callbackId; in ixQMgrNotificationCallbackSet()
608 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
667 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
712 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
735 dispatchQInfo[qIndex].callbackId); in ixQMgrDispatcherLoopRunA0()
812 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunB0()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxQMgrDispatcher.c126 IxQMgrCallbackId callbackId; /* Notification callback identifier */ member
206 dispatchQInfo[i].callbackId = 0; in ixQMgrDispatcherInit()
311 IxQMgrCallbackId callbackId) in ixQMgrNotificationCallbackSet() argument
323 dispatchQInfo[qId].callbackId = 0; in ixQMgrNotificationCallbackSet()
328 dispatchQInfo[qId].callbackId = callbackId; in ixQMgrNotificationCallbackSet()
608 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
667 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
712 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
735 dispatchQInfo[qIndex].callbackId); in ixQMgrDispatcherLoopRunA0()
812 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunB0()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxQMgrDispatcher.c126 IxQMgrCallbackId callbackId; /* Notification callback identifier */ member
206 dispatchQInfo[i].callbackId = 0; in ixQMgrDispatcherInit()
311 IxQMgrCallbackId callbackId) in ixQMgrNotificationCallbackSet() argument
323 dispatchQInfo[qId].callbackId = 0; in ixQMgrNotificationCallbackSet()
328 dispatchQInfo[qId].callbackId = callbackId; in ixQMgrNotificationCallbackSet()
608 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
667 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
712 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
735 dispatchQInfo[qIndex].callbackId); in ixQMgrDispatcherLoopRunA0()
812 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunB0()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxQMgrDispatcher.c126 IxQMgrCallbackId callbackId; /* Notification callback identifier */ member
206 dispatchQInfo[i].callbackId = 0; in ixQMgrDispatcherInit()
311 IxQMgrCallbackId callbackId) in ixQMgrNotificationCallbackSet() argument
323 dispatchQInfo[qId].callbackId = 0; in ixQMgrNotificationCallbackSet()
328 dispatchQInfo[qId].callbackId = callbackId; in ixQMgrNotificationCallbackSet()
608 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
667 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
712 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
735 dispatchQInfo[qIndex].callbackId); in ixQMgrDispatcherLoopRunA0()
812 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunB0()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/
H A DIxQMgrDispatcher.c126 IxQMgrCallbackId callbackId; /* Notification callback identifier */ member
206 dispatchQInfo[i].callbackId = 0; in ixQMgrDispatcherInit()
311 IxQMgrCallbackId callbackId) in ixQMgrNotificationCallbackSet() argument
323 dispatchQInfo[qId].callbackId = 0; in ixQMgrNotificationCallbackSet()
328 dispatchQInfo[qId].callbackId = callbackId; in ixQMgrNotificationCallbackSet()
608 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
667 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
712 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunA0()
735 dispatchQInfo[qIndex].callbackId); in ixQMgrDispatcherLoopRunA0()
812 currDispatchQInfo->callbackId); in ixQMgrDispatcherLoopRunB0()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/weblayer/browser/java/org/chromium/weblayer_private/
H A DDownloadCallbackProxy.java55 long callbackId) throws RemoteException { in allowDownload() argument
57 DownloadCallbackProxyJni.get().allowDownload(callbackId, true); in allowDownload()
62 DownloadCallbackProxyJni.get().allowDownload(callbackId, false); in allowDownload()
72 DownloadCallbackProxyJni.get().allowDownload(callbackId, result); in allowDownload()
120 void allowDownload(long callbackId, boolean allow); in allowDownload() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/android/java/src/org/chromium/media/
H A DVideoCapture.java84 public abstract void getPhotoCapabilitiesAsync(long callbackId); in getPhotoCapabilitiesAsync() argument
114 public abstract void takePhotoAsync(long callbackId); in takePhotoAsync() argument
184 protected void notifyTakePhotoError(long callbackId) { in notifyTakePhotoError() argument
186 mNativeVideoCaptureDeviceAndroid, VideoCapture.this, callbackId, null); in notifyTakePhotoError()
262 long callbackId, PhotoCapabilities result); in onGetPhotoCapabilitiesReply() argument
266 long callbackId, byte[] data); in onPhotoTaken() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/media/capture/video/android/java/src/org/chromium/media/
H A DVideoCapture.java84 public abstract void getPhotoCapabilitiesAsync(long callbackId); in getPhotoCapabilitiesAsync() argument
114 public abstract void takePhotoAsync(long callbackId); in takePhotoAsync() argument
184 protected void notifyTakePhotoError(long callbackId) { in notifyTakePhotoError() argument
186 mNativeVideoCaptureDeviceAndroid, VideoCapture.this, callbackId, null); in notifyTakePhotoError()
262 long callbackId, PhotoCapabilities result); in onGetPhotoCapabilitiesReply() argument
266 long callbackId, byte[] data); in onPhotoTaken() argument
/dports/devel/R-cran-later/later/src/
H A Dcallback_registry.h28 (!(this->when > other.when) && this->callbackId < other.callbackId);
36 return callbackId; in getCallbackId()
50 uint64_t callbackId;

1234567