Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_web_controller.h47 std::map<std::string, std::vector<uint8_t>> SplitHtmlWithImgSrcLabel(
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp55 std::map<std::string, std::vector<uint8_t>> imgSrcMap = SplitHtmlWithImgSrcLabel(matchVec); in SplitHtml2Records()
128 std::map<std::string, std::vector<uint8_t>> PasteboardWebController::SplitHtmlWithImgSrcLabel( in SplitHtmlWithImgSrcLabel() function in OHOS::MiscServices::PasteboardWebController