Home
last modified time | relevance | path

Searched refs:asyncHandle (Results 1 – 13 of 13) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/
H A DSessionAsyncRpcConnection.hpp44 const std::string& asyncHandle) in AsyncRpcConnection() argument
45 : ptrConnection_(ptrConnection), jsonRequest_(jsonRequest), asyncHandle_(asyncHandle) in AsyncRpcConnection()
62 rpc::endHandleRpcRequestIndirect(asyncHandle(), core::Success(), &jsonRpcResponse); in sendJsonRpcResponse()
98 std::string asyncHandle() const in asyncHandle() function in rstudio::session::rpc::AsyncRpcConnection
H A DSessionRpc.cpp243 std::string &asyncHandle) in sendJsonAsyncPendingResponse() argument
247 response.setAsyncHandle(asyncHandle); in sendJsonAsyncPendingResponse()
253 const std::string& asyncHandle, in endHandleRpcRequestIndirect() argument
268 value["handle"] = asyncHandle; in endHandleRpcRequestIndirect()
314 asyncConn->asyncHandle(), in handleRpcRequest()
332 std::string asyncHandle = core::system::generateUuid(true); in handleRpcRequest() local
333 sendJsonAsyncPendingResponse(request, ptrConnection, asyncHandle); in handleRpcRequest()
337 asyncHandle, in handleRpcRequest()
355 endHandleRpcRequestIndirect(asyncConn->asyncHandle(), executeError, nullptr); in handleRpcRequest()
H A DSessionRpc.hpp47 std::string &asyncHandle);
50 const std::string& asyncHandle,
H A DSessionHttpMethods.cpp888 std::string asyncHandle = core::system::generateUuid(true); in handleAsyncRpc() local
890 rpc::sendJsonAsyncPendingResponse(jsonRpcRequest, ptrConnection, asyncHandle); in handleAsyncRpc()
892 res.reset(new rpc::AsyncRpcConnection(ptrConnection, jsonRpcRequest, asyncHandle)); in handleAsyncRpc()
H A DSessionModuleContext.cpp2384 std::string asyncHandle) in beginRpcHandler() argument
2398 value["handle"] = asyncHandle; in beginRpcHandler()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/server/remote/
H A DRemoteServerEventListener.java444 public void registerAsyncHandle(String asyncHandle, in registerAsyncHandle() argument
448 RpcResponse response = asyncResponses_.remove(asyncHandle); in registerAsyncHandle()
453 asyncRequests_.put(asyncHandle, in registerAsyncHandle()
/dports/x11-toolkits/blt/blt2.5/generic/
H A DbltWatch.c63 Tcl_AsyncHandler asyncHandle; /* Async handler which triggers the member
190 Tcl_AsyncMark(watchPtr->asyncHandle);
358 watchPtr->asyncHandle = Tcl_AsyncCreate(PostCmdProc, watchPtr);
394 Tcl_AsyncDelete(watchPtr->asyncHandle);
/dports/www/firefox-esr/firefox-91.8.0/netwerk/test/httpserver/
H A DTODO15 returns; |void asyncHandle(request, response)|) -- useful, and can it be done
/dports/www/firefox/firefox-99.0/netwerk/test/httpserver/
H A DTODO15 returns; |void asyncHandle(request, response)|) -- useful, and can it be done
/dports/lang/spidermonkey60/firefox-60.9.0/netwerk/test/httpserver/
H A DTODO15 returns; |void asyncHandle(request, response)|) -- useful, and can it be done
/dports/www/firefox-legacy/firefox-52.8.0esr/netwerk/test/httpserver/
H A DTODO15 returns; |void asyncHandle(request, response)|) -- useful, and can it be done
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/test/httpserver/
H A DTODO15 returns; |void asyncHandle(request, response)|) -- useful, and can it be done
/dports/lang/spidermonkey78/firefox-78.9.0/netwerk/test/httpserver/
H A DTODO15 returns; |void asyncHandle(request, response)|) -- useful, and can it be done