Home
last modified time | relevance | path

Searched refs:AllocSocketPairParam (Results 1 - 12 of 12) sorted by relevance

/base/msdp/device_status/intention/ipc/socket/src/
H A Dsocket_params.cpp21 AllocSocketPairParam::AllocSocketPairParam(const std::string &programName, int32_t moduleType) in AllocSocketPairParam() function in OHOS::Msdp::DeviceStatus::AllocSocketPairParam
25 bool AllocSocketPairParam::Marshalling(MessageParcel &parcel) const in Marshalling()
33 bool AllocSocketPairParam::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
H A Dsocket_client.cpp90 AllocSocketPairParam param { GetProgramName(), CONNECT_MODULE_TYPE_FI_CLIENT }; in Socket()
H A Dsocket_server.cpp89 AllocSocketPairParam param; in Control()
91 FI_HILOGE("AllocSocketPairParam::Unmarshalling fail"); in Control()
/base/msdp/device_status/rust/data/sys/src/ipc/
H A Dbasic.rs48 pub struct AllocSocketPairParam { structure names
55 impl AllocSocketPairParam { impls
56 /// Construct AllocSocketPairParam from raw data.
63 call_debug_enter!("AllocSocketPairParam::from_c"); in from_c()
82 impl Serialize for AllocSocketPairParam {
85 info!(LOG_LABEL, "serialize AllocSocketPairParam"); in serialize()
92 impl Deserialize for AllocSocketPairParam {
103 impl Display for AllocSocketPairParam {
/base/msdp/device_status/intention/ipc/socket/include/
H A Dsocket_params.h31 struct AllocSocketPairParam final : public ParamBase {
32 AllocSocketPairParam() = default;
33 AllocSocketPairParam(const std::string &programName, int32_t moduleType);
/base/msdp/device_status/rust/modules/basic/client/src/
H A Dlib.rs26 use fusion_data_rust::{ Intention, AllocSocketPairParam, BasicParamID};
42 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam, in alloc_socket_pair()
/base/msdp/device_status/rust/data/sys/src/
H A Dlib.rs21 pub use ipc::basic::{ BasicParamID, AllocSocketPairParam };
/base/msdp/device_status/rust/modules/basic/server/src/
H A Dlib.rs28 use fusion_data_rust::{ IPlugin, AllocSocketPairParam, BasicParamID, CallingContext };
45 let call_param = AllocSocketPairParam::deserialize(data).or(Err(FusionErrorCode::Fail))?; in alloc_socket_pair()
/base/msdp/device_status/rust/frameworks/client/src/
H A Dframeworks.rs28 use fusion_data_rust::{ AllocSocketPairParam, DragData };
66 fn alloc_socket_pair(&self, param: &AllocSocketPairParam) -> FusionResult<(FileDesc, i32)> in alloc_socket_pair()
216 pub fn alloc_socket_pair(&self, param: &AllocSocketPairParam) -> FusionResult<(FileDesc, i32)> in alloc_socket_pair()
H A Dlib.rs27 use fusion_data_rust::{ AllocSocketPairParam, CDragData, DragData };
46 let param = match AllocSocketPairParam::from_c(program_name, module_type) {
49 error!(LOG_LABEL, "Failed parsing AllocSocketPairParam");
/base/msdp/device_status/test/fuzztest/ipcsocket_fuzzer/
H A Dipcsocket_fuzzer.cpp119 AllocSocketPairParam allocSocketPairParam("testProgramName", 1); in SocketParamsFuzzTest()
/base/msdp/device_status/test/unittest/intention/ipc/src/
H A Dsocket_session_test.cpp134 AllocSocketPairParam param; in HWTEST_F()
149 AllocSocketPairParam param; in HWTEST_F()

Completed in 4 milliseconds