Home
last modified time | relevance | path

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

/ohos5.0/base/msdp/device_status/rust/modules/basic/client/src/
H A Dlib.rs54 let token_type = i32::deserialize(&borrowed_reply_parcel).or(Err(FusionErrorCode::Fail))?; in alloc_socket_pair() localVariable
/ohos5.0/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_session.rs37 token_type: i32, field
97 fn token_type(&self) -> i32 { in token_type() method
/ohos5.0/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs49 let mut token_type: i32 = 0; in alloc_socket_pair() localVariable
/ohos5.0/drivers/hdf_core/framework/tools/hc-gen/
H A Dhcs_build_info.py24 def __init__(self, file_name, token_type, value): argument
/ohos5.0/drivers/hdf_core/framework/tools/hdi-gen/
H A Dbuild_hdi_files_info.py29 def __init__(self, file_name, token_type, value): argument