Lines Matching refs:extName
658 int32_t userId, const std::string &bundleName, const std::string &extName)
668 .id = extName.empty() ? extInfos[0].name : extName,
684 prop->id = currentImeCfg->extName;
689 return GetImeProperty(userId, currentImeCfg->bundleName, currentImeCfg->extName);
729 bool ImeInfoInquirer::IsImeInstalled(const int32_t userId, const std::string &bundleName, const std::string &extName)
731 IMSA_HILOGD("userId: %{public}d, bundleName: %{public}s, extName: %{public}s.", userId, bundleName.c_str(),
732 extName.c_str());
736 [&bundleName, &extName](const OHOS::AppExecFwk::ExtensionAbilityInfo &extInfo) {
737 return extInfo.bundleName == bundleName && extName == extInfo.name;
751 if (currentImeCfg->imeId.empty() || !IsImeInstalled(userId, currentImeCfg->bundleName, currentImeCfg->extName)) {
866 imeCfg.extName = imeCfg.imeId.substr(pos + 1);
933 if (ime.bundleName.empty() || ime.extName.empty()) {
939 defaultIme->id = ime.extName;