Home
last modified time | relevance | path

Searched refs:ListEnabledInputMethod (Results 1 - 3 of 3) sorted by relevance

/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h129 int32_t ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn);
/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp262 return ListEnabledInputMethod(userId, props, enableOn); in ListInputMethod()
305 int32_t ImeInfoInquirer::ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn) in ListEnabledInputMethod() function in OHOS::MiscServices::ImeInfoInquirer
366 auto ret = ListEnabledInputMethod(userId, props, enableOn); in GetSwitchInfoBySwitchCount()
368 IMSA_HILOGE("userId: %{public}d ListEnabledInputMethod failed!", userId); in GetSwitchInfoBySwitchCount()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp589 auto ret = ImeInfoInquirer::GetInstance().ListEnabledInputMethod(currentUserId, props, false); in HWTEST_F()

Completed in 5 milliseconds