Home
last modified time | relevance | path

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

/base/inputmethod/imf/frameworks/native/inputmethod_controller/include/
H A Dinput_method_system_ability_proxy.h73 int32_t StartInputType(InputType type) override;
/base/inputmethod/imf/services/include/
H A Di_input_method_system_ability.h72 virtual int32_t StartInputType(InputType type) = 0;
H A Dinput_method_system_ability.h80 int32_t StartInputType(InputType type) override;
168 int32_t StartInputType(int32_t userId, InputType type);
/base/inputmethod/imf/test/fuzztest/inputmethodcontroller_fuzzer/
H A Dinputmethodcontroller_fuzzer.cpp175 imc->StartInputType(InputType::CAMERA_INPUT); in InputType()
176 imc->StartInputType(InputType::SECURITY_INPUT); in InputType()
/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp317 return StartInputType(userId, InputType::SECURITY_INPUT); in CheckInputTypeOption()
326 return StartInputType(userId, InputType::SECURITY_INPUT); in CheckInputTypeOption()
561 int32_t InputMethodSystemAbility::StartInputType(InputType type) in StartInputType() function in OHOS::MiscServices::InputMethodSystemAbility
563 return StartInputType(GetCallingUserId(), type); in StartInputType()
580 return StartInputType(userId, InputType::SECURITY_INPUT); in ExitCurrentInputType()
1515 ret = StartInputType(userId, InputType::SECURITY_INPUT);
1796 int32_t InputMethodSystemAbility::StartInputType(int32_t userId, InputType type)
H A Dinput_method_system_ability_stub.cpp379 return ITypesUtil::Marshal(reply, StartInputType(type)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in StartInputTypeOnRemote()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_system_ability_proxy.cpp271 int32_t InputMethodSystemAbilityProxy::StartInputType(InputType type)
H A Dinput_method_controller.cpp1296 int32_t InputMethodController::StartInputType(InputType type) in StartInputType() function in OHOS::MiscServices::InputMethodController
1304 return proxy->StartInputType(type); in StartInputType()
/base/inputmethod/imf/interfaces/inner_api/inputmethod_controller/include/
H A Dinput_method_controller.h724 IMF_API int32_t StartInputType(InputType type);
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp938 ret = service_->StartInputType(InputType::NONE); in HWTEST_F()
1008 * @tc.desc: Test StartInputType
1016 auto ret = service_->StartInputType(type); in HWTEST_F()
H A Dinput_method_controller_test.cpp1317 * @tc.desc: StartInputType
1325 auto ret = inputMethodController_->StartInputType(InputType::NONE); in HWTEST_F()

Completed in 14 milliseconds