Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/include/
H A Dpasteboard_web_controller.h54 bool IsLocalURI(std::string &uri) noexcept;
/ohos5.0/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
H A Dpasteboard_web_controller.cpp144 if (!IsLocalURI(tmp)) { in SplitHtmlWithImgSrcLabel()
201 bool PasteboardWebController::IsLocalURI(std::string& uri) noexcept in IsLocalURI() function in OHOS::MiscServices::PasteboardWebController