Searched refs:client_fd (Results 1 - 5 of 5) sorted by relevance
/base/msdp/device_status/rust/services/sys/src/ |
H A D | binding.rs | 54 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() 90 *client_fd = fd as RawFd; in alloc_socket_fd()
|
H A D | service.rs | 53 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/server/src/ |
H A D | lib.rs | 48 let mut client_fd: RawFd = 0; in alloc_socket_pair() variables 52 call_param.module_type, &mut client_fd, &mut token_type)?; in alloc_socket_pair() 54 let f = unsafe { File::from_raw_fd(client_fd) }; in alloc_socket_pair()
|
/base/msdp/device_status/rust/frameworks/binding/include/ |
H A D | fusion_frameworks_binding.h | 27 int32_t *client_fd, int32_t *token_type);
|
/base/msdp/device_status/rust/frameworks/client/src/ |
H A D | lib.rs | 39 client_fd: *mut i32, token_type: *mut i32) -> i32 57 *client_fd = fdesc.as_raw_fd();
|
Completed in 2 milliseconds