Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:xmlDocument_
(Results
1 - 7
of
7
) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/graphic_2d_configure/src/
H
A
D
graphic_2d_xml_parser.cpp
24
xmlDocument_
= xmlReadFile(fileDir, nullptr, 0);
in LoadConfiguration()
25
if (!
xmlDocument_
) {
in LoadConfiguration()
40
if (!
xmlDocument_
) {
in Parse()
41
RS_LOGE("Graphic2dXmlParser
xmlDocument_
is empty, should do LoadConfiguration first");
in Parse()
44
xmlNode *root = xmlDocGetRootElement(
xmlDocument_
);
in Parse()
59
if (
xmlDocument_
!= nullptr) {
in Destroy()
60
xmlFreeDoc(
xmlDocument_
);
in Destroy()
61
xmlDocument_
= nullptr;
in Destroy()
/foundation/ability/form_fwk/services/config/
H
A
D
form_xml_parser.cpp
29
if (
xmlDocument_
!= nullptr) {
in ~FormXMLParser()
30
xmlFreeDoc(
xmlDocument_
);
in ~FormXMLParser()
31
xmlDocument_
= nullptr;
in ~FormXMLParser()
39
xmlDocument_
= xmlReadFile(CONFIG_FILE, nullptr, XML_PARSE_NOBLANKS);
in Parse()
40
if (
xmlDocument_
== nullptr) {
in Parse()
41
HILOG_ERROR("null
xmlDocument_
");
in Parse()
45
xmlNodePtr root = xmlDocGetRootElement(
xmlDocument_
);
in Parse()
H
A
D
form_xml_parser.h
43
xmlDocPtr
xmlDocument_
= nullptr;
member in OHOS::AppExecFwk::FormXMLParser
/foundation/graphic/graphic_2d/rosen/modules/graphic_2d_configure/include/
H
A
D
graphic_2d_xml_parser.h
34
explicit Graphic2dXmlParser() :
xmlDocument_
(nullptr) {}
in Graphic2dXmlParser()
52
xmlDoc *
xmlDocument_
= nullptr;
member in OHOS::Rosen::Graphic2dXmlParser
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/config/
H
A
D
xml_parser.h
35
explicit XMLParser() :
xmlDocument_
(nullptr) {}
in XMLParser()
69
xmlDoc *
xmlDocument_
= nullptr;
member in OHOS::Rosen::XMLParser
H
A
D
xml_parser.cpp
24
xmlDocument_
= xmlReadFile(fileDir, nullptr, 0);
in LoadConfiguration()
25
if (!
xmlDocument_
) {
in LoadConfiguration()
40
if (!
xmlDocument_
) {
in Parse()
41
HGM_LOGE("XMLParser
xmlDocument_
is empty, should do LoadConfiguration first");
in Parse()
44
xmlNode *root = xmlDocGetRootElement(
xmlDocument_
);
in Parse()
59
if (
xmlDocument_
!= nullptr) {
in Destroy()
60
xmlFreeDoc(
xmlDocument_
);
in Destroy()
61
xmlDocument_
= nullptr;
in Destroy()
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H
A
D
hgm_xml_parser_test.cpp
59
STEP_ASSERT_EQ(parser->
xmlDocument_
, nullptr);
in HWTEST_F()
Completed in 3 milliseconds