Home
last modified time | relevance | path

Searched refs:SetComment (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/
H A Dnative_module_xml.cpp252 static napi_value SetComment(napi_env env, napi_callback_info info) in SetComment() function
266 object->SetComment(comment); in SetComment()
355 DECLARE_NAPI_FUNCTION("setComment", SetComment), in XmlSerializerInit()
H A Djs_xml.h92 void SetComment(const std::string &comment);
H A Djs_xml.cpp276 void XmlSerializer::SetComment(const std::string &comment) in SetComment() function in OHOS::xml::XmlSerializer
/ohos5.0/commonlibrary/ets_utils/js_api_module/xml/test/
H A Dtest_xml.cpp720 xmlSerializer.SetComment("Hi!");
738 xmlSerializer.SetComment("Hello, World!");
755 xmlSerializer.SetComment("Hello, World!");
771 xmlSerializer.SetComment("Hello, World!");
787 xmlSerializer.SetComment("Hello, World!");
2433 xmlSerializer.SetComment("Hi!");
2572 xmlSerializer.SetComment("Hi!");
2591 xmlSerializer.SetComment("Hi!");
/ohos5.0/commonlibrary/ets_utils/js_api_module/convertxml/test/
H A Dtest_convertxml.cpp216 xmlSerializer.SetComment("This is a comment");