Home
last modified time | relevance | path

Searched refs:IsInputTypeSupported (Results 1 - 11 of 11) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h71 bool IsInputTypeSupported(InputType type) override;
/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h70 virtual bool IsInputTypeSupported(InputType type) = 0;
H A Dinput_method_system_ability.h78 bool IsInputTypeSupported(InputType type) override;
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp173 imc->IsInputTypeSupported(InputType::CAMERA_INPUT); in InputType()
174 imc->IsInputTypeSupported(InputType::SECURITY_INPUT); in InputType()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp261 bool InputMethodSystemAbilityProxy::IsInputTypeSupported(InputType type)
H A Dinput_method_controller.cpp1275 bool InputMethodController::IsInputTypeSupported(InputType type) in IsInputTypeSupported() function in OHOS::MiscServices::InputMethodController
1283 return proxy->IsInputTypeSupported(type); in IsInputTypeSupported()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h713 IMF_API bool IsInputTypeSupported(InputType type);
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp368 return ITypesUtil::Marshal(reply, ErrorCode::NO_ERROR, IsInputTypeSupported(type)) ? ErrorCode::NO_ERROR in IsInputTypeSupportedOnRemote()
H A Dinput_method_system_ability.cpp556 bool InputMethodSystemAbility::IsInputTypeSupported(InputType type) in IsInputTypeSupported() function in OHOS::MiscServices::InputMethodSystemAbility
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp994 * @tc.desc: Test IsInputTypeSupported
1002 auto ret = service_->IsInputTypeSupported(type); in HWTEST_F()
H A Dinput_method_controller_test.cpp1303 * @tc.desc: IsInputTypeSupported
1311 auto ret = inputMethodController_->IsInputTypeSupported(InputType::NONE); in HWTEST_F()

Completed in 14 milliseconds