Home
last modified time | relevance | path

Searched refs:window_ (Results 1 - 10 of 10) sorted by relevance

/base/inputmethod/imf/frameworks/native/inputmethod_ability/src/
H A Dinput_method_panel.cpp66 window_ = OHOS::Rosen::Window::Create(GeneratePanelName(), winOption_, context, wmError); in CreatePanel()
71 if (window_ == nullptr || wmError != WMError::WM_OK) { in CreatePanel()
76 wmError = window_->Destroy(); in CreatePanel()
80 windowId_ = window_->GetWindowId(); in CreatePanel()
103 if (window_ == nullptr) { in SetPanelProperties()
111 auto surfaceNode = window_->GetSurfaceNode(); in SetPanelProperties()
119 auto surfaceNo = window_->GetSurfaceNode(); in SetPanelProperties()
129 WMError wmError = window_->SetWindowGravity(gravity, invalidGravityPercent); in SetPanelProperties()
137 auto ret = window_->AdjustKeyboardLayout(keyboardLayoutParams_); in SetPanelProperties()
151 if (window_ in DestroyPanel()
[all...]
/base/usb/usb_manager/services/native/src/
H A Dusb_device_manager.cpp61 std::shared_ptr<UsbFunctionSwitchWindow> window_ = UsbFunctionSwitchWindow::GetInstance(); in Init() local
62 if (window_ == nullptr) { in Init()
67 int32_t ret = window_->Init(); in Init()
234 std::shared_ptr<UsbFunctionSwitchWindow> window_ = UsbFunctionSwitchWindow::GetInstance(); in ProcessFunctionSwitchWindow() local
235 if (window_ == nullptr) { in ProcessFunctionSwitchWindow()
242 if (!window_->PopUpFunctionSwitchWindow()) { in ProcessFunctionSwitchWindow()
247 if (!window_->DismissFunctionSwitchWindow()) { in ProcessFunctionSwitchWindow()
/base/hiviewdfx/hiview/plugins/freeze_detector/
H A Drule_cluster.h31 FreezeResult() : window_(0), code_(0), scope_(""), samePackage_(""), domain_(""), stringId_(""), action_("and") {}; in FreezeResult()
33 : window_(window), code_(0), scope_(""), samePackage_(""), domain_(domain), stringId_(stringId), in FreezeResult()
36 : window_(0), code_(code), scope_(scope), samePackage_(""), domain_(""), stringId_(""), action_("and") {}; in FreezeResult()
51 long window_; member in OHOS::HiviewDFX::FreezeResult
H A Drule_cluster.cpp316 return window_; in GetWindow()
/base/inputmethod/imf/test/unittest/cpp_test/common/src/
H A Dtdd_util.cpp64 sptr<Window> TddUtil::WindowManager::window_ = nullptr; member in OHOS::MiscServices::TddUtil::WindowManager
407 window_ = Window::Create(windowName, winOption, context, wmError); in CreateWindow()
408 if (window_ == nullptr) { in CreateWindow()
413 currentWindowId_ = window_->GetWindowId(); in CreateWindow()
418 if (window_ == nullptr) { in ShowWindow()
423 auto ret = window_->Show(); in ShowWindow()
429 if (window_ == nullptr) { in HideWindow()
434 auto ret = window_->Hide(); in HideWindow()
440 if (window_ == nullptr) { in DestroyWindow()
441 IMSA_HILOGE("window_ nullpt in DestroyWindow()
[all...]
/base/web/webview/ohos_adapter/media_adapter/src/
H A Dmedia_codec_decoder_adapter_impl.cpp136 OHNativeWindow* window_ = reinterpret_cast<OHNativeWindow*>(window); in SetOutputSurface() local
137 if (window_ == nullptr || window_->surface == nullptr) { in SetOutputSurface()
142 NativeWindowHandleOpt(window_, SET_USAGE, usage); in SetOutputSurface()
145 int32_t ret = decoder_->SetOutputSurface(window_->surface); in SetOutputSurface()
/base/inputmethod/imf/test/unittest/cpp_test/common/include/
H A Dtdd_util.h75 static sptr<Rosen::Window> window_; member in OHOS::MiscServices::TddUtil::WindowManager
/base/msdp/device_status/services/interaction/drag/src/
H A Ddrag_drawing.cpp716 window_ = nullptr; in DestroyDragWindow()
1464 CHKPR(window_, RET_ERR); in InitLayer()
1465 InitCanvas(window_->GetRect().width_, window_->GetRect().height_); in InitLayer()
1558 CHKPV(window_); in CreateWindow()
1559 g_drawingInfo.surfaceNode = window_->GetSurfaceNode(); in CreateWindow()
1561 g_drawingInfo.surfaceNode->SetBounds(0, 0, window_->GetRect().width_, window_->GetRect().height_); in CreateWindow()
2702 CHKPV(window_); in RotateDisplayXY()
2703 int32_t width = window_ in RotateDisplayXY()
[all...]
/base/inputmethod/imf/frameworks/native/inputmethod_ability/include/
H A Dinput_method_panel.h143 sptr<OHOS::Rosen::Window> window_ = nullptr; member in OHOS::MiscServices::InputMethodPanel
/base/msdp/device_status/services/interaction/drag/include/
H A Ddrag_drawing.h414 std::shared_ptr<OHOS::Rosen::Window> window_ { nullptr };

Completed in 11 milliseconds