Home
last modified time | relevance | path

Searched refs:Unmarshall (Results 1 - 8 of 8) sorted by relevance

/base/inputmethod/imf/services/src/
H A Dsys_cfg_parser.cpp32 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 Dime_cfg_manager.cpp72 auto ret = cfg.Unmarshall(content); in ParseImeCfg()
74 IMSA_HILOGE("Unmarshall failed!"); in ParseImeCfg()
H A Dime_info_inquirer.cpp927 return subtypeCfg.Unmarshall(profiles[0]); in ParseSubtypeProfile()
/base/inputmethod/imf/services/json/src/
H A Dserializable.cpp20 bool Serializable::Unmarshall(const std::string &content) in Unmarshall() function in OHOS::MiscServices::Serializable
/base/inputmethod/imf/services/json/include/
H A Dserializable.h31 bool Unmarshall(const std::string &content);
/base/inputmethod/imf/services/adapter/settings_data_provider/src/
H A Denable_ime_data_parser.cpp223 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 Dsecurity_mode_parser.cpp83 auto ret = secModeCfg.Unmarshall(valueStr); in ParseSecurityMode()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp266 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