/base/inputmethod/imf/services/src/ |
H A D | input_method_system_ability.cpp | 228 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 D | input_control_channel_stub.cpp | 63 return ErrorCode::ERROR_NULL_POINTER; in HideKeyboardSelf() 69 return ErrorCode::ERROR_NULL_POINTER; in HideKeyboardSelf()
|
H A D | peruser_session.cpp | 310 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 D | native_text_changed_listener.cpp | 224 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 D | native_capi_utils.cpp | 30 { ErrorCode::ERROR_NULL_POINTER, IME_ERR_IMMS },
|
/base/inputmethod/imf/services/adapter/settings_data_provider/common/src/ |
H A D | settings_data_utils.cpp | 64 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 D | task_scheduler.cpp | 85 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 D | delegate_tasks.cpp | 84 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 D | identity_checker_test.cpp | 375 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 D | native_text_changed_listener_test.cpp | 55 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 D | ime_system_channel_test.cpp | 137 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
|
H A D | input_method_panel_test.cpp | 449 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 D | input_method_private_member_test.cpp | 142 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 D | security_mode_parser_test.cpp | 227 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
|
H A D | input_method_ability_exception_test.cpp | 322 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
|
H A D | task_manager_test.cpp | 117 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER); in HWTEST_F()
|
/base/msdp/device_status/utils/common/include/ |
H A D | devicestatus_errors.h | 59 ERROR_NULL_POINTER enumerator
|
/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/ |
H A D | input_method_panel.cpp | 58 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 D | task_manager.cpp | 72 return ErrorCode::ERROR_NULL_POINTER; in Pend()
|
H A D | input_method_agent_stub.cpp | 89 return ErrorCode::ERROR_NULL_POINTER; in DispatchKeyEventOnRemote()
|
/base/inputmethod/imf/frameworks/native/inputmethod_controller/src/ |
H A D | ime_system_channel.cpp | 119 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 D | input_method_controller.cpp | 122 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 D | input_event_serialization.cpp | 157 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 D | global.h | 62 constexpr int32_t ERROR_NULL_POINTER = 1; member
|
/base/inputmethod/imf/common/include/ |
H A D | global.h | 69 ERROR_NULL_POINTER = 1, // null pointer enumerator
|