Searched refs:getSessionId (Results 1 - 25 of 108) sorted by relevance

12345

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/
H A DIAgent.java33 String getSessionId(); method in interface:IAgent
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
H A DMBeanClient.java53 System.out.println("Session: " + proxy.getSessionId());
68 String getSessionId(); method in interface:MBeanClient.IProxy
/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
H A DAgent.java160 String sessionId = options.getSessionId();
233 public String getSessionId() { method in class:Agent
234 return data.getSessionId();
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DAgentTest.java88 assertEquals("test", agent.getData().getSessionId());
99 final String id1 = agent.getData().getSessionId();
103 final String id2 = agent.getData().getSessionId();
252 assertEquals("test", agent.getSessionId());
262 assertEquals("new_id", agent.getSessionId());
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
H A DAgentOptionsTest.java48 assertNull(options.getSessionId());
101 assertEquals("testsession", options.getSessionId());
261 assertEquals("testsession", options.getSessionId());
268 assertEquals("testsession", options.getSessionId());
H A DRuntimeDataTest.java47 assertNotNull(data.getSessionId());
49 assertEquals("test-id", data.getSessionId());
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DRuntimeData.java79 public String getSessionId() { method in class:RuntimeData
H A DAgentOptions.java410 public String getSessionId() { method in class:AgentOptions
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h280 * getSessionId - Get EAP method specific Session-Id
290 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_ikev2.c527 eap->getSessionId = eap_ikev2_get_session_id;
H A Deap_tls.c401 eap->getSessionId = eap_tls_get_session_id;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h93 * getSessionId - Get EAP method specific Session-Id
103 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_server_tls.c393 eap->getSessionId = eap_tls_get_session_id;
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h280 * getSessionId - Get EAP method specific Session-Id
290 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_ikev2.c527 eap->getSessionId = eap_ikev2_get_session_id;
H A Deap_tls.c401 eap->getSessionId = eap_tls_get_session_id;
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h93 * getSessionId - Get EAP method specific Session-Id
103 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_server_tls.c393 eap->getSessionId = eap_tls_get_session_id;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h280 * getSessionId - Get EAP method specific Session-Id
290 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_ikev2.c527 eap->getSessionId = eap_ikev2_get_session_id;
H A Deap_tls.c401 eap->getSessionId = eap_tls_get_session_id;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h93 * getSessionId - Get EAP method specific Session-Id
103 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_server_tls.c393 eap->getSessionId = eap_tls_get_session_id;
/external/conscrypt/common/src/main/java/org/conscrypt/
H A DActiveSession.java60 id = ssl.getSessionId();
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowPackageInstaller.java62 sessionInfos.put(sessionInfo.getSessionId(), sessionInfo);

Completed in 627 milliseconds

12345