Searched refs:AllocSocketPairParam (Results 1 - 12 of 12) sorted by relevance
/base/msdp/device_status/intention/ipc/socket/src/ |
H A D | socket_params.cpp | 21 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 D | socket_client.cpp | 90 AllocSocketPairParam param { GetProgramName(), CONNECT_MODULE_TYPE_FI_CLIENT }; in Socket()
|
H A D | socket_server.cpp | 89 AllocSocketPairParam param; in Control() 91 FI_HILOGE("AllocSocketPairParam::Unmarshalling fail"); in Control()
|
/base/msdp/device_status/rust/data/sys/src/ipc/ |
H A D | basic.rs | 48 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 D | socket_params.h | 31 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 D | lib.rs | 26 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 D | lib.rs | 21 pub use ipc::basic::{ BasicParamID, AllocSocketPairParam };
|
/base/msdp/device_status/rust/modules/basic/server/src/ |
H A D | lib.rs | 28 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 D | frameworks.rs | 28 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 D | lib.rs | 27 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 D | ipcsocket_fuzzer.cpp | 119 AllocSocketPairParam allocSocketPairParam("testProgramName", 1); in SocketParamsFuzzTest()
|
/base/msdp/device_status/test/unittest/intention/ipc/src/ |
H A D | socket_session_test.cpp | 134 AllocSocketPairParam param; in HWTEST_F() 149 AllocSocketPairParam param; in HWTEST_F()
|
Completed in 4 milliseconds