Home
last modified time | relevance | path

Searched refs:alloc_socket_pair (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/msdp/device_status/rust/frameworks/client/src/
H A Dframeworks.rs66 fn alloc_socket_pair(&self, param: &AllocSocketPairParam) -> FusionResult<(FileDesc, i32)> in alloc_socket_pair() method
71 self.basic.alloc_socket_pair(param, ipc_client_ref) in alloc_socket_pair()
216 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam) -> FusionResult<(FileDesc, i32)> in alloc_socket_pair() method
220 guard.alloc_socket_pair(param) in alloc_socket_pair()
H A Dlib.rs54 fw.alloc_socket_pair(&param).map_or_else( in fusion_alloc_socket_fd()
/ohos5.0/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs43 …fn alloc_socket_pair(&self, data: &BorrowedMsgParcel, reply: &mut BorrowedMsgParcel) -> FusionResu… in alloc_socket_pair() method
123 self.alloc_socket_pair(data, reply) in control()
/ohos5.0/base/msdp/device_status/rust/modules/basic/client/src/
H A Dlib.rs42 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam, in alloc_socket_pair() method