Home
last modified time | relevance | path

Searched refs:AllocSocketPairReply (Results 1 - 4 of 4) sorted by relevance

/foundation/multimodalinput/input/intention/ipc/socket/src/
H A Dsocket_params.cpp41 AllocSocketPairReply::AllocSocketPairReply(int32_t tokenType, int32_t socketFd) in AllocSocketPairReply() function in OHOS::Msdp::DeviceStatus::AllocSocketPairReply
45 bool AllocSocketPairReply::Marshalling(MessageParcel &parcel) const in Marshalling()
53 bool AllocSocketPairReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
H A Dsocket_client.cpp87 AllocSocketPairReply reply; in Socket()
H A Dsocket_server.cpp103 AllocSocketPairReply replyData(tokenType, clientFd); in Control()
105 FI_HILOGE("AllocSocketPairReply::Marshalling fail"); in Control()
/foundation/multimodalinput/input/intention/ipc/socket/include/
H A Dsocket_params.h41 struct AllocSocketPairReply final : public ParamBase {
42 AllocSocketPairReply() = default;
43 AllocSocketPairReply(int32_t tokenType, int32_t socketFd);

Completed in 1 milliseconds