Home
last modified time | relevance | path

Searched refs:inputTypeCfg (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dsys_cfg_parser.cpp44 InputTypeCfg inputTypeCfg; in ParseInputType() local
45 auto ret = inputTypeCfg.Unmarshall(content); in ParseInputType()
46 inputType = inputTypeCfg.inputType; in ParseInputType()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp281 InputTypeCfg inputTypeCfg; variable
282 auto ret = inputTypeCfg.Unmarshall(INPUT_SYS_CGF);
284 auto inputType = inputTypeCfg.inputType;
/ohos5.0/foundation/distributeddatamgr/udmf/framework/common/
H A Dutd_cfgs_checker.cpp113 for (auto &inputTypeCfg: inputTypeCfgs) { in CheckTypesRelation() local
114 typeIds.push_back(inputTypeCfg.typeId); in CheckTypesRelation()