Home
last modified time | relevance | path

Searched defs:subProps (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_switch_test.cpp122 std::vector<SubProperty> subProps; in CheckCurrentSubProps() local
357 std::vector<SubProperty> subProps; variable
378 std::vector<SubProperty> subProps; variable
H A DnewIme_switch_test.cpp115 std::vector<SubProperty> subProps; in CheckCurrentSubProps() local
H A Dinput_method_private_member_test.cpp601 std::vector<SubProperty> subProps; variable
633 std::vector<SubProperty> subProps; variable
/ohos5.0/base/inputmethod/imf/services/src/
H A Dime_info_inquirer.cpp134 auto subProps = it->subProps; in GetImeInfoFromCache() local
175 std::vector<SubProperty> subProps; in GetImeInfoFromBundleMgr() local
391 int32_t userId, const std::string &bundleName, std::vector<SubProperty> &subProps) in ListInputMethodSubtype()
413 … ImeInfoInquirer::ListCurrentInputMethodSubtype(int32_t userId, std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype()
460 const std::vector<ExtensionAbilityInfo> &extInfos, std::vector<SubProperty> &subProps) in ListInputMethodSubtype()
527 std::vector<SubProperty> &subProps) in ListInputMethodSubtype()
883 const std::vector<SubProperty> &subProps, const Condition &condition) in FindTargetSubtypeByCondition()
H A Dinput_method_system_ability_stub.cpp272 std::vector<SubProperty> subProps = {}; in ListInputMethodSubtypeOnRemote() local
283 std::vector<SubProperty> subProps = {}; in ListCurrentInputMethodSubtypeOnRemote() local
H A Dinput_method_system_ability.cpp958 int32_t InputMethodSystemAbility::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype()
964 const std::string &bundleName, std::vector<SubProperty> &subProps) in ListInputMethodSubtype()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_property.h52 std::vector<SubProperty> subProps; member
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp213 const std::string &name, std::vector<SubProperty> &subProps) in ListInputMethodSubtype()
221 …_t InputMethodSystemAbilityProxy::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype()
H A Dinput_method_controller.cpp951 …hodController::ListInputMethodSubtype(const Property &property, std::vector<SubProperty> &subProps) in ListInputMethodSubtype()
962 int32_t InputMethodController::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype()
/ohos5.0/base/inputmethod/imf/test/unittest/napi_test/src/
H A DInputMethodTest.js70 function checkNewImeSubProps(subProps) argument
97 function checkImeSubProps(subProps) argument