Home
last modified time | relevance | path

Searched refs:ERROR_NULL_POINTER (Results 1 - 25 of 30) sorted by relevance

12

/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp228 return ErrorCode::ERROR_NULL_POINTER; in PrepareInput()
237 return ErrorCode::ERROR_NULL_POINTER; in GenerateClientInfo()
265 return ErrorCode::ERROR_NULL_POINTER; in ReleaseInput()
280 return ErrorCode::ERROR_NULL_POINTER; in StartInput()
338 return ErrorCode::ERROR_NULL_POINTER; in CheckInputTypeOption()
354 return ErrorCode::ERROR_NULL_POINTER; in ShowInput()
375 return ErrorCode::ERROR_NULL_POINTER; in HideInput()
396 return ErrorCode::ERROR_NULL_POINTER; in StopInputSession()
417 return ErrorCode::ERROR_NULL_POINTER; in RequestShowInput()
433 return ErrorCode::ERROR_NULL_POINTER; in RequestHideInput()
[all...]
H A Dinput_control_channel_stub.cpp63 return ErrorCode::ERROR_NULL_POINTER; in HideKeyboardSelf()
69 return ErrorCode::ERROR_NULL_POINTER; in HideKeyboardSelf()
H A Dperuser_session.cpp310 return ErrorCode::ERROR_NULL_POINTER; in RemoveIme()
584 return ErrorCode::ERROR_NULL_POINTER; in BindClientWithIme()
856 return ErrorCode::ERROR_NULL_POINTER; in AddImeData()
861 return ErrorCode::ERROR_NULL_POINTER; in AddImeData()
1429 return ErrorCode::ERROR_NULL_POINTER;
1434 return ErrorCode::ERROR_NULL_POINTER;
1443 return ErrorCode::ERROR_NULL_POINTER;
1461 return ErrorCode::ERROR_NULL_POINTER;
/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_text_changed_listener.cpp224 return ErrorCode::ERROR_NULL_POINTER; in ReceivePrivateCommand()
229 return ErrorCode::ERROR_NULL_POINTER; in ReceivePrivateCommand()
235 return ErrorCode::ERROR_NULL_POINTER; in ReceivePrivateCommand()
259 return ErrorCode::ERROR_NULL_POINTER; in SetPreviewText()
264 return ErrorCode::ERROR_NULL_POINTER; in SetPreviewText()
H A Dnative_capi_utils.cpp30 { ErrorCode::ERROR_NULL_POINTER, IME_ERR_IMMS },
/base/inputmethod/imf/services/adapter/settings_data_provider/common/src/
H A Dsettings_data_utils.cpp64 return ErrorCode::ERROR_NULL_POINTER; in CreateAndRegisterObserver()
73 return ErrorCode::ERROR_NULL_POINTER; in RegisterObserver()
80 return ErrorCode::ERROR_NULL_POINTER; in RegisterObserver()
145 return ErrorCode::ERROR_NULL_POINTER; in GetStringValue()
155 return ErrorCode::ERROR_NULL_POINTER; in GetStringValue()
/base/msdp/device_status/intention/scheduler/task_scheduler/src/
H A Dtask_scheduler.cpp85 CHKPR(cb, ERROR_NULL_POINTER); in PostSyncTask()
110 CHKPR(callback, ERROR_NULL_POINTER); in PostAsyncTask()
/base/msdp/device_status/services/delegate_task/src/
H A Ddelegate_tasks.cpp84 CHKPR(callback, ERROR_NULL_POINTER); in PostSyncTask()
109 CHKPR(callback, ERROR_NULL_POINTER); in PostAsyncTask()
/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Didentity_checker_test.cpp375 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
587 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
604 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
607 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
610 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
627 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
630 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
633 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
H A Dnative_text_changed_listener_test.cpp55 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.ReceivePrivateCommand(privateCommand)); in HWTEST_F()
56 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.SetPreviewText(u"", Range({ 0, 0 }))); in HWTEST_F()
71 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.ReceivePrivateCommand(privateCommand)); in HWTEST_F()
72 EXPECT_EQ(ErrorCode::ERROR_NULL_POINTER, listener.SetPreviewText(u"", Range({ 0, 0 }))); in HWTEST_F()
H A Dime_system_channel_test.cpp137 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
H A Dinput_method_panel_test.cpp449 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
463 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
504 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
545 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
584 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
815 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
1607 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
1671 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
1733 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
H A Dinput_method_private_member_test.cpp142 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
147 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
190 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
319 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
812 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
H A Dsecurity_mode_parser_test.cpp227 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
H A Dinput_method_ability_exception_test.cpp322 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
H A Dtask_manager_test.cpp117 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
/base/msdp/device_status/utils/common/include/
H A Ddevicestatus_errors.h59 ERROR_NULL_POINTER enumerator
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp58 return ErrorCode::ERROR_NULL_POINTER; in CreatePanel()
153 return ErrorCode::ERROR_NULL_POINTER; in DestroyPanel()
204 return ErrorCode::ERROR_NULL_POINTER; in Resize()
249 return ErrorCode::ERROR_NULL_POINTER; in MoveTo()
554 return ErrorCode::ERROR_NULL_POINTER; in ChangePanelFlag()
573 return ErrorCode::ERROR_NULL_POINTER; in ChangePanelFlag()
616 return ErrorCode::ERROR_NULL_POINTER; in ShowPanel()
644 return ErrorCode::ERROR_NULL_POINTER; in SetTextFieldAvoidInfo()
659 return ErrorCode::ERROR_NULL_POINTER; in HidePanel()
727 return ErrorCode::ERROR_NULL_POINTER; in SetPrivacyMode()
[all...]
H A Dtask_manager.cpp72 return ErrorCode::ERROR_NULL_POINTER; in Pend()
H A Dinput_method_agent_stub.cpp89 return ErrorCode::ERROR_NULL_POINTER; in DispatchKeyEventOnRemote()
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/
H A Dime_system_channel.cpp119 return ErrorCode::ERROR_NULL_POINTER; in RunConnectSystemCmd()
241 return ErrorCode::ERROR_NULL_POINTER; in NotifyPanelStatus()
291 return ErrorCode::ERROR_NULL_POINTER; in GetDefaultImeCfg()
H A Dinput_method_controller.cpp122 return ErrorCode::ERROR_NULL_POINTER; in Initialize()
127 return ErrorCode::ERROR_NULL_POINTER; in Initialize()
1280 return ErrorCode::ERROR_NULL_POINTER; in IsInputTypeSupported()
1301 return ErrorCode::ERROR_NULL_POINTER; in StartInputType()
1312 return ErrorCode::ERROR_NULL_POINTER; in IsPanelShown()
/base/msdp/device_status/intention/cooperate/plugin/src/input_event_transmission/
H A Dinput_event_serialization.cpp157 CHKPR(event, ERROR_NULL_POINTER); in SerializeInputEvent()
171 CHKPR(event, ERROR_NULL_POINTER); in DeserializeInputEvent()
470 CHKPR(event, ERROR_NULL_POINTER); in Marshalling()
506 CHKPR(event, ERROR_NULL_POINTER); in Unmarshalling()
542 CHKPR(event, ERROR_NULL_POINTER); in MarshallingEnhanceData()
613 CHKPR(event, ERROR_NULL_POINTER); in MarshallingEnhanceData()
/base/inputmethod/imf/test/unittest/cpp_test/mock/
H A Dglobal.h62 constexpr int32_t ERROR_NULL_POINTER = 1; member
/base/inputmethod/imf/common/include/
H A Dglobal.h69 ERROR_NULL_POINTER = 1, // null pointer enumerator

Completed in 22 milliseconds

12