Home
last modified time | relevance | path

Searched defs:props (Results 1 – 6 of 6) sorted by relevance

/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
Dcert_manager_app_cert_process.c247 struct CmKeyProperties props = { in ImportRsaKey() local
285 const struct CmKeyProperties props = { in ImportEccKey() local
314 struct CmKeyProperties props = { in ImportEd25519Key() local
/base/inputmethod/imf/services/src/
Dime_info_inquirer.cpp247 const int32_t userId, const InputMethodStatus status, std::vector<Property> &props) in ListInputMethod()
262 int32_t ImeInfoInquirer::ListInputMethod(const int32_t userId, std::vector<Property> &props) in ListInputMethod()
284 int32_t ImeInfoInquirer::ListEnabledInputMethod(const int32_t userId, std::vector<Property> &props) in ListEnabledInputMethod()
296 int32_t ImeInfoInquirer::ListDisabledInputMethod(const int32_t userId, std::vector<Property> &props) in ListDisabledInputMethod()
Dinput_method_system_ability.cpp517 …t InputMethodSystemAbility::ListInputMethod(InputMethodStatus status, std::vector<Property> &props) in ListInputMethod()
743 std::vector<Property> props = {}; in SwitchType() local
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_private_member_test.cpp173 std::vector<Property> props; variable
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp563 …nputMethodController::ListInputMethodCommon(InputMethodStatus status, std::vector<Property> &props) in ListInputMethodCommon()
574 int32_t InputMethodController::ListInputMethod(std::vector<Property> &props) in ListInputMethod()
580 int32_t InputMethodController::ListInputMethod(bool enable, std::vector<Property> &props) in ListInputMethod()
Dinput_method_system_ability_proxy.cpp122 …utMethodSystemAbilityProxy::ListInputMethod(InputMethodStatus status, std::vector<Property> &props) in ListInputMethod()