Home
last modified time | relevance | path

Searched refs:matchVec (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp50 std::vector<std::pair<std::string, uint32_t>> matchVec = SplitHtmlWithImgLabel(html); in SplitHtml2Records() local
51 PASTEBOARD_HILOGD(PASTEBOARD_MODULE_CLIENT, "matchVec size: %{public}zu", matchVec.size()); in SplitHtml2Records()
52 if (matchVec.empty()) { in SplitHtml2Records()
55 std::map<std::string, std::vector<uint8_t>> imgSrcMap = SplitHtmlWithImgSrcLabel(matchVec); in SplitHtml2Records()
115 std::vector<std::pair<std::string, uint32_t>> matchVec; in SplitHtmlWithImgLabel() local
122 matchVec.emplace_back(tmp, offset); in SplitHtmlWithImgLabel()
125 return matchVec; in SplitHtmlWithImgLabel()
129 const std::vector<std::pair<std::string, uint32_t>>& matchVec) noexcept in SplitHtmlWithImgSrcLabel() argument
134 for (auto& node : matchVec) { in SplitHtmlWithImgSrcLabel()
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_web_controller.h48 const std::vector<std::pair<std::string, uint32_t>> &matchVec) noexcept;