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:Unmarshall
(Results
1 - 8
of
8
) sorted by relevance
/base/inputmethod/imf/services/src/
H
A
D
sys_cfg_parser.cpp
32
auto ret = imeSysCfg.
Unmarshall
(content);
in ParseSystemConfig()
45
auto ret = inputTypeCfg.
Unmarshall
(content);
in ParseInputType()
58
auto ret = sysPanelAdjustCfg.
Unmarshall
(content);
in ParsePanelAdjust()
71
auto ret = defaultFullImeCfg.
Unmarshall
(content);
in ParseDefaultFullIme()
H
A
D
ime_cfg_manager.cpp
72
auto ret = cfg.
Unmarshall
(content);
in ParseImeCfg()
74
IMSA_HILOGE("
Unmarshall
failed!");
in ParseImeCfg()
H
A
D
ime_info_inquirer.cpp
927
return subtypeCfg.
Unmarshall
(profiles[0]);
in ParseSubtypeProfile()
/base/inputmethod/imf/services/json/src/
H
A
D
serializable.cpp
20
bool Serializable::
Unmarshall
(const std::string &content)
in Unmarshall()
function in OHOS::MiscServices::Serializable
/base/inputmethod/imf/services/json/include/
H
A
D
serializable.h
31
bool
Unmarshall
(const std::string &content);
/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H
A
D
enable_ime_data_parser.cpp
223
auto ret = tempIme.
Unmarshall
(valueStr);
in ParseTempIme()
236
auto ret = enableIme.
Unmarshall
(valueStr);
in ParseEnableIme()
249
auto ret = enableKeyboard.
Unmarshall
(valueStr);
in ParseEnableKeyboard()
H
A
D
security_mode_parser.cpp
83
auto ret = secModeCfg.
Unmarshall
(valueStr);
in ParseSecurityMode()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H
A
D
json_operate_test.cpp
266
auto ret = imeSystemConfig.
Unmarshall
(INPUT_SYS_CGF);
in HWTEST_F()
286
auto ret = inputTypeCfg.
Unmarshall
(INPUT_SYS_CGF);
in HWTEST_F()
342
auto ret = sysPanelAdjustCfg.
Unmarshall
(SYS_PANEL_ADJUST);
in HWTEST_F()
Completed in 7 milliseconds