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:ParseName
(Results
1 - 4
of
4
) sorted by relevance
/commonlibrary/ets_utils/js_api_module/xml/
H
A
D
js_xml.cpp
744
std::string XmlPullParser::
ParseName
()
in ParseName()
function in OHOS::xml::XmlPullParser
1066
std::string attrName =
ParseName
();
in ParseStartTagFuncDeal()
1147
name_ =
ParseName
();
in ParseStartTag()
1217
name_ =
ParseName
();
in ParseEndTag()
1378
ParseName
();
in ParseInnerEleDec()
1390
ParseName
();
in ParseInnerAttriDeclFunc()
1403
ParseName
();
in ParseInnerAttriDeclFunc()
1411
std::string elementName =
ParseName
();
in ParseInnerAttriDecl()
1419
std::string attributeName =
ParseName
();
in ParseInnerAttriDecl()
1467
std::string name =
ParseName
();
in ParseEntityDecl()
[all...]
H
A
D
js_xml.h
347
std::string
ParseName
();
/commonlibrary/ets_utils/js_api_module/xml/test/
H
A
D
test_xml.h
40
static std::string
ParseName
(napi_env env);
287
std::string XmlTest::
ParseName
(napi_env env)
in ParseName()
function in OHOS::xml::XmlTest
295
return xmlPullParser.
ParseName
();
in ParseName()
H
A
D
test_xml.cpp
2107
/* @tc.name:
ParseName
2108
* @tc.desc: Test
ParseName
Func
2111
HWTEST_F(NativeEngineTest,
ParseName
, testing::ext::TestSize.Level0)
in HWTEST_F()
2114
std::string res = XmlTest::
ParseName
(env);
in HWTEST_F()
Completed in 11 milliseconds