Home
last modified time | relevance | path

Searched defs:session_type (Results 1 – 19 of 19) sorted by relevance

/external/uwb/src/rust/uwb_core/src/session/
Dsession_manager.rs619 let session_type = SessionType::FiraRangingSession; in test_init_deinit_session() localVariable
702 let session_type = SessionType::FiraRangingSession; in test_init_session_timeout() localVariable
721 let session_type = SessionType::FiraRangingSession; in test_start_stop_ranging() localVariable
768 let session_type = SessionType::Ccc; in test_ccc_start_ranging() localVariable
824 let session_type = SessionType::FiraRangingSession; in test_update_controller_multicast_list() localVariable
885 let session_type = SessionType::Ccc; in test_ccc_update_controller_multicast_list() localVariable
925 let session_type = SessionType::FiraRangingSession; in test_update_controller_multicast_list_without_notification() localVariable
976 let session_type = SessionType::FiraRangingSession; in test_receive_session_range_data() localVariable
1035 let session_type = SessionType::FiraRangingSession; in test_reconfigure_app_config() localVariable
1132 let session_type = SessionType::FiraRangingSession; in test_session_params() localVariable
Duwb_session.rs125 session_type: SessionType, field
/external/rust/pica/src/
Dsession.rs38 pub session_type: SessionType, field
113 pub fn session_type(&self) -> SessionType { in session_type() method
Ddevice.rs355 let session_type = cmd.get_session_type(); in session_init() localVariable
/external/wpa_supplicant_8/src/fst/
Dfst_defs.h16 enum session_type { enum
24 #define SESSION_CONTROL(session_type, switch_intent) \ argument
/external/tpm2-tss/test/integration/
Dsapi-hmac-auth.int.c100 TPM2_SE session_type) in nv_rw_with_session()
/external/uwb/src/rust/uwb_core/src/service/
Duwb_service.rs626 let session_type = SessionType::FiraRangingSession; in test_session_e2e() localVariable
720 let session_type = SessionType::FiraRangingSession; in test_session_api_without_enabled() localVariable
/external/cronet/stable/components/metrics/
Dmetrics_log.cc156 base::nix::SessionType session_type) { in ToProtoSessionType()
/external/cronet/tot/components/metrics/
Dmetrics_log.cc156 base::nix::SessionType session_type) { in ToProtoSessionType()
/external/tpm2-tss/src/tss2-esys/
Desys_int.h156 ESYS_TR session_type[3]; /**< The list of TPM session handles in the member
/external/linux-kselftest/tools/testing/selftests/tpm2/
Dtpm2.py457 def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1): argument
/external/cronet/stable/third_party/boringssl/src/ssl/
Dhandshake_client.cc506 SSLSessionType session_type = SSLSessionType::kNotResumable; in do_start_connect() local
/external/cronet/tot/third_party/boringssl/src/ssl/
Dhandshake_client.cc506 SSLSessionType session_type = SSLSessionType::kNotResumable; in do_start_connect() local
/external/boringssl/src/ssl/
Dhandshake_client.cc373 SSLSessionType session_type = SSLSessionType::kNotResumable; in do_start_connect() local
/external/wpa_supplicant_8/src/eap_peer/
Deap_proxy_qmi_oc.c146 static unsigned int session_type; variable
/external/uwb/src/rust/uwb_core/src/uci/
Duci_manager.rs2212 let session_type = SessionType::FiraRangingSession; in setup_uci_manager_with_session_initialized() localVariable
2245 let session_type = SessionType::FiraRangingSession; in setup_uci_manager_with_session_initialized_nop_logger() localVariable
3579 let session_type = SessionType::FiraRangingSession; in setup_uci_manager_with_session_active() localVariable
3616 let session_type = SessionType::FiraRangingSession; in setup_uci_manager_with_session_active_nop_logger() localVariable
/external/uwb/src/rust/uwb_core/protos/
Duwb_service.proto545 SessionType session_type = 2; field
/external/rust/pica/py/pica/pica/packets/
Duci.py2244 session_type: SessionType = field(kw_only=True, default=SessionType.FIRA_RANGING_SESSION) variable in SessionInitCmd
/external/gsc-utils/tpm_generated/
Dtpm_generated.cc9112 const TPM_SE& session_type, in SerializeCommand_StartAuthSession()
9374 const TPM_SE& session_type, in StartAuthSession()
9403 const TPM_SE& session_type, in StartAuthSessionSync()