Searched defs:SessionType (Results 1 – 12 of 12) sorted by relevance
43 enum class SessionType { enum
69 enum SessionType { enum in SSLUtils85 SessionType(int value) { in SessionType() method in SSLUtils.SessionType
68 enum SessionType { enum in SSLUtils84 SessionType(int value) { in SessionType() method in SSLUtils.SessionType
52 session_type: SessionType, in new()135 session_type: SessionType, in new()
68 session_type: SessionType, in init_session()
274 session_type: SessionType, in new()
1133 pub enum SessionType { enum1138 impl fmt::Display for SessionType { implementation8091 pub fn get_session_type(&self) -> SessionType { in get_session_type()
169 session_type: SessionType, in init_session()
156 expected_session_type: SessionType, in expect_session_init()
1671 session_type: SessionType, in setup_hal_for_session_initialize()2551 session_type: SessionType, in setup_hal_for_session_active()
185 enum SessionType { enum
338 class SessionType(enum.IntEnum): class