Home
last modified time | relevance | path

Searched refs:ListInputMethodCommon (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h836 int32_t ListInputMethodCommon(InputMethodStatus status, std::vector<Property> &props);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp404 int32_t InputMethodController::ListInputMethodCommon(InputMethodStatus status, std::vector<Property… in ListInputMethodCommon() function in OHOS::MiscServices::InputMethodController
418 return ListInputMethodCommon(ALL, props); in ListInputMethod()
424 return ListInputMethodCommon(enable ? ENABLE : DISABLE, props); in ListInputMethod()
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp222 …auto ret = InputMethodController::GetInstance()->ListInputMethodCommon(static_cast<InputMethodStat…