Home
last modified time | relevance | path

Searched refs:ListDisabledInputMethod (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h131 …int32_t ListDisabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp265 return ListDisabledInputMethod(userId, props, enableOn); in ListInputMethod()
332 int32_t ImeInfoInquirer::ListDisabledInputMethod(const int32_t userId, std::vector<Property> &props… in ListDisabledInputMethod() function in OHOS::MiscServices::ImeInfoInquirer