Home
last modified time | relevance | path

Searched refs:currentSessionId (Results 1 – 24 of 24) sorted by relevance

/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/beuser/Classes/Domain/Repository/
H A DBackendUserSessionRepository.php87 $currentSessionId = $userObject->getSession()->getIdentifier();
89 $currentSessionId = $this->sessionBackend->hash($currentSessionId);
91 return $currentSessionId;
/dports/www/firefox/firefox-99.0/widget/tests/gtest/
H A DTestWinWindowOcclusionTrackerInteractive.cpp269 DWORD currentSessionId = 0; in TEST_F() local
270 ::ProcessIdToSessionId(::GetCurrentProcessId(), &currentSessionId); in TEST_F()
272 WTS_SESSION_LOCK, currentSessionId); in TEST_F()
310 DWORD currentSessionId = 0; in TEST_F() local
311 ::ProcessIdToSessionId(::GetCurrentProcessId(), &currentSessionId); in TEST_F()
313 WTS_SESSION_LOCK, currentSessionId); in TEST_F()
348 DWORD currentSessionId = 0; in TEST_F() local
349 ::ProcessIdToSessionId(::GetCurrentProcessId(), &currentSessionId); in TEST_F()
351 WTS_SESSION_LOCK, currentSessionId + 1); in TEST_F()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DAppContainerInfo.cs28 static int? currentSessionId; field in System.ServiceModel.Channels.AppContainerInfo
92 if (currentSessionId == null) in CreateAppContainerInfo()
94 currentSessionId = AppContainerInfo.GetCurrentSessionId(); in CreateAppContainerInfo()
98 appSession = currentSessionId.Value; in CreateAppContainerInfo()
/dports/www/firefox/firefox-99.0/widget/windows/
H A DWinEventObserver.cpp199 DWORD currentSessionId = 0; in OnWinEventProc() local
200 if (!::ProcessIdToSessionId(::GetCurrentProcessId(), &currentSessionId)) { in OnWinEventProc()
205 aWParam, aLParam, currentSessionId, this); in OnWinEventProc()
207 isCurrentSession = Some(static_cast<DWORD>(aLParam) == currentSessionId); in OnWinEventProc()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/beuser/Classes/Controller/
H A DBackendUserController.php191 $currentSessionId = $this->getBackendUserAuthentication()->getSessionId();
194 $currentSessionId = $sessionBackend->hash($currentSessionId);
199 'currentSessionId' => $currentSessionId,
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/beuser/Classes/Controller/
H A DBackendUserController.php176 $currentSessionId = $this->getBackendUserAuthentication()->getSessionId();
179 $currentSessionId = $sessionBackend->hash($currentSessionId);
184 'currentSessionId' => $currentSessionId,
/dports/www/mattermost-server/mattermost-server-6.0.2/app/
H A Dnotification_push.go45 currentSessionId string member
220 func (a *App) clearPushNotificationSync(currentSessionId, userID, channelID string) *model.AppError… argument
235 return a.sendPushNotificationToAllSessions(msg, userID, currentSessionId)
238 func (a *App) clearPushNotification(currentSessionId, userID, channelID string) { argument
242 currentSessionId: currentSessionId,
322 …err = hub.app.clearPushNotificationSync(notification.currentSessionId, notification.userID, notifi…
H A Dsession.go189 func (a *App) RevokeSessionsForDeviceId(userID string, deviceID string, currentSessionId string) *m…
190 …if err := a.srv.userService.RevokeSessionsForDeviceId(userID, deviceID, currentSessionId); err != …
H A Dapp_iface.go472 …CreatePostAsUser(c *request.Context, post *model.Post, currentSessionId string, setOnline bool) (*…
849 …MarkChannelsAsViewed(channelIDs []string, userID string, currentSessionId string, collapsedThreads…
934 RevokeSessionsForDeviceId(userID string, deviceID string, currentSessionId string) *model.AppError
1096 …ViewChannel(view *model.ChannelView, userID string, currentSessionId string, collapsedThreadsSuppo…
H A Dpost.go35 func (a *App) CreatePostAsUser(c *request.Context, post *model.Post, currentSessionId string, setOn…
71 …if _, err := a.MarkChannelsAsViewed([]string{post.ChannelId}, post.UserId, currentSessionId, true)…
H A Dchannel.go2809 func (a *App) MarkChannelsAsViewed(channelIDs []string, userID string, currentSessionId string, col…
2869 a.clearPushNotification(currentSessionId, userID, channelID)
2890 func (a *App) ViewChannel(view *model.ChannelView, userID string, currentSessionId string, collapse…
2909 return a.MarkChannelsAsViewed(channelIDs, userID, currentSessionId, collapsedThreadsSupported)
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromecast/browser/android/apk/src/org/chromium/chromecast/shell/
H A DCastWebContentsSurfaceHelper.java196 final String currentSessionId = mSessionId; in maybeFinishLater() local
198 if (currentSessionId != null && currentSessionId.equals(mSessionId)) { in maybeFinishLater()
/dports/www/mattermost-server/mattermost-server-6.0.2/services/users/
H A Dsession.go139 func (us *UserService) RevokeSessionsForDeviceId(userID string, deviceID string, currentSessionId s…
145 if session.DeviceId == deviceID && session.Id != currentSessionId {
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/
H A Dsessioncontroller.h136 …static QString handleLockedSession( const QString& sessionName, const QString& currentSessionId, c…
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/crashreporter/
H A DnsExceptionHandler.cpp205 static char* currentSessionId = nullptr; variable
950 if (currentSessionId) { in MinidumpCallback()
951 WriteAnnotation(apiData, "TelemetrySessionId", currentSessionId); in MinidumpCallback()
952 WriteAnnotation(eventFile, "TelemetrySessionId", currentSessionId); in MinidumpCallback()
1858 if (currentSessionId) { in UnsetExceptionHandler()
1859 free(currentSessionId); in UnsetExceptionHandler()
1860 currentSessionId = nullptr; in UnsetExceptionHandler()
2534 if (currentSessionId) { in SetTelemetrySessionId()
2535 free(currentSessionId); in SetTelemetrySessionId()
2537 currentSessionId = ToNewCString(id); in SetTelemetrySessionId()
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/crashreporter/
H A DnsExceptionHandler.cpp227 static char* currentSessionId = nullptr; variable
979 if (currentSessionId) { in MinidumpCallback()
980 WriteAnnotation(eventFile, "TelemetrySessionId", currentSessionId); in MinidumpCallback()
2078 if (currentSessionId) { in UnsetExceptionHandler()
2079 free(currentSessionId); in UnsetExceptionHandler()
2080 currentSessionId = nullptr; in UnsetExceptionHandler()
2889 if (currentSessionId) { in SetTelemetrySessionId()
2890 free(currentSessionId); in SetTelemetrySessionId()
2892 currentSessionId = ToNewCString(id); in SetTelemetrySessionId()
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/beuser/Classes/Controller/
H A DBackendUserController.php219 …$currentSessionId = $this->backendUserSessionRepository->getPersistedSessionIdentifier($this->getB…
223 'currentSessionId' => $currentSessionId,
/dports/x11/konsole/konsole-21.12.3/src/
H A DViewManager.cpp597 int currentSessionId = currentSession(); in splitView() local
599 Q_ASSERT(currentSessionId >= 0); in splitView()
601 Session *activeSession = SessionManager::instance()->idToSession(currentSessionId); in splitView()
/dports/net-im/nextcloud-talk/spreed/lib/Controller/
H A DRoomController.php1517 $currentSessionId = $this->session->getSessionForRoom($this->room->getToken());
1519 if ($session instanceof Session && $currentSessionId === $session->getSessionId()) {
/dports/www/mattermost-server/mattermost-server-6.0.2/app/opentracing/
H A Dopentracing_layer.go2199 …ingAppLayer) CreatePostAsUser(c *request.Context, post *model.Post, currentSessionId string, setOn…
2211 resultVar0, resultVar1 := a.app.CreatePostAsUser(c, post, currentSessionId, setOnline)
11352 …gAppLayer) MarkChannelsAsViewed(channelIDs []string, userID string, currentSessionId string, colla…
11364 …resultVar0, resultVar1 := a.app.MarkChannelsAsViewed(channelIDs, userID, currentSessionId, collaps…
13342 …AppLayer) RevokeSessionsForDeviceId(userID string, deviceID string, currentSessionId string) *mode…
13354 resultVar0 := a.app.RevokeSessionsForDeviceId(userID, deviceID, currentSessionId)
17218 func (a *OpenTracingAppLayer) ViewChannel(view *model.ChannelView, userID string, currentSessionId
17230 …resultVar0, resultVar1 := a.app.ViewChannel(view, userID, currentSessionId, collapsedThreadsSuppor…
/dports/net-im/nextcloud-talk/spreed/js/
H A Dtalk-public-share-sidebar.js.map1currentSessionId","useMcu","getPeers","createPeer","sharemyscreen","enableDataChannels","enableSim…
H A Dtalk-files-sidebar.js.map1currentSessionId","useMcu","getPeers","createPeer","sharemyscreen","enableDataChannels","enableSim…
H A Dtalk-public-share-auth-sidebar.js.map1currentSessionId","useMcu","getPeers","createPeer","sharemyscreen","enableDataChannels","enableSim…
H A Dtalk-main.js.map1currentSessionId","useMcu","getPeers","createPeer","sharemyscreen","enableDataChannels","enableSim…