Home
last modified time | relevance | path

Searched refs:ERROR_EX_PARCELABLE (Results 1 - 23 of 23) sorted by relevance

/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability_stub.cpp77 return ErrorCode::ERROR_EX_PARCELABLE; in StartInputOnRemote()
83 : ErrorCode::ERROR_EX_PARCELABLE; in StartInputOnRemote()
89 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in ShowCurrentInputOnRemote()
95 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in HideCurrentInputOnRemote()
101 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in StopInputSessionOnRemote()
109 return ErrorCode::ERROR_EX_PARCELABLE; in ShowInputOnRemote()
112 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in ShowInputOnRemote()
120 return ErrorCode::ERROR_EX_PARCELABLE; in HideInputOnRemote()
123 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in HideInputOnRemote()
131 return ErrorCode::ERROR_EX_PARCELABLE; in ReleaseInputOnRemote()
[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 Dperuser_session.cpp605 return ErrorCode::ERROR_EX_PARCELABLE; in BindClientWithIme()
H A Dinput_method_system_ability.cpp1096 return ErrorCode::ERROR_EX_PARCELABLE; in HandlePackageEvent()
/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_EX_PARCELABLE; in InitInputControlChannelOnRemote()
97 return reply.WriteInt32(ErrorCode::ERROR_NULL_POINTER) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in InitInputControlChannelOnRemote()
100 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in InitInputControlChannelOnRemote()
112 return ErrorCode::ERROR_EX_PARCELABLE; in StartInputOnRemote()
115 return ITypesUtil::Marshal(reply, ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in StartInputOnRemote()
123 return ErrorCode::ERROR_EX_PARCELABLE; in SecurityChangeOnRemote()
126 return ITypesUtil::Marshal(reply, ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in SecurityChangeOnRemote()
139 return ErrorCode::ERROR_EX_PARCELABLE; in OnConnectSystemCmdOnRemote()
144 : ErrorCode::ERROR_EX_PARCELABLE; in OnConnectSystemCmdOnRemote()
[all...]
H A Dinput_method_agent_stub.cpp93 return ErrorCode::ERROR_EX_PARCELABLE; in DispatchKeyEventOnRemote()
98 return ErrorCode::ERROR_EX_PARCELABLE; in DispatchKeyEventOnRemote()
102 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in DispatchKeyEventOnRemote()
110 return ErrorCode::ERROR_EX_PARCELABLE; in SendPrivateCommandOnRemote()
113 return reply.WriteInt32(ret) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in SendPrivateCommandOnRemote()
121 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.cpp128 return ErrorCode::ERROR_EX_PARCELABLE;
147 return ErrorCode::ERROR_EX_PARCELABLE;
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dinput_data_channel_stub.cpp54 return ErrorCode::ERROR_EX_PARCELABLE; in InsertTextOnRemote()
56 return reply.WriteInt32(InsertText(text)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in InsertTextOnRemote()
64 return ErrorCode::ERROR_EX_PARCELABLE; in DeleteForwardOnRemote()
66 return reply.WriteInt32(DeleteForward(length)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in DeleteForwardOnRemote()
74 return ErrorCode::ERROR_EX_PARCELABLE; in DeleteBackwardOnRemote()
76 return reply.WriteInt32(DeleteBackward(length)) ? ErrorCode::NO_ERROR : ErrorCode::ERROR_EX_PARCELABLE; in DeleteBackwardOnRemote()
84 return ErrorCode::ERROR_EX_PARCELABLE; in GetTextBeforeCursorOnRemote()
88 : ErrorCode::ERROR_EX_PARCELABLE; in GetTextBeforeCursorOnRemote()
96 return ErrorCode::ERROR_EX_PARCELABLE; in GetTextAfterCursorOnRemote()
100 : ErrorCode::ERROR_EX_PARCELABLE; in GetTextAfterCursorOnRemote()
[all...]
H A Dinput_client_stub.cpp82 return ErrorCode::ERROR_EX_PARCELABLE; in OnInputStopOnRemote()
84 return reply.WriteInt32(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 return 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 return reply.WriteInt32(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 return 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;
89 return ErrorCode::ERROR_EX_PARCELABLE;
H A Dinput_data_channel_proxy.cpp183 return ErrorCode::ERROR_EX_PARCELABLE;
205 return ErrorCode::ERROR_EX_PARCELABLE;
H A Dinput_method_system_ability_proxy.cpp323 return ErrorCode::ERROR_EX_PARCELABLE;
345 return ErrorCode::ERROR_EX_PARCELABLE;
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_capi_utils.cpp41 { ErrorCode::ERROR_EX_PARCELABLE, IME_ERR_IMMS },
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_controller_test.cpp1637 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1639 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1641 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1643 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1645 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1647 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1649 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1651 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1653 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
1655 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
[all...]
H A Dinput_method_ability_exception_test.cpp347 EXPECT_EQ(ret, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
H A Dinput_method_private_member_test.cpp821 EXPECT_EQ(ret1, ErrorCode::ERROR_EX_PARCELABLE); in HWTEST_F()
/base/inputmethod/imf/common/include/
H A Dglobal.h62 ERROR_EX_PARCELABLE = -6, // parcelable exception enumerator
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp48 { ErrorCode::ERROR_EX_PARCELABLE, EXCEPTION_IMMS },

Completed in 17 milliseconds