Home
last modified time | relevance | path

Searched defs:html (Results 1 – 20 of 20) sorted by relevance

/foundation/distributeddatamgr/pasteboard/framework/test/src/
Dweb_controller_test.cpp58 std::shared_ptr<std::string> html( variable
77 std::shared_ptr<std::string> html( variable
96 std::shared_ptr<std::string> html( variable
116 std::shared_ptr<std::string> html( variable
137 std::shared_ptr<std::string> html( variable
179 std::shared_ptr<std::string> html( variable
221 std::shared_ptr<std::string> html( variable
240 std::shared_ptr<std::string> html( variable
261 std::shared_ptr<std::string> html( variable
Dpaste_data_entry_test.cpp159 auto html = entry.ConvertToHtml(); variable
Dpasteboard_client_udmf_delay_test.cpp163 Html html; in SetHtmlUnifiedData() local
468 auto html = static_cast<Html *>(unifiedRecord.get()); variable
Dpasteboard_unified_data_test.cpp407 auto html = std::make_shared<UDMF::Html>(UDMF::HTML, *udmfValue); variable
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/data/
Dhtml_napi.cpp48 auto *html = new (std::nothrow) HtmlNapi(); in New() local
59 auto *html = new (std::nothrow) HtmlNapi(); in NewInstance() local
68 auto *html = static_cast<HtmlNapi *>(data); in Destructor() local
85 auto html = GetHtml(env, info, ctxt); in GetPlainContent() local
107 auto html = static_cast<HtmlNapi *>(ctxt->native); in SetPlainContent() local
118 auto html = GetHtml(env, info, ctxt); in GetHtmlContent() local
140 auto html = static_cast<HtmlNapi *>(ctxt->native); in SetHtmlContent() local
/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/test/unittest/
Dhtml_test.cpp147 Html html; variable
162 Html html; variable
/foundation/distributeddatamgr/pasteboard/framework/innerkits/src/
Dpasteboard_web_controller.cpp47 std::shared_ptr<PasteData> PasteboardWebController::SplitHtml(std::shared_ptr<std::string> html) no… in SplitHtml()
66 std::shared_ptr<std::string> html = item->GetHtmlText(); in RebuildHtml() local
96 const std::shared_ptr<std::string> html) noexcept in SplitHtmlWithImgLabel()
145std::shared_ptr<std::string> html, const std::map<std::string, std::vector<uint8_t>>& imgSrcMap) n… in BuildPasteData()
Dpasteboard_utils.cpp328 auto html = static_cast<UDMF::Html*>(record.get()); in Html2PasteRecord() local
360 auto html = std::make_shared<UDMF::Html>(UDMF::HTML, *udmfValue); in PasteRecord2Html() local
Dpasteboard_client.cpp374 std::shared_ptr<std::string> html = pasteData.GetPrimaryHtml(); in SetPasteData() local
416 std::shared_ptr<std::string> html = pasteData.GetPrimaryHtml(); in SplitWebviewPasteData() local
Dpaste_data.cpp132 void PasteData::AddHtmlRecord(const std::string &html) in AddHtmlRecord()
/foundation/distributeddatamgr/udmf/framework/ndkimpl/unittest/
Duds_test.cpp336 auto html = OH_UdsHtml_Create(); variable
350 auto html = OH_UdsHtml_Create(); variable
371 auto html = OH_UdsHtml_Create(); variable
393 auto html = OH_UdsHtml_Create(); variable
415 auto html = OH_UdsHtml_Create(); variable
441 auto html = OH_UdsHtml_Create(); variable
Dudmf_test.cpp910 OH_UdsHtml html; variable
936 OH_UdsHtml html; variable
1174 OH_UdsHtml* html = OH_UdsHtml_Create(); variable
1536 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
1576 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
1629 OH_UdsHtml html; variable
1665 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
1701 OH_UdsHtml *html = OH_UdsHtml_Create(); variable
/foundation/distributeddatamgr/udmf/framework/ndkimpl/data/
Dudmf.cpp270 static int GetFirstHtml(OH_UdmfRecord **records, unsigned int recordCount, OH_UdsHtml* html) in GetFirstHtml()
304 int OH_UdmfData_GetPrimaryHtml(OH_UdmfData* data, OH_UdsHtml* html) in OH_UdmfData_GetPrimaryHtml()
554 int OH_UdmfRecord_AddHtml(OH_UdmfRecord* record, OH_UdsHtml* html) in OH_UdmfRecord_AddHtml()
656 int OH_UdmfRecord_GetHtml(OH_UdmfRecord* record, OH_UdsHtml* html) in OH_UdmfRecord_GetHtml()
Duds.cpp217 OH_UdsHtml* html = new (std::nothrow) OH_UdsHtml(); in OH_UdsHtml_Create() local
/foundation/arkui/ace_engine/adapter/ohos/capability/html/
Dspan_to_html.cpp33 …CE_FORCE_EXPORT int OHOS_ACE_ConvertHmtlToSpanString(std::vector<uint8_t>& span, std::string& html) in OHOS_ACE_ConvertHmtlToSpanString()
166 std::string html; in DeclarationToHtml() local
Dhtml_to_span.cpp1121 RefPtr<MutableSpanString> HtmlToSpan::ToSpanString(const std::string& html, const bool isNeedLoadPi… in ToSpanString()
1147 RefPtr<MutableSpanString> HtmlUtils::FromHtml(const std::string& html) in FromHtml()
/foundation/distributeddatamgr/udmf/framework/common/unittest/
Dtlv_util_test.cpp340 …std::shared_ptr<UnifiedRecord> html = std::make_shared<Html>(UDType::HTML, "this is a HTML content… variable
561 …std::shared_ptr<UnifiedRecord> html = std::make_shared<Html>(UDType::HTML, "this is a HTML content… variable
/foundation/arkui/ace_engine/adapter/ohos/capability/udmf/
Dudmf_impl.cpp267 UDMF::Html* html = reinterpret_cast<UDMF::Html*>(record.get()); in GetHtmlRecord() local
/foundation/distributeddatamgr/udmf/framework/jskitsimpl/unittest/
DUdmfJsTest.js1487 let html = { variable
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
Dweb_pattern_focus_test_ng.cpp60 bool SetFragmentHtml(const std::string& html) override in SetFragmentHtml()