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:xml
(Results
1 - 9
of
9
) sorted by relevance
/foundation/multimedia/av_codec/test/unittest/dash_test/
H
A
D
dash_xml_unit_test.cpp
63
std::string
xml
= "";
in HWTEST_F()
local
64
double ret = xmlParser_->ParseFromBuffer(
xml
.c_str(),
xml
.length());
in HWTEST_F()
70
std::string
xml
= "<test><11111>";
in HWTEST_F()
local
71
double ret = xmlParser_->ParseFromBuffer(
xml
.c_str(),
xml
.length());
in HWTEST_F()
77
std::string
xml
= "<test>123</test>";
in HWTEST_F()
local
78
double ret = xmlParser_->ParseFromBuffer(
xml
.c_str(),
xml
.length());
in HWTEST_F()
84
std::string
xml
in HWTEST_F()
local
145
std::string
xml
= "/data/test/media/test_dash/segment_base/index.mpd";
HWTEST_F()
local
[all...]
/foundation/communication/wifi/wifi/base/utils/
H
A
D
xml_parser.cpp
48
bool XmlParser::LoadConfigurationMemory(const char *
xml
)
in LoadConfigurationMemory()
argument
50
if (
xml
== nullptr) {
in LoadConfigurationMemory()
51
WIFI_LOGE("LoadConfigurationMemory
xml
is nullptr");
in LoadConfigurationMemory()
54
mDoc_ = xmlReadMemory(
xml
, strlen(
xml
), nullptr, nullptr, 0);
in LoadConfigurationMemory()
H
A
D
xml_parser.h
44
* @Description load a Configuration
xml
46
* @param xmlPath - path of config
xml
52
* @Description load
xml
in memory
54
* @param
xml
- memory data
57
bool LoadConfigurationMemory(const char *
xml
);
60
* @Description parse Configuration
xml
67
* @Description get
xml
node name value
74
* @Description get
xml
node value
82
* @Description get
xml
node string content
85
* @return std::string -
xml
nod
[all...]
/foundation/multimedia/ringtone_library/test/unittest/ringtone_dualfwk_restore_test/src/
H
A
D
ringtone_dualfwk_restore_test.cpp
179
string
xml
= "setting_system";
in HWTEST_F()
local
180
auto ret = g_restoreDualFwkService->ParseDualFwkConf(
xml
);
in HWTEST_F()
184
xml
= "/data/test/backup/setting_system.
xml
";
in HWTEST_F()
185
ret = g_restoreDualFwkService->ParseDualFwkConf(
xml
);
in HWTEST_F()
/foundation/multimedia/image_framework/plugins/manager/src/framework/
H
A
D
plugin_metadata.h
140
"value": "image/svg+
xml
"
430
"value": "image/svg+
xml
"
/foundation/multimedia/ringtone_library/services/ringtone_restore/include/
H
A
D
ringtone_dualfwk_restore.h
43
int32_t ParseDualFwkConf(const std::string &
xml
);
/foundation/arkui/ace_engine/test/unittest/scripts/
H
A
D
run.py
24
import
xml
.etree.ElementTree as ET
namespace
61
default_cmds.append("--gtest_output=
xml
:{}.
xml
".format(test_binary_path))
110
xml_file_path = "{}.
xml
".format(test_binary)
/foundation/communication/wifi/wifi/test/wifi_standard/wifi_framework/wifi_toolkit/unittest/
H
A
D
wifi_settings_test.cpp
421
std::string
xml
= R"(
in HWTEST_F()
local
435
write(fd.Get(),
xml
.c_str(),
xml
.size());
in HWTEST_F()
/foundation/multimedia/ringtone_library/services/ringtone_restore/src/
H
A
D
ringtone_dualfwk_restore.cpp
89
int32_t RingtoneDualFwkRestore::ParseDualFwkConf(const string &
xml
)
in ParseDualFwkConf()
argument
91
auto parser = std::make_unique<DualFwkConfParser>(
xml
);
in ParseDualFwkConf()
104
RINGTONE_ERR_LOG("parse dualfwk-sound-setting-
xml
Failed.");
in ParseDualFwkConf()
Completed in 6 milliseconds