Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/include/
H A Dime_info_inquirer.h135 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 Dime_info_inquirer.cpp431 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 Dinput_method_private_member_test.cpp857 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