Searched refs:ParseSubtypeProfile (Results 1 – 3 of 3) sorted by relevance
306 auto ret = ImeInfoInquirer::GetInstance().ParseSubtypeProfile(profiles, subtype);323 ret = ImeInfoInquirer::GetInstance().ParseSubtypeProfile(profiles1, subtype1);
141 bool ParseSubtypeProfile(const std::vector<std::string> &profiles, SubtypeCfg &subtypeCfg);
594 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