Home
last modified time | relevance | path

Searched refs:ERROR_IME_NOT_STARTED (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dperuser_session.cpp196 return ErrorCode::ERROR_IME_NOT_STARTED; in HideKeyboard()
220 return ErrorCode::ERROR_IME_NOT_STARTED; in ShowKeyboard()
314 return ErrorCode::ERROR_IME_NOT_STARTED; in RemoveIme()
385 return ErrorCode::ERROR_IME_NOT_STARTED; in OnRequestShowInput()
565 return ErrorCode::ERROR_IME_NOT_STARTED; in OnStartInput()
582 return ErrorCode::ERROR_IME_NOT_STARTED; in BindClientWithIme()
742 return ErrorCode::ERROR_IME_NOT_STARTED; in InitInputControlChannel()
1257 return ErrorCode::ERROR_IME_NOT_STARTED; in SwitchSubtype()
1267 return ErrorCode::ERROR_IME_NOT_STARTED; in SwitchSubtypeWithoutStartIme()
1329 return ErrorCode::ERROR_IME_NOT_STARTED; in IsPanelShown()
[all …]
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_capi_utils.cpp36 { ErrorCode::ERROR_IME_NOT_STARTED, IME_ERR_IMMS },
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp665 return ErrorCode::ERROR_IME_NOT_STARTED; in OnCursorUpdate()
699 return ErrorCode::ERROR_IME_NOT_STARTED; in OnSelectionChange()
729 return ErrorCode::ERROR_IME_NOT_STARTED; in OnConfigurationChange()
815 return ErrorCode::ERROR_IME_NOT_STARTED; in DispatchKeyEvent()
889 return ErrorCode::ERROR_IME_NOT_STARTED; in SetCallingWindow()
1369 return ErrorCode::ERROR_IME_NOT_STARTED; in SendPrivateCommand()
/ohos5.0/base/inputmethod/imf/common/include/
H A Dglobal.h75 ERROR_IME_NOT_STARTED = 6, enumerator
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp244 EXPECT_EQ(ret, ErrorCode::ERROR_IME_NOT_STARTED);
247 EXPECT_EQ(ret, ErrorCode::ERROR_IME_NOT_STARTED);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp42 { ErrorCode::ERROR_IME_NOT_STARTED, EXCEPTION_IMMS },
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_ability.cpp451 return ErrorCode::ERROR_IME_NOT_STARTED; in OnStopInputService()