Home
last modified time | relevance | path

Searched defs:AllocSocketPairParam (Results 1 – 2 of 2) sorted by relevance

/base/msdp/device_status/rust/data/sys/src/ipc/
Dbasic.rs47 pub struct AllocSocketPairParam { struct
54 impl AllocSocketPairParam { impl
81 impl Serialize for AllocSocketPairParam { implementation
91 impl Deserialize for AllocSocketPairParam { implementation
102 impl Display for AllocSocketPairParam { implementation
/base/msdp/device_status/rust/modules/basic/client/src/
Dlib.rs47 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam, ipc_client: Rc<FusionIpcClient>) in alloc_socket_pair()