Home
last modified time | relevance | path

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

/external/uwb/src/rust/uwb_core/src/session/
Dsession_manager.rs356 let session_type = SessionType::FiraRangingSession; in test_init_deinit_session() localVariable
417 let session_type = SessionType::FiraRangingSession; in test_init_session_timeout() localVariable
438 let session_type = SessionType::FiraRangingSession; in test_start_stop_ranging() localVariable
490 let session_type = SessionType::FiraRangingSession; in test_update_controller_multicast_list() localVariable
554 let session_type = SessionType::FiraRangingSession; in test_update_controller_multicast_list_without_notification() localVariable
608 let session_type = SessionType::FiraRangingSession; in test_receive_session_range_data() localVariable
Duwb_session.rs126 session_type: SessionType, field
/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/uwb/uwb/
Duwb_main.cc532 tUWB_STATUS UWB_SessionInit(uint32_t session_id, uint8_t session_type) { in UWB_SessionInit()
/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.py451 def start_auth_session(self, session_type, name_alg = TPM2_ALG_SHA1): argument
/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.rs882 let session_type = SessionType::FiraRangingSession; in test_session_init_ok() localVariable