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