Home
last modified time | relevance | path

Searched refs:sessionId (Results 1 – 15 of 15) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/wifi/
DWifiAwareManagerFacade.java120 j.put(NS_KEY_SESSION_ID, ns.sessionId); in getJsonString()
140 int type = 0, role = 0, clientId = 0, sessionId = 0, peerId = 0; in getNetworkSpecifier() local
155 sessionId = j.getInt((NS_KEY_SESSION_ID)); in getNetworkSpecifier()
170 return new WifiAwareNetworkSpecifier(type, role, clientId, sessionId, peerId, peerMac, pmk, in getNetworkSpecifier()
373 int sessionId = getNextSessionId(); in wifiAwareAttach() local
377 new AwareAttachCallbackPostsEvents(sessionId, useIdInCallbackEventName), in wifiAwareAttach()
379 ? new AwareIdentityChangeListenerPostsEvents(sessionId, in wifiAwareAttach()
381 return sessionId; in wifiAwareAttach()
431 Integer sessionId, in wifiAwareUpdatePublish()
436 DiscoverySession session = mDiscoverySessions.get(sessionId); in wifiAwareUpdatePublish()
[all …]
/external/conscrypt/common/src/main/java/org/conscrypt/
DAbstractSessionContext.java118 public final SSLSession getSession(byte[] sessionId) { in getSession() argument
119 if (sessionId == null) { in getSession()
122 ByteArray key = new ByteArray(sessionId); in getSession()
214 final SslSessionWrapper getSessionFromCache(byte[] sessionId) { in getSessionFromCache() argument
215 if (sessionId == null) { in getSessionFromCache()
222 session = sessions.get(new ByteArray(sessionId)); in getSessionFromCache()
229 return getSessionFromPersistentCache(sessionId); in getSessionFromCache()
253 abstract SslSessionWrapper getSessionFromPersistentCache(byte[] sessionId); in getSessionFromPersistentCache() argument
DServerSessionContext.java59 SslSessionWrapper getSessionFromPersistentCache(byte[] sessionId) { in getSessionFromPersistentCache() argument
61 byte[] data = persistentCache.getSessionData(sessionId); in getSessionFromPersistentCache()
DClientSessionContext.java170 SslSessionWrapper getSessionFromPersistentCache(byte[] sessionId) { in getSessionFromPersistentCache() argument
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DRuntimeData.java34 private String sessionId; field in RuntimeData
41 sessionId = "<none>"; in RuntimeData()
56 sessionId = id; in setSessionId()
66 return sessionId; in getSessionId()
84 final SessionInfo info = new SessionInfo(sessionId, startTimeStamp, in collect()
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DAgent.java116 String sessionId = options.getSessionId(); in startup() local
117 if (sessionId == null) { in startup()
118 sessionId = createSessionId(); in startup()
120 data.setSessionId(sessionId); in startup()
/external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
DClientHello.java35 public byte[] sessionId; field in ClientHello
45 sessionId = IoUtils.readTlsVariableLengthByteVector(in, 32); in parseBody()
95 + new BigInteger(1, sessionId).toString(16) + ", cipher suites: " + cipherSuites in toString()
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
DAbstractAgentMojo.java87 String sessionId; field in AbstractAgentMojo
192 if (sessionId != null) { in createAgentOptions()
193 agentOptions.setSessionId(sessionId); in createAgentOptions()
/external/boringssl/src/ssl/test/runner/
Dcommon.go274sessionId []uint8 // Session ID supplied by the server. nil if the session … member
311 Get(sessionId string) (session *sessionState, ok bool)
314 Put(sessionId string, session *sessionState)
1710 func (c *lruServerSessionCache) Put(sessionId string, session *sessionState) {
1711 c.lruSessionCache.Put(sessionId, session)
1714 func (c *lruServerSessionCache) Get(sessionId string) (*sessionState, bool) {
1715 cs, ok := c.lruSessionCache.Get(sessionId)
Dhandshake_messages.go143 sessionId []byte member
190 bytes.Equal(m.sessionId, m1.sessionId) &&
238 sessionId := hello.addU8LengthPrefixed()
239 sessionId.addBytes(m.sessionId)
480 m.sessionId = data[39 : 39+sessionIdLen]
836 sessionId []byte member
876 sessionId := hello.addU8LengthPrefixed()
877 sessionId.addBytes(m.sessionId)
958 m.sessionId = data[1 : 1+sessionIdLen]
2196 sessionId []byte member
[all …]
Dhandshake_server.go284 if len(hs.clientHello.sessionId) > 0 && c.wireVersion != tls13ExperimentVersion {
364 sessionId: hs.clientHello.sessionId,
1136 …if c.cipherSuite != nil && len(hs.clientHello.sessionId) > 0 && c.config.Bugs.FailIfResumeOnRenego…
1140 …lIfSessionOffered && (len(hs.clientHello.sessionTicket) > 0 || len(hs.clientHello.sessionId) > 0) {
1334 sessionId := string(hs.clientHello.sessionId)
1335 if hs.sessionState, ok = c.config.ServerSessionCache.Get(sessionId); !ok {
1391 hs.hello.sessionId = hs.clientHello.sessionId
1449 hs.hello.sessionId = make([]byte, 32)
1450 if _, err := io.ReadFull(config.rand(), hs.hello.sessionId); err != nil {
1776 if c.config.ServerSessionCache != nil && len(hs.hello.sessionId) != 0 {
[all …]
Dhandshake_client.go335 hello.sessionId = make([]byte, sessionIdLen)
336 if _, err := io.ReadFull(c.config.rand(), hello.sessionId); err != nil {
341 hello.sessionId = session.sessionId
370 sessionId: nil,
1409 return hs.session != nil && hs.hello.sessionId != nil &&
1410 bytes.Equal(hs.serverHello.sessionId, hs.hello.sessionId)
1500 if hs.session == nil && len(hs.serverHello.sessionId) > 0 {
1501 session.sessionId = hs.serverHello.sessionId
/external/libmojo/base/android/jni_generator/
DtestNatives.golden107 jint sessionId,
112 jint sessionId,
115 sessionId, JavaParamRef<jobjectArray>(env, results));
/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DLoopbackActivity.java801 int sessionId = 0; /* FIXME runtime test for am.generateAudioSessionId() in API 21 */ in restartAudioSystem() local
852 mAudioThread.mSessionId = sessionId; in restartAudioSystem()
865 mNativeAudioThread.mSessionId = sessionId; in restartAudioSystem()
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dwpagui.cpp147 if (app->sessionId().compare(settings.value("session_id"). in WpaGui()
1894 settings.setValue("session_id", app->sessionId()); in saveState()