Searched refs:subProperties (Results 1 – 5 of 5) sorted by relevance
81 … int32_t ListInputMethodSubtype(const Property &property, std::vector<SubProperty> &subProperties);82 IMF_API int32_t ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProperties);
59 std::vector<SubProperty> subProperties = {}; in TestListInputMethodSubtype() local66 imc->ListInputMethodSubtype(property, subProperties); in TestListInputMethodSubtype()
358 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListInputMethodSubtype()363 … InputMethodController::GetInstance()->ListInputMethodSubtype(ctxt->property, ctxt->subProperties); in ListInputMethodSubtype()384 *result = JsInputMethod::GetJSInputMethodSubProperties(env, ctxt->subProperties); in ListCurrentInputMethodSubtype()388 …errCode = InputMethodController::GetInstance()->ListCurrentInputMethodSubtype(ctxt->subProperties); in ListCurrentInputMethodSubtype()
31 std::vector<SubProperty> subProperties; member
183 …tMethod::GetJSInputMethodSubProperties(napi_env env, const std::vector<SubProperty> &subProperties) in GetJSInputMethodSubProperties() argument192 for (const auto &subproperty : subProperties) { in GetJSInputMethodSubProperties()