Home
last modified time | relevance | path

Searched refs:ERROR_EX_UNSUPPORTED_OPERATION (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/inputmethod/imf/frameworks/ndk/src/
H A Dnative_capi_utils.cpp39 { ErrorCode::ERROR_EX_UNSUPPORTED_OPERATION, IME_ERR_IMMS },
/ohos5.0/base/inputmethod/imf/common/include/
H A Dglobal.h64 ERROR_EX_UNSUPPORTED_OPERATION = -7, // unsupported operation exception enumerator
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp46 { ErrorCode::ERROR_EX_UNSUPPORTED_OPERATION, EXCEPTION_IMMS },
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_private_member_test.cpp348 EXPECT_EQ(ret, ErrorCode::ERROR_EX_UNSUPPORTED_OPERATION);
/ohos5.0/base/inputmethod/imf/services/src/
H A Dinput_method_system_ability.cpp1258 return ErrorCode::ERROR_EX_UNSUPPORTED_OPERATION; in SwitchByCombinationKey()