Home
last modified time | relevance | path

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

/base/msdp/device_status/intention/drag/data/include/
H A Ddrag_params.h220 struct GetDragSummaryReply final : public ParamBase {
221 GetDragSummaryReply() = default;
222 explicit GetDragSummaryReply(std::map<std::string, int64_t> &&summary);
/base/msdp/device_status/intention/drag/data/src/
H A Ddrag_params.cpp339 GetDragSummaryReply::GetDragSummaryReply(std::map<std::string, int64_t> &&summary) in GetDragSummaryReply() function in OHOS::Msdp::DeviceStatus::GetDragSummaryReply
343 bool GetDragSummaryReply::Marshalling(MessageParcel &parcel) const in Marshalling()
348 bool GetDragSummaryReply::Unmarshalling(MessageParcel &parcel) in Unmarshalling()
/base/msdp/device_status/intention/drag/client/src/
H A Ddrag_client.cpp336 GetDragSummaryReply reply {}; in GetDragSummary()
/base/msdp/device_status/intention/drag/server/src/
H A Ddrag_server.cpp446 GetDragSummaryReply summaryReply { std::move(summaries) }; in GetDragSummary()
449 FI_HILOGE("GetDragSummaryReply::Marshalling fail"); in GetDragSummary()
/base/msdp/device_status/test/unittest/intention/drag/src/
H A Ddrag_manager_test.cpp1381 GetDragSummaryReply summaryReply { std::move(summaries) }; in HWTEST_F()

Completed in 6 milliseconds