Home
last modified time | relevance | path

Searched defs:token_type (Results 1 – 3 of 3) sorted by relevance

/base/msdp/device_status/rust/modules/basic/client/src/
Dlib.rs54 let token_type = i32::deserialize(&borrowed_reply_parcel).or(Err(FusionErrorCode::Fail))?; in alloc_socket_pair() localVariable
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
Dstream_session.rs37 token_type: i32, field
97 fn token_type(&self) -> i32 { in token_type() method
/base/msdp/device_status/rust/modules/basic/server/src/
Dlib.rs49 let mut token_type: i32 = 0; in alloc_socket_pair() localVariable