• Home
  • Raw
  • Download

Lines Matching refs:labelId

136 …gById(extInfos[0].bundleName, extInfos[0].moduleName, extInfos[0].applicationInfo.labelId, userId);  in GetImeInfoFromBundleMgr()
137 info.prop.labelId = extInfos[0].applicationInfo.labelId; in GetImeInfoFromBundleMgr()
209 params += "\"labelId\": \"" + std::to_string(property.labelId) + "\","; in GetInputMethodParam()
231 …label = GetStringById(extension.bundleName, extension.moduleName, applicationInfo.labelId, userId); in ListInputMethodInfo()
237 property.labelId = applicationInfo.labelId; in ListInputMethodInfo()
277 …tStringById(extension.bundleName, extension.moduleName, extension.applicationInfo.labelId, userId), in ListInputMethod()
278 .labelId = extension.applicationInfo.labelId, in ListInputMethod()
368 subProperty.labelId = extInfo.labelId; in ListInputMethodSubtype()
369 …subProperty.label = GetStringById(extInfo.bundleName, extInfo.moduleName, extInfo.labelId, userId); in ListInputMethodSubtype()
409 subProp.labelId = atoi(subProp.label.substr(pos + 1).c_str()); in ListInputMethodSubtype()
410 … subProp.label = GetStringById(extInfo.bundleName, extInfo.moduleName, subProp.labelId, userId); in ListInputMethodSubtype()
442 const std::string &bundleName, const std::string &moduleName, int32_t labelId, int32_t userId) in GetStringById() argument
445 …return bundleMgr == nullptr ? "" : bundleMgr->GetStringById(bundleName, moduleName, labelId, userI… in GetStringById()
492 …gById(extInfos[0].bundleName, extInfos[0].moduleName, extInfos[0].applicationInfo.labelId, userId), in GetCurrentInputMethod()
493 .labelId = extInfos[0].applicationInfo.labelId, in GetCurrentInputMethod()