Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h124 struct GetUdKeyReply final : public ParamBase {
125 GetUdKeyReply() = default;
126 explicit GetUdKeyReply(std::string &&udKey);
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp181 GetUdKeyReply::GetUdKeyReply(std::string &&udKey) in GetUdKeyReply() function in OHOS::Msdp::DeviceStatus::GetUdKeyReply
185 bool GetUdKeyReply::Marshalling(MessageParcel &parcel) const in Marshalling()
190 bool GetUdKeyReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp327 GetUdKeyReply udKeyReply { std::move(udKey) }; in GetUdKey()
330 FI_HILOGE("GetUdKeyReply::Marshalling fail"); in GetUdKey()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp243 GetUdKeyReply reply {}; in GetUdKey()

Completed in 4 milliseconds