Home
last modified time | relevance | path

Searched refs:SECURITY_INPUT (Results 1 - 6 of 6) sorted by relevance

/base/inputmethod/imf/services/src/
H A Dinput_type_manager.cpp100 return inputTypes_.find(InputType::SECURITY_INPUT) != inputTypes_.end() && in IsSecurityImeStarted()
101 inputTypes_[InputType::SECURITY_INPUT] == GetCurrentIme(); in IsSecurityImeStarted()
129 return InputType::SECURITY_INPUT; in GetCurrentInputType()
H A Dinput_method_system_ability.cpp317 return StartInputType(userId, InputType::SECURITY_INPUT); in CheckInputTypeOption()
326 return StartInputType(userId, InputType::SECURITY_INPUT); in CheckInputTypeOption()
580 return StartInputType(userId, InputType::SECURITY_INPUT); in ExitCurrentInputType()
1515 ret = StartInputType(userId, InputType::SECURITY_INPUT);
1807 // add for not adapter for SECURITY_INPUT
1808 if (type == InputType::SECURITY_INPUT) {
1816 return type == InputType::SECURITY_INPUT ? OnStartInputType(userId, switchInfo, false)
1823 InputTypeManager::GetInstance().GetImeByInputType(InputType::SECURITY_INPUT, ime);
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp174 imc->IsInputTypeSupported(InputType::SECURITY_INPUT); in InputType()
176 imc->StartInputType(InputType::SECURITY_INPUT); in InputType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_utils.h280 enum class InputType : int32_t { NONE = -1, CAMERA_INPUT = 0, SECURITY_INPUT, VOICE_INPUT, END }; member in OHOS::MiscServices::InputType
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Djson_operate_test.cpp293 EXPECT_EQ(inputType[1].type, InputType::SECURITY_INPUT); in HWTEST_F()
H A Dinput_method_private_member_test.cpp1001 InputType type = InputType::SECURITY_INPUT; in HWTEST_F()

Completed in 8 milliseconds