Home
last modified time | relevance | path

Searched refs:WMError (Results 1 – 3 of 3) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
Dinput_method_panel.cpp25 using WMError = OHOS::Rosen::WMError; typedef
47 WMError wmError = WMError::WM_OK; in CreatePanel()
49 …if (wmError == WMError::WM_ERROR_INVALID_PERMISSION || wmError == WMError::WM_ERROR_NOT_SYSTEM_APP… in CreatePanel()
53 if (window_ == nullptr || wmError != WMError::WM_OK) { in CreatePanel()
92 WMError wmError = window_->SetWindowGravity(gravity, invalidGravityPercent); in SetPanelProperties()
93 if (wmError != WMError::WM_OK) { 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()
[all …]
/base/inputmethod/imf/services/adapter/focus_monitor/src/
Dfocus_monitor_manager.cpp38 WMError ret = WindowManager::GetInstance().RegisterFocusChangedListener(listener); in RegisterFocusChangedListener()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
Dtdd_util.cpp230 WMError wmError = WMError::WM_OK; in CreateWindow()
266 WMError ret = Rosen::WindowManager::GetInstance().RegisterFocusChangedListener(listener); in RegisterFocusChangeListener()