Home
last modified time | relevance | path

Searched refs:ERROR_OPERATE_PANEL (Results 1 – 4 of 4) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp54 return ErrorCode::ERROR_OPERATE_PANEL; in CreatePanel()
61 return ErrorCode::ERROR_OPERATE_PANEL; in CreatePanel()
79 return ErrorCode::ERROR_OPERATE_PANEL; in SetPanelProperties()
95 return ErrorCode::ERROR_OPERATE_PANEL; in SetPanelProperties()
109 return result == WMError::WM_OK ? ErrorCode::NO_ERROR : ErrorCode::ERROR_OPERATE_PANEL; in DestroyPanel()
135 return ret == WMError::WM_OK ? ErrorCode::NO_ERROR : ErrorCode::ERROR_OPERATE_PANEL; in Resize()
150 return ret == WMError::WM_OK ? ErrorCode::NO_ERROR : ErrorCode::ERROR_OPERATE_PANEL; in MoveTo()
176 return ret == WMError::WM_OK ? ErrorCode::NO_ERROR : ErrorCode::ERROR_OPERATE_PANEL; in ChangePanelFlag()
202 return ErrorCode::ERROR_OPERATE_PANEL; in ShowPanel()
222 return ErrorCode::ERROR_OPERATE_PANEL; in HidePanel()
[all …]
Dinput_method_ability.cpp688 return ErrorCode::ERROR_OPERATE_PANEL; in CreatePanel()
699 return ErrorCode::ERROR_OPERATE_PANEL; in CreatePanel()
/base/inputmethod/imf/services/include/
Dglobal.h94 ERROR_OPERATE_PANEL = 20, enumerator
/base/inputmethod/imf/test/unittest/cpp_test/src/
Dinput_method_ability_test.cpp596 EXPECT_EQ(ret, ErrorCode::ERROR_OPERATE_PANEL);
623 EXPECT_EQ(ret, ErrorCode::ERROR_OPERATE_PANEL);