Searched refs:ListInputMethodCommon (Results 1 – 3 of 3) sorted by relevance
836 int32_t ListInputMethodCommon(InputMethodStatus status, std::vector<Property> &props);
404 int32_t InputMethodController::ListInputMethodCommon(InputMethodStatus status, std::vector<Property… in ListInputMethodCommon() function in OHOS::MiscServices::InputMethodController418 return ListInputMethodCommon(ALL, props); in ListInputMethod()424 return ListInputMethodCommon(enable ? ENABLE : DISABLE, props); in ListInputMethod()
222 …auto ret = InputMethodController::GetInstance()->ListInputMethodCommon(static_cast<InputMethodStat…