Searched defs:subProps (Results 1 – 9 of 9) sorted by relevance
/base/inputmethod/imf/services/src/ |
D | ime_info_inquirer.cpp | 140 std::vector<SubProperty> subProps; in GetImeInfoFromBundleMgr() local 316 const int32_t userId, const std::string &bundleName, std::vector<SubProperty> &subProps) in ListInputMethodSubtype() 336 …foInquirer::ListCurrentInputMethodSubtype(const int32_t userId, std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() 363 …32_t userId, const std::vector<ExtensionAbilityInfo> &extInfos, std::vector<SubProperty> &subProps) in ListInputMethodSubtype() 385 const int32_t userId, const ExtensionAbilityInfo &extInfo, std::vector<SubProperty> &subProps) in ListInputMethodSubtype() 509 std::vector<SubProperty> subProps = {}; in GetCurrentInputMethodSubtype() local 628 const std::vector<SubProperty> &subProps, const Condition &condition) in GetImeSubProp() 662 …nquirer::ParseSubProp(const std::vector<std::string> &profiles, std::vector<SubProperty> &subProps) in ParseSubProp() 681 void ImeInfoInquirer::ParseSubProp(const json &jsonSubProps, std::vector<SubProperty> &subProps) in ParseSubProp()
|
D | input_method_system_ability_stub.cpp | 186 std::vector<SubProperty> subProps = {}; in ListInputMethodSubtypeOnRemote() local 197 std::vector<SubProperty> subProps = {}; in ListCurrentInputMethodSubtypeOnRemote() local
|
D | input_method_system_ability.cpp | 522 int32_t InputMethodSystemAbility::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype() 528 const std::string &bundleName, std::vector<SubProperty> &subProps) in ListInputMethodSubtype()
|
/base/inputmethod/imf/services/include/ |
D | ime_info_inquirer.h | 37 std::vector<SubProperty> subProps; member
|
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
D | input_method_switch_test.cpp | 128 std::vector<SubProperty> subProps; in CheckCurrentSubProps() local 364 std::vector<SubProperty> subProps; variable 385 std::vector<SubProperty> subProps; variable
|
D | newIme_switch_test.cpp | 124 std::vector<SubProperty> subProps; in CheckCurrentSubProps() local
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
D | input_method_system_ability_proxy.cpp | 154 const std::string &name, std::vector<SubProperty> &subProps) in ListInputMethodSubtype() 167 …_t InputMethodSystemAbilityProxy::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype()
|
D | input_method_controller.cpp | 978 …hodController::ListInputMethodSubtype(const Property &property, std::vector<SubProperty> &subProps) in ListInputMethodSubtype() 989 int32_t InputMethodController::ListCurrentInputMethodSubtype(std::vector<SubProperty> &subProps) in ListCurrentInputMethodSubtype()
|
/base/inputmethod/imf/test/unittest/napi_test/src/ |
D | InputMethodTest.js | 79 function checkNewImeSubProps(subProps) argument 106 function checkImeSubProps(subProps) argument
|