Searched refs:getSessionId (Results 1 - 25 of 105) 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.java116 String sessionId = options.getSessionId();
189 public String getSessionId() { method in class:Agent
190 return data.getSessionId();
/external/jacoco/org.jacoco.agent.rt.test/src/org/jacoco/agent/rt/internal/
H A DAgentTest.java95 assertEquals("testsession", agent.getData().getSessionId());
134 final String defaultId = agent.getData().getSessionId();
138 assertFalse(defaultId.equals(agent.getData().getSessionId()));
175 assertEquals("agenttestid", agent.getSessionId());
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
H A DAgentOptionsTest.java48 assertNull(options.getSessionId());
98 assertEquals("testsession", options.getSessionId());
258 assertEquals("testsession", options.getSessionId());
265 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.java65 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.h267 * getSessionId - Get EAP method specific Session-Id
277 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_ikev2.c529 eap->getSessionId = eap_ikev2_get_session_id;
H A Deap_tls.c404 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.h267 * getSessionId - Get EAP method specific Session-Id
277 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_ikev2.c529 eap->getSessionId = eap_ikev2_get_session_id;
H A Deap_tls.c404 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.h267 * getSessionId - Get EAP method specific Session-Id
277 u8 * (*getSessionId)(struct eap_sm *sm, void *priv, size_t *len); member in struct:eap_method
H A Deap_ikev2.c529 eap->getSessionId = eap_ikev2_get_session_id;
H A Deap_tls.c404 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.java65 id = ssl.getSessionId();
H A DSslWrapper.java88 byte[] getSessionId() { method in class:SslWrapper

Completed in 282 milliseconds

12345