Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp306 auto ret = ImeInfoInquirer::GetInstance().ParseSubtypeProfile(profiles, subtype);
323 ret = ImeInfoInquirer::GetInstance().ParseSubtypeProfile(profiles1, subtype1);
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h141 bool ParseSubtypeProfile(const std::vector<std::string> &profiles, SubtypeCfg &subtypeCfg);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp594 if (!ParseSubtypeProfile(profiles, subtypeCfg)) { in ParseSubtype()
917 bool ImeInfoInquirer::ParseSubtypeProfile(const std::vector<std::string> &profiles, SubtypeCfg &sub… in ParseSubtypeProfile() function in OHOS::MiscServices::ImeInfoInquirer