Home
last modified time | relevance | path

Searched refs:ERROR_EX_NULL_POINTER (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_method_controller.cpp309 return ErrorCode::ERROR_EX_NULL_POINTER; in HideCurrentInput()
329 return ErrorCode::ERROR_EX_NULL_POINTER; in ShowCurrentInput()
371 return ErrorCode::ERROR_EX_NULL_POINTER; in RequestShowInput()
382 return ErrorCode::ERROR_EX_NULL_POINTER; in RequestHideInput()
394 return ErrorCode::ERROR_EX_NULL_POINTER; in DisplayOptionalInputMethod()
410 return ErrorCode::ERROR_EX_NULL_POINTER; in ListInputMethodCommon()
809 return ErrorCode::ERROR_EX_NULL_POINTER; in DispatchKeyEvent()
822 return ErrorCode::ERROR_EX_NULL_POINTER; in DispatchKeyEvent()
901 return ErrorCode::ERROR_EX_NULL_POINTER; in ShowSoftKeyboard()
917 return ErrorCode::ERROR_EX_NULL_POINTER; in HideSoftKeyboard()
[all …]
H A Dsystem_cmd_channel_proxy.cpp62 return ErrorCode::ERROR_EX_NULL_POINTER; in SendRequest()
H A Dkeyevent_consumer_proxy.cpp75 return ErrorCode::ERROR_EX_NULL_POINTER; in SendRequest()
H A Dinput_client_proxy.cpp75 return ErrorCode::ERROR_EX_NULL_POINTER; in SendRequest()
H A Dinput_data_channel_proxy.cpp188 return ErrorCode::ERROR_EX_NULL_POINTER; in SendRequest()
H A Dime_system_channel.cpp213 return ErrorCode::ERROR_EX_NULL_POINTER; in ReceivePrivateCommand()
H A Dinput_method_system_ability_proxy.cpp334 return ErrorCode::ERROR_EX_NULL_POINTER; in SendRequest()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp259 return ErrorCode::ERROR_EX_NULL_POINTER; in SendMessage()
264 return ErrorCode::ERROR_EX_NULL_POINTER; in SendMessage()
275 return ErrorCode::ERROR_EX_NULL_POINTER; in SendMessage()
H A Dinput_method_agent_proxy.cpp102 return ErrorCode::ERROR_EX_NULL_POINTER; in SendRequest()
H A Dinput_method_core_proxy.cpp127 return ErrorCode::ERROR_EX_NULL_POINTER; in SendRequest()
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_control_channel_proxy.cpp52 return ErrorCode::ERROR_EX_NULL_POINTER; in HideKeyboardSelf()
H A Dinput_method_system_ability_stub.cpp224 return reply.WriteInt32(ErrorCode::ERROR_EX_NULL_POINTER) ? ErrorCode::NO_ERROR in GetCurrentInputMethodOnRemote()
239 return reply.WriteInt32(ErrorCode::ERROR_EX_NULL_POINTER) ? ErrorCode::NO_ERROR in GetCurrentInputMethodSubtypeOnRemote()
H A Dinput_method_system_ability.cpp259 return ErrorCode::ERROR_EX_NULL_POINTER; in GenerateClientInfo()
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_capi_utils.cpp37 { ErrorCode::ERROR_EX_NULL_POINTER, IME_ERR_IMMS },
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dime_system_channel_test.cpp135 EXPECT_EQ(ret, ErrorCode::ERROR_EX_NULL_POINTER);
/ohos5.0/base/inputmethod/imf/common/include/
H A Dglobal.h61 ERROR_EX_NULL_POINTER = -4, // null pointer exception enumerator
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp43 { ErrorCode::ERROR_EX_NULL_POINTER, EXCEPTION_IMMS },