Home
last modified time | relevance | path

Searched refs:ERROR_PANEL_NOT_FOUND (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/base/inputmethod/imf/common/include/
H A Dglobal.h106 ERROR_PANEL_NOT_FOUND = 36, enumerator
/ohos5.0/base/inputmethod/imf/test/unittest/cpp_test/src/
H A Dinput_method_ability_test.cpp1140 EXPECT_EQ(ret, ErrorCode::ERROR_PANEL_NOT_FOUND);
1163 EXPECT_EQ(ret, ErrorCode::ERROR_PANEL_NOT_FOUND);
H A Dinput_method_panel_test.cpp1089 EXPECT_EQ(ret, ErrorCode::ERROR_PANEL_NOT_FOUND);
/ohos5.0/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp700 return ErrorCode::ERROR_PANEL_NOT_FOUND; in SetCallingWindow()
712 return ErrorCode::ERROR_PANEL_NOT_FOUND; in GetCallingWindowInfo()
H A Dinput_method_ability.cpp1309 return ErrorCode::ERROR_PANEL_NOT_FOUND; in GetCallingWindowInfo()
/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodclient/
H A Djs_utils.cpp58 { ErrorCode::ERROR_PANEL_NOT_FOUND, EXCEPTION_PANEL_NOT_FOUND },