Home
last modified time | relevance | path

Searched refs:token_type (Results 1 - 8 of 8) sorted by relevance

/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/
H A Dstream_session.rs37 token_type: i32,
47 token_type: RET_ERR, in default()
82 self.token_type = style in set_token_type()
97 fn token_type(&self) -> i32 { in token_type() functions
98 self.token_type in token_type()
/base/msdp/device_status/rust/services/sys/src/
H A Dbinding.rs54 client_fd: *mut i32, token_type: *mut i32) -> i32; in NativeServiceAllocSocketFd()
80 client_fd: &mut RawFd, token_type: &mut i32) -> FusionResult<()> in alloc_socket_fd()
87 module_type, &mut fd, token_type) in alloc_socket_fd()
H A Dservice.rs53 client_fd: &mut RawFd, token_type: &mut i32) -> FusionResult<()> in alloc_socket_fd()
56 self.native_service.alloc_socket_fd(program_name, module_type, client_fd, token_type) in alloc_socket_fd()
107 client_fd: &mut RawFd, token_type: &mut i32) -> FusionResult<()> in alloc_socket_fd()
111 guard.alloc_socket_fd(program_name, module_type, client_fd, token_type) in alloc_socket_fd()
/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()
55 Ok((fdesc, token_type)) in alloc_socket_pair()
/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs49 let mut token_type: i32 = 0; in alloc_socket_pair() variables
52 call_param.module_type, &mut client_fd, &mut token_type)?; in alloc_socket_pair()
56 token_type.serialize(reply).or(Err(FusionErrorCode::Fail))?; in alloc_socket_pair()
/base/msdp/device_status/rust/frameworks/binding/include/
H A Dfusion_frameworks_binding.h27 int32_t *client_fd, int32_t *token_type);
/base/msdp/device_status/rust/frameworks/client/src/
H A Dlib.rs39 client_fd: *mut i32, token_type: *mut i32) -> i32
58 *token_type = t;
/base/sensors/sensor/rust/utils/socket_ipc_rust_ffi/src/stream_session/
H A Dffi.rs175 obj.token_type()

Completed in 3 milliseconds