Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h125 bool IsNewExtInfos(const std::vector<OHOS::AppExecFwk::ExtensionAbilityInfo> &extInfos);
/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
720 ret = IsNewExtInfos(extInfos) ? GetSubProperty(userId, currentIme->subName, extInfos[0], subProp) in GetCurrentSubtype()
1044 imeInfo.isNewIme = IsNewExtInfos(extInfos); in GetFullImeInfo()

Completed in 3 milliseconds