Home
last modified time | relevance | path

Searched refs:pSessionId (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/ui/aidl/
H A DAidlBinder.java91 private boolean isValidSessionId(String pSessionId) in isValidSessionId() argument
93 if (mCallback == null || pSessionId.compareTo(mCallbackSessionId) != 0) in isValidSessionId()
102 public synchronized boolean send(String pSessionId, String pMessageFromClient) in send() argument
106 if (!isValidSessionId(pSessionId)) in send()
116 public synchronized boolean updateNfcTag(String pSessionId, Tag pTag) in updateNfcTag() argument
120 if (!isValidSessionId(pSessionId)) in updateNfcTag()
/dports/biology/jalview/jalview/src/jalview/io/
H A DHTMLOutput.java41 protected long pSessionId; field in HTMLOutput
228 pSessionId); in getOutputFile()
257 pIndicator.setProgressBar(message, pSessionId); in setProgressMessage()
283 pSessionId = System.currentTimeMillis(); in exportStarted()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/resources/packaging/android/
H A DIAusweisApp2Sdk.aidl8 boolean send(String pSessionId, String pMessageFromClient); in send() argument
9 boolean updateNfcTag(String pSessionId, in Tag pTag); in updateNfcTag() argument
H A DIAusweisApp2SdkCallback.aidl4 void sessionIdGenerated(String pSessionId, boolean pIsSecureSessionId); in sessionIdGenerated() argument
/dports/biology/jalview/jalview/src/jalview/util/
H A DImageMaker.java75 private long pSessionId; field in ImageMaker
122 IProgressIndicator pIndicator, long pSessionId, boolean headless) in ImageMaker() argument
126 this.pSessionId = pSessionId; in ImageMaker()
333 pIndicator.setProgressBar(message, pSessionId); in setProgressMessage()
/dports/net/freerdp/freerdp-2.5.0/channels/echo/server/
H A Decho_main.c67 PULONG pSessionId = NULL; in echo_server_open_channel() local
70 (LPSTR*)&pSessionId, &BytesReturned) == FALSE) in echo_server_open_channel()
76 echo->SessionId = (DWORD)*pSessionId; in echo_server_open_channel()
77 WTSFreeMemory(pSessionId); in echo_server_open_channel()
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/workflows/base/paos/invoke/
H A DStartPaos.cpp11 StartPaos::StartPaos(const QByteArray& pSessionId) in StartPaos() argument
14 , mSessionId(pSessionId) in StartPaos()
H A DStartPaos.h41 explicit StartPaos(const QByteArray& pSessionId);
/dports/net/freerdp/freerdp-2.5.0/channels/disp/server/
H A Ddisp_main.c373 PULONG pSessionId = NULL; in disp_server_open() local
379 (LPSTR*)&pSessionId, &BytesReturned) == FALSE) in disp_server_open()
386 priv->SessionId = (DWORD)*pSessionId; in disp_server_open()
387 WTSFreeMemory(pSessionId); in disp_server_open()
/dports/net/freerdp/freerdp-2.5.0/channels/audin/server/
H A Daudin.c560 PULONG pSessionId = NULL; in audin_server_open() local
565 (LPSTR*)&pSessionId, &BytesReturned)) in audin_server_open()
567 audin->SessionId = (DWORD)*pSessionId; in audin_server_open()
568 WTSFreeMemory(pSessionId); in audin_server_open()
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deappapis.h105 EAP_SESSIONID *pSessionId,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Diagnostics.Process/tests/
H A DInterop.cs62 internal static extern bool ProcessIdToSessionId(uint dwProcessId, out uint pSessionId); in ProcessIdToSessionId() argument
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Deappapis.h105 EAP_SESSIONID *pSessionId,
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/docs/sdk/
H A Dandroid.rst258 boolean send(String pSessionId, String pMessageFromClient);
259 boolean updateNfcTag(String pSessionId, in Tag pTag);
273 void sessionIdGenerated(String pSessionId, boolean pIsSecureSessionId);
512 On success **pSessionId** holds the actual session ID generated by the SDK.
536 String pSessionId, boolean pIsSecureSessionId) throws RemoteException
538 mSessionID = pSessionId;
/dports/net/freerdp/freerdp-2.5.0/channels/rdpgfx/server/
H A Drdpgfx_main.c1428 PULONG pSessionId = NULL; in rdpgfx_server_open() local
1433 (LPSTR*)&pSessionId, &BytesReturned) == FALSE) in rdpgfx_server_open()
1439 priv->SessionId = (DWORD)*pSessionId; in rdpgfx_server_open()
1440 WTSFreeMemory(pSessionId); in rdpgfx_server_open()
/dports/biology/jalview/jalview/src/jalview/gui/
H A DAlignmentPanel.java1162 long pSessionId = System.currentTimeMillis(); in makeAlignmentImage() local
1171 { type.getLabel() }), pSessionId); in makeAlignmentImage()
1200 imageTitle, alignFrame, pSessionId, headless); in makeAlignmentImage()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/rust/winapi/src/um/
H A Dprocessthreadsapi.rs225 pSessionId: *mut DWORD, in ProcessIdToSessionId()
/dports/textproc/xsv-rs/xsv-0.13.0/cargo-crates/winapi-0.3.4/src/um/
H A Dprocessthreadsapi.rs225 pSessionId: *mut DWORD, in ProcessIdToSessionId()
/dports/x11/admiral/admiral-1.0.0-7-g5a9f33b/cargo-crates/winapi-0.3.3/src/um/
H A Dprocessthreadsapi.rs225 pSessionId: *mut DWORD,
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/wtsapi/
H A Dwtsapi.c544 BOOL CDECL WTSGetChildSessionId(PULONG pSessionId) in WTSGetChildSessionId() argument
546 WTSAPI_STUB_CALL_BOOL(GetChildSessionId, pSessionId); in WTSGetChildSessionId()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/winapi-0.3.9/src/um/
H A Dprocessthreadsapi.rs242 pSessionId: *mut DWORD, in ProcessIdToSessionId()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/winapi-0.3.9/src/um/
H A Dprocessthreadsapi.rs242 pSessionId: *mut DWORD, in ProcessIdToSessionId()
/dports/multimedia/librav1e/rav1e-0.5.1/cargo-crates/winapi-0.3.9/src/um/
H A Dprocessthreadsapi.rs242 pSessionId: *mut DWORD, in ProcessIdToSessionId()
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/winapi-0.3.9/src/um/
H A Dprocessthreadsapi.rs242 pSessionId: *mut DWORD, in ProcessIdToSessionId()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/winapi-0.3.6/src/um/
H A Dprocessthreadsapi.rs243 pSessionId: *mut DWORD, in ProcessIdToSessionId()

123456789