Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/intention/drag/data/include/
H A Ddrag_params.h188 struct GetDragSummaryReply final : public ParamBase {
189 GetDragSummaryReply() = default;
190 explicit GetDragSummaryReply(std::map<std::string, int64_t> &&summary);
/foundation/multimodalinput/input/intention/drag/data/src/
H A Ddrag_params.cpp296 GetDragSummaryReply::GetDragSummaryReply(std::map<std::string, int64_t> &&summary) in GetDragSummaryReply() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply
300 bool GetDragSummaryReply::Marshalling(MessageParcel &parcel) const in Marshalling()
305 bool GetDragSummaryReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/foundation/multimodalinput/input/intention/drag/server/src/
H A Ddrag_server.cpp399 GetDragSummaryReply summaryReply { std::move(summaries) }; in GetDragSummary()
402 FI_HILOGE("GetDragSummaryReply::Marshalling fail"); in GetDragSummary()
/foundation/multimodalinput/input/intention/drag/client/src/
H A Ddrag_client.cpp335 GetDragSummaryReply reply {}; in GetDragSummary()

Completed in 3 milliseconds