/base/inputmethod/imf/frameworks/cj/src/ |
H A D | utils.cpp | 31 void Utils::InputMethodProperty2C(CInputMethodProperty &props, const Property &property) in InputMethodProperty2C() argument 41 Property Utils::C2InputMethodProperty(CInputMethodProperty props) in C2InputMethodProperty() argument 53 InputMethodSubProperty2C(CInputMethodSubtype &props, const SubProperty &property) InputMethodSubProperty2C() argument [all...] |
H A D | input_method_ffi.cpp | 27 int32_t FfiInputMethodGetDefaultInputMethod(CInputMethodProperty &props) in FfiInputMethodGetDefaultInputMethod() argument 43 int32_t FfiInputMethodGetCurrentInputMethod(CInputMethodProperty &props) in FfiInputMethodGetCurrentInputMethod() argument 58 int32_t FfiInputMethodSwitchInputMethod(bool &result, CInputMethodProperty props) in FfiInputMethodSwitchInputMethod() argument 88 int32_t FfiInputMethodGetCurrentInputMethodSubtype(CInputMethodSubtype &props) in FfiInputMethodGetCurrentInputMethodSubtype() argument 136 RetInputMethodSubtype FfiInputMethodSettingListInputMethodSubtype(CInputMethodProperty props) in FfiInputMethodSettingListInputMethodSubtype() argument 162 CInputMethodSubtype props; FfiInputMethodSettingListInputMethodSubtype() local 194 CInputMethodSubtype props; FfiInputMethodSettingListCurrentInputMethodSubtype() local 225 CInputMethodProperty props; FfiInputMethodSettingGetInputMethods() local 256 CInputMethodProperty props; FfiInputMethodSettingGetAllInputMethods() local [all...] |
/base/inputmethod/imf/test/unittest/cpp_test/src/ |
H A D | json_operate_test.cpp | 378 std::vector<Property> props; in HWTEST_F() local
|
H A D | input_method_switch_test.cpp | 477 std::vector<Property> props; in HWTEST_F() local
|
H A D | input_method_private_member_test.cpp | 223 std::vector<Property> props; in HWTEST_F() local 474 std::vector<Property> props; in HWTEST_F() local 497 std::vector<Property> props; in HWTEST_F() local 587 std::vector<Property> props; in HWTEST_F() local 620 std::vector<Property> props; HWTEST_F() local [all...] |
/base/global/resource_management/interfaces/js/kits/src/ |
H A D | sendable_resource_manager_napi.cpp | 58 static bool GetResourceProp(napi_env env, napi_callback_info info, std::vector<napi_value> &props)
in GetResourceProp() argument 153 std::vector<napi_value> props;
in InstanceResource() local [all...] |
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/ |
H A D | cert_manager_app_cert_process.c | 251 struct CmKeyProperties props = { in ImportRsaKey() local 289 const struct CmKeyProperties props = { in ImportEccKey() local 318 struct CmKeyProperties props = { in ImportEd25519Key() local
|
/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 939 int32_t InputMethodSystemAbility::ListInputMethod(InputMethodStatus status, std::vector<Property> &props) in ListInputMethod() argument
|
H A D | ime_info_inquirer.cpp | 254 int32_t ImeInfoInquirer::ListInputMethod(int32_t userId, InputMethodStatus status, std::vector<Property> &props, in ListInputMethod() argument 270 int32_t ImeInfoInquirer::ListInputMethod(const int32_t userId, std::vector<Property> &props) in ListInputMethod() argument 305 ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn) ListEnabledInputMethod() argument 332 ListDisabledInputMethod(const int32_t userId, std::vector<Property> &props, bool enableOn) ListDisabledInputMethod() argument 365 std::vector<Property> props; GetSwitchInfoBySwitchCount() local [all...] |
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | input_method_controller.cpp | 404 int32_t InputMethodController::ListInputMethodCommon(InputMethodStatus status, std::vector<Property> &props) in ListInputMethodCommon() argument 415 int32_t InputMethodController::ListInputMethod(std::vector<Property> &props) in ListInputMethod() argument 421 int32_t InputMethodController::ListInputMethod(bool enable, std::vector<Property> &props) in ListInputMethod() argument
|