Home
last modified time | relevance | path

Searched refs:IsNewExtInfos (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp176 info->isNewIme = IsNewExtInfos(extInfos); in GetImeInfoFromBundleMgr()
409 return IsNewExtInfos(extInfos) ? ListInputMethodSubtype(userId, extInfos[0], subProps) in ListInputMethodSubtype()
420 bool ImeInfoInquirer::IsNewExtInfos(const std::vector<ExtensionAbilityInfo> &extInfos) in IsNewExtInfos() function in OHOS::MiscServices::ImeInfoInquirer
716 … ret = IsNewExtInfos(extInfos) ? GetSubProperty(userId, currentIme->subName, extInfos[0], subProp) in GetCurrentSubtype()
1050 imeInfo.isNewIme = IsNewExtInfos(extInfos); in GetFullImeInfo()
/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h126 bool IsNewExtInfos(const std::vector<OHOS::AppExecFwk::ExtensionAbilityInfo> &extInfos);