Home
last modified time | relevance | path

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

/base/msdp/device_status/rust/data/sys/src/ipc/
Dbasic.rs48 pub struct AllocSocketPairParam { struct
55 impl AllocSocketPairParam { argument
82 impl Serialize for AllocSocketPairParam { implementation
92 impl Deserialize for AllocSocketPairParam { implementation
103 impl Display for AllocSocketPairParam { implementation
/base/msdp/device_status/rust/modules/basic/client/src/
Dlib.rs42 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam, in alloc_socket_pair()
/base/msdp/device_status/intention/ipc/socket/src/
Dsocket_params.cpp21 AllocSocketPairParam::AllocSocketPairParam(const std::string &programName, int32_t moduleType) in AllocSocketPairParam() function in OHOS::Msdp::DeviceStatus::AllocSocketPairParam