Lines Matching refs:GetStringById
446 subProp.label = GetStringById(extInfo->bundleName, extInfo->moduleName, extInfo->labelId, userId);
466 subProperty.label = GetStringById(extInfo.bundleName, extInfo.moduleName, extInfo.labelId, userId);
512 subProp.label = GetStringById(extInfo.bundleName, extInfo.moduleName, subProp.labelId, userId);
559 auto errValue = resMgr->GetStringById(subProp.labelId, subProp.label);
561 IMSA_HILOGE("GetStringById failed, bundleName:%{public}s, id:%{public}d.", extInfo.bundleName.c_str(),
627 std::string ImeInfoInquirer::GetStringById(const std::string &bundleName, const std::string &moduleName,
631 return bundleMgr == nullptr ? "" : bundleMgr->GetStringById(bundleName, moduleName, labelId, userId);
1176 return GetStringById(extension.bundleName, extension.moduleName, extension.labelId, userId);
1179 return GetStringById(extension.bundleName, extension.applicationInfo.labelResource.moduleName,
1184 return GetStringById(extension.bundleName, extension.moduleName, extension.descriptionId, userId);
1187 return GetStringById(extension.bundleName, extension.applicationInfo.descriptionResource.moduleName,