Searched refs:GetSubProperty (Results 1 - 3 of 3) sorted by relevance
/base/inputmethod/imf/services/include/ |
H A D | ime_info_inquirer.h | 135 int32_t GetSubProperty(int32_t userId, const std::string &subName, 137 int32_t GetSubProperty(int32_t userId, const std::string &subName,
|
/base/inputmethod/imf/services/src/ |
H A D | ime_info_inquirer.cpp | 431 int32_t ImeInfoInquirer::GetSubProperty(int32_t userId, const std::string &subName, in GetSubProperty() function in OHOS::MiscServices::ImeInfoInquirer 481 int32_t ImeInfoInquirer::GetSubProperty(int32_t userId, const std::string &subName, in GetSubProperty() function in OHOS::MiscServices::ImeInfoInquirer 720 ret = IsNewExtInfos(extInfos) ? GetSubProperty(userId, currentIme->subName, extInfos[0], subProp) in GetCurrentSubtype() 721 : GetSubProperty(userId, currentIme->subName, extInfos, subProp); in GetCurrentSubtype()
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | input_method_private_member_test.cpp | 857 auto ret = ImeInfoInquirer::GetInstance().GetSubProperty(userId, subName, extInfos, subProp); in HWTEST_F() 876 auto ret = ImeInfoInquirer::GetInstance().GetSubProperty(userId, subName, extInfos, subProp); in HWTEST_F()
|
Completed in 5 milliseconds