Searched refs:SECURITY_INPUT (Results 1 - 6 of 6) sorted by relevance
/base/inputmethod/imf/services/src/ |
H A D | input_type_manager.cpp | 100 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 D | input_method_system_ability.cpp | 317 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 D | inputmethodcontroller_fuzzer.cpp | 174 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 D | input_method_utils.h | 280 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 D | json_operate_test.cpp | 293 EXPECT_EQ(inputType[1].type, InputType::SECURITY_INPUT); in HWTEST_F()
|
H A D | input_method_private_member_test.cpp | 1001 InputType type = InputType::SECURITY_INPUT; in HWTEST_F()
|
Completed in 8 milliseconds