Home
last modified time | relevance | path

Searched refs:ERROR_NULL_POINTER (Results 1 – 16 of 16) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp40 return ErrorCode::ERROR_NULL_POINTER; in CreatePanel()
115 return ErrorCode::ERROR_NULL_POINTER; in Resize()
120 return ErrorCode::ERROR_NULL_POINTER; in Resize()
142 return ErrorCode::ERROR_NULL_POINTER; in MoveTo()
157 return ErrorCode::ERROR_NULL_POINTER; in ChangePanelFlag()
193 return ErrorCode::ERROR_NULL_POINTER; in ShowPanel()
213 return ErrorCode::ERROR_NULL_POINTER; in HidePanel()
233 return ErrorCode::ERROR_NULL_POINTER; in SetCallingWindow()
289 return ErrorCode::ERROR_NULL_POINTER; in SetUiContent()
Dinput_method_core_stub.cpp89 return ErrorCode::ERROR_NULL_POINTER; in InitInputControlChannel()
138 reply.WriteInt32(ErrorCode::ERROR_NULL_POINTER); in InitInputControlChannelOnRemote()
Dinput_method_ability.cpp111 return ErrorCode::ERROR_NULL_POINTER; in SetCoreAndAgent()
/base/msdp/device_status/services/interaction/coordination/src/
Ddistributed_input_adapter.cpp54 CHKPR(cb, ERROR_NULL_POINTER); in StartRemoteInput()
64 CHKPR(cb, ERROR_NULL_POINTER); in StopRemoteInput()
74 CHKPR(cb, ERROR_NULL_POINTER); in StopRemoteInput()
84 CHKPR(cb, ERROR_NULL_POINTER); in PrepareRemoteInput()
94 CHKPR(cb, ERROR_NULL_POINTER); in UnPrepareRemoteInput()
103 CHKPR(cb, ERROR_NULL_POINTER); in PrepareRemoteInput()
112 CHKPR(cb, ERROR_NULL_POINTER); in UnPrepareRemoteInput()
Dcoordination_sm.cpp243 CHKPR(state, ERROR_NULL_POINTER); in ActivateCoordination()
279 CHKPR(state, ERROR_NULL_POINTER); in DeactivateCoordination()
285 CHKPR(notifyDragCancelCallback_, ERROR_NULL_POINTER); in DeactivateCoordination()
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_private_member_test.cpp129 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
146 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
197 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
199 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
308 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
Dinput_method_panel_test.cpp273 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
287 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
323 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
361 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
479 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
721 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
/base/msdp/device_status/utils/common/include/
Ddevicestatus_errors.h59 ERROR_NULL_POINTER enumerator
/base/inputmethod/imf/services/src/
Dinput_control_channel_stub.cpp62 return ErrorCode::ERROR_NULL_POINTER; in HideKeyboardSelf()
Dinput_method_system_ability.cpp231 return ErrorCode::ERROR_NULL_POINTER; in GenerateClientInfo()
301 return ErrorCode::ERROR_NULL_POINTER; in SetCoreAndAgent()
308 return ErrorCode::ERROR_NULL_POINTER; in SetCoreAndAgent()
351 return ErrorCode::ERROR_NULL_POINTER; in PanelStatusChange()
585 return ErrorCode::ERROR_NULL_POINTER; in OnUserStarted()
614 return ErrorCode::ERROR_NULL_POINTER; in OnUserRemoved()
636 return ErrorCode::ERROR_NULL_POINTER; in OnPackageRemoved()
Dperuser_session.cpp196 return ErrorCode::ERROR_NULL_POINTER; in ClearDataChannel()
312 return ErrorCode::ERROR_NULL_POINTER; in SendAgentToSingleClient()
373 return ErrorCode::ERROR_NULL_POINTER; in OnSetCoreAndAgent()
Dime_info_inquirer.cpp290 return ErrorCode::ERROR_NULL_POINTER; in ListEnabledInputMethod()
/base/msdp/device_status/services/delegate_task/src/
Ddelegate_tasks.cpp99 CHKPR(callback, ERROR_NULL_POINTER); in PostSyncTask()
124 CHKPR(callback, ERROR_NULL_POINTER); in PostAsyncTask()
/base/inputmethod/imf/services/include/
Dglobal.h74 ERROR_NULL_POINTER = 1, // null pointer enumerator
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
Dinput_method_controller.cpp130 return ErrorCode::ERROR_NULL_POINTER; in Initialize()
136 return ErrorCode::ERROR_NULL_POINTER; in Initialize()
142 return ErrorCode::ERROR_NULL_POINTER; in Initialize()
/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
Djs_utils.cpp35 { ErrorCode::ERROR_NULL_POINTER, EXCEPTION_IMMS },