Home
last modified time | relevance | path

Searched refs:ERROR_EX_PARCELABLE (Results 1 – 22 of 22) sorted by relevance

/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp77 return ErrorCode::ERROR_EX_PARCELABLE; in StartInputOnRemote()
109 return ErrorCode::ERROR_EX_PARCELABLE; in ShowInputOnRemote()
120 return ErrorCode::ERROR_EX_PARCELABLE; in HideInputOnRemote()
131 return ErrorCode::ERROR_EX_PARCELABLE; in ReleaseInputOnRemote()
158 return ErrorCode::ERROR_EX_PARCELABLE; in SetCoreAndAgentOnRemote()
163 return ErrorCode::ERROR_EX_PARCELABLE; in SetCoreAndAgentOnRemote()
179 return ErrorCode::ERROR_EX_PARCELABLE; in GetDefaultInputMethodOnRemote()
195 return ErrorCode::ERROR_EX_PARCELABLE; in EnableImeOnRemote()
229 return ErrorCode::ERROR_EX_PARCELABLE; in GetCurrentInputMethodOnRemote()
244 return ErrorCode::ERROR_EX_PARCELABLE; in GetCurrentInputMethodSubtypeOnRemote()
[all …]
H A Dinput_control_channel_proxy.cpp47 return ErrorCode::ERROR_EX_PARCELABLE; in HideKeyboardSelf()
57 return ErrorCode::ERROR_EX_PARCELABLE; in HideKeyboardSelf()
H A Dinput_method_system_ability.cpp1116 return ErrorCode::ERROR_EX_PARCELABLE; in HandlePackageEvent()
H A Dperuser_session.cpp597 return ErrorCode::ERROR_EX_PARCELABLE; in BindClientWithIme()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp54 return ErrorCode::ERROR_EX_PARCELABLE; in InsertTextOnRemote()
64 return ErrorCode::ERROR_EX_PARCELABLE; in DeleteForwardOnRemote()
74 return ErrorCode::ERROR_EX_PARCELABLE; in DeleteBackwardOnRemote()
84 return ErrorCode::ERROR_EX_PARCELABLE; in GetTextBeforeCursorOnRemote()
96 return ErrorCode::ERROR_EX_PARCELABLE; in GetTextAfterCursorOnRemote()
115 return ErrorCode::ERROR_EX_PARCELABLE; in SendKeyboardStatusOnRemote()
126 return ErrorCode::ERROR_EX_PARCELABLE; in SendFunctionKeyOnRemote()
136 return ErrorCode::ERROR_EX_PARCELABLE; in MoveCursorOnRemote()
161 return ErrorCode::ERROR_EX_PARCELABLE; in SelectByRangeOnRemote()
172 return ErrorCode::ERROR_EX_PARCELABLE; in SelectByMovementOnRemote()
[all …]
H A Dinput_client_stub.cpp82 return ErrorCode::ERROR_EX_PARCELABLE; in OnInputStopOnRemote()
84 …iteInt32(OnInputStop(isStopInactiveClient)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in OnInputStopOnRemote()
93 return ErrorCode::ERROR_EX_PARCELABLE; in OnSwitchInputOnRemote()
96 : ErrorCode::ERROR_EX_PARCELABLE; in OnSwitchInputOnRemote()
105 return ErrorCode::ERROR_EX_PARCELABLE; in OnPanelStatusChangeOnRemote()
109 : ErrorCode::ERROR_EX_PARCELABLE; in OnPanelStatusChangeOnRemote()
115 …eturn reply.WriteInt32(ErrorCode::NO_ERROR) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in DeactivateClientOnRemote()
H A Dsystem_cmd_channel_stub.cpp47 return ErrorCode::ERROR_EX_PARCELABLE; in SendPrivateCommandOnRemote()
49 …teInt32(SendPrivateCommand(privateCommand)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in SendPrivateCommandOnRemote()
62 return ErrorCode::ERROR_EX_PARCELABLE; in NotifyPanelStatusOnRemote()
65 : ErrorCode::ERROR_EX_PARCELABLE; in NotifyPanelStatusOnRemote()
H A Dkeyevent_consumer_stub.cpp57 return ErrorCode::ERROR_EX_PARCELABLE; in OnKeyEventResultOnRemote()
64 …eturn reply.WriteInt32(ErrorCode::NO_ERROR) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in OnKeyEventResultOnRemote()
H A Dsystem_cmd_channel_proxy.cpp57 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
71 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
H A Dkeyevent_consumer_proxy.cpp70 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
92 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
H A Dinput_client_proxy.cpp70 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
89 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
H A Dinput_data_channel_proxy.cpp183 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
205 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
H A Dinput_method_system_ability_proxy.cpp329 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
351 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_core_stub.cpp92 …return reply.WriteInt32(ErrorCode::ERROR_EX_PARCELABLE) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_E… in InitInputControlChannelOnRemote()
100 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in InitInputControlChannelOnRemote()
112 return ErrorCode::ERROR_EX_PARCELABLE; in StartInputOnRemote()
123 return ErrorCode::ERROR_EX_PARCELABLE; in SecurityChangeOnRemote()
139 return ErrorCode::ERROR_EX_PARCELABLE; in OnConnectSystemCmdOnRemote()
153 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in SetSubtypeOnRemote()
161 return ErrorCode::ERROR_EX_PARCELABLE; in StopInputOnRemote()
191 return ErrorCode::ERROR_EX_PARCELABLE; in StopInputServiceOnRemote()
202 return ErrorCode::ERROR_EX_PARCELABLE; in IsPanelShownOnRemote()
214 return ErrorCode::ERROR_EX_PARCELABLE; in OnClientInactiveOnRemote()
[all …]
H A Dinput_method_agent_stub.cpp96 return ErrorCode::ERROR_EX_PARCELABLE; in DispatchKeyEventOnRemote()
101 return ErrorCode::ERROR_EX_PARCELABLE; in DispatchKeyEventOnRemote()
105 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in DispatchKeyEventOnRemote()
113 return ErrorCode::ERROR_EX_PARCELABLE; in SendPrivateCommandOnRemote()
116 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in SendPrivateCommandOnRemote()
124 return ErrorCode::ERROR_EX_PARCELABLE; in OnAttributeChangeOnRemote()
H A Dinput_method_agent_proxy.cpp97 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
111 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
H A Dinput_method_core_proxy.cpp122 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
141 return ErrorCode::ERROR_EX_PARCELABLE; in SendRequest()
/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_capi_utils.cpp41 { ErrorCode::ERROR_EX_PARCELABLE, IME_ERR_IMMS },
/ohos5.0/base/inputmethod/imf/common/include/
H A Dglobal.h63 ERROR_EX_PARCELABLE = -6, // parcelable exception enumerator
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_exception_test.cpp347 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE);
H A Dinput_method_private_member_test.cpp818 EXPECT_EQ(ret1, ErrorCode::ERROR_EX_PARCELABLE);
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp48 { ErrorCode::ERROR_EX_PARCELABLE, EXCEPTION_IMMS },