Home
last modified time | relevance | path

Searched refs:summaryMap (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/entrance/udmf/
H A Dudmf_impl.cpp72 int32_t UdmfClientImpl::GetSummary(std::string& key, std::map<std::string, int64_t>& summaryMap) in GetSummary() argument
H A Dudmf_impl.h38 int32_t GetSummary(std::string& key, std::map<std::string, int64_t>& summaryMap) override;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/udmf/
H A Dudmf_client.h50 virtual int32_t GetSummary(std::string& key, std::map<std::string, int64_t>& summaryMap) = 0;
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
H A Dudmf_impl.h40 int32_t GetSummary(std::string& key, std::map<std::string, int64_t>& summaryMap) override;
H A Dudmf_impl.cpp154 int32_t UdmfClientImpl::GetSummary(std::string& key, std::map<std::string, int64_t>& summaryMap) in GetSummary() argument
161 summaryMap = summary.summary; in GetSummary()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_udmf.h38 …MOCK_METHOD(int32_t, GetSummary, (std::string& key, (std::map<std::string, int64_t>& summaryMap)),…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.h141 void SetSummaryMap(const std::map<std::string, int64_t>& summaryMap) in SetSummaryMap() argument
143 summaryMap_ = summaryMap; in SetSummaryMap()