Home
last modified time | relevance | path

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

/base/inputmethod/imf/services/src/
Dinput_method_system_ability.cpp307 return ErrorCode::ERROR_NULL_POINTER; in PrepareInput()
323 return ErrorCode::ERROR_NULL_POINTER; in ReleaseInput()
333 return ErrorCode::ERROR_NULL_POINTER; in StartInput()
338 return ErrorCode::ERROR_NULL_POINTER; in StartInput()
349 return ErrorCode::ERROR_NULL_POINTER; in StopInput()
359 return ErrorCode::ERROR_NULL_POINTER; in StopInputSession()
377 return ErrorCode::ERROR_NULL_POINTER; in SetCoreAndAgent()
391 return ErrorCode::ERROR_NULL_POINTER; in HideCurrentInput()
405 return ErrorCode::ERROR_NULL_POINTER; in ShowCurrentInput()
436 return ErrorCode::ERROR_NULL_POINTER; in ListEnabledInputMethod()
[all …]
Dglobal.cpp39 case ERROR_NULL_POINTER: { in ToString()
Dperuser_session.cpp77 return ErrorCode::ERROR_NULL_POINTER; in AddClient()
152 return ErrorCode::ERROR_NULL_POINTER; in ShowKeyboard()
355 CreateComponentFailed(userId_, ErrorCode::ERROR_NULL_POINTER); in SendAgentToSingleClient()
/base/inputmethod/imf/frameworks/inputmethod_ability/src/
Dinput_method_core_stub.cpp102 return ErrorCode::ERROR_NULL_POINTER; in InitInputControlChannel()
120 return ErrorCode::ERROR_NULL_POINTER; in hideKeyboard()
Dinput_method_core_proxy.cpp42 return ErrorCode::ERROR_NULL_POINTER; in InitInputControlChannel()
Dinput_method_ability.cpp106 return ErrorCode::ERROR_NULL_POINTER; in SetCoreAndAgent()
/base/inputmethod/imf/unitest/src/
Dinput_method_private_member_test.cpp123 EXPECT_EQ(ret, ErrorCode::ERROR_NULL_POINTER);
/base/inputmethod/imf/services/include/
Dglobal.h111 ERROR_NULL_POINTER = 1, // null pointer enumerator
/base/inputmethod/imf/interfaces/kits/js/napi/inputmethodclient/
Djs_utils.cpp30 { ErrorCode::ERROR_NULL_POINTER, EXCEPTION_IMMS },