Home
last modified time | relevance | path

Searched refs:SetRaiseByClickEnabled (Results 1 – 14 of 14) sorted by relevance

/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h91 int32_t SetRaiseByClickEnabled(bool enable);
H A Dwindow_impl.cpp801 int32_t CJWindowImpl::SetRaiseByClickEnabled(bool enable) in SetRaiseByClickEnabled() function in OHOS::Rosen::CJWindowImpl
808 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetRaiseByClickEnabled(enable)); in SetRaiseByClickEnabled()
H A Dwindow_ffi.cpp637 int32_t res = instance->SetRaiseByClickEnabled(enable); in FFiOHOSWindowSetRaiseByClickEnabled()
/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test.cpp1840 WMError retCode = window->SetRaiseByClickEnabled(true);
1849 retCode = floatWindow->SetRaiseByClickEnabled(true);
1859 retCode = subWindow->SetRaiseByClickEnabled(true);
1863 retCode = subWindow->SetRaiseByClickEnabled(true);
1867 subWindow->SetRaiseByClickEnabled(true);
H A Dwindow_test.cpp2202 HWTEST_F(WindowTest, SetRaiseByClickEnabled, Function | SmallTest | Level2)
2206 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetRaiseByClickEnabled(true));
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h218 virtual WMError SetRaiseByClickEnabled(bool raiseEnabled) override;
H A Dwindow.h305 virtual WMError SetRaiseByClickEnabled(bool raiseEnabled) = 0;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h107 static napi_value SetRaiseByClickEnabled(napi_env env, napi_callback_info info);
H A Djs_window.cpp573 napi_value JsWindow::SetRaiseByClickEnabled(napi_env env, napi_callback_info info) in SetRaiseByClickEnabled() function in OHOS::Rosen::JsWindow
4227 WMError ret = weakWindow->SetRaiseByClickEnabled(raiseEnabled); in OnSetRaiseByClickEnabled()
7053 …ativeFunction(env, object, "setRaiseByClickEnabled", moduleName, JsWindow::SetRaiseByClickEnabled); in BindFunctions()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h106 WMError SetRaiseByClickEnabled(bool raiseEnabled) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1124 WMError WindowImpl::SetRaiseByClickEnabled(bool raiseEnabled) in SetRaiseByClickEnabled() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1771 …virtual WMError SetRaiseByClickEnabled(bool raiseEnabled) { return WMError::WM_ERROR_DEVICE_NOT_SU… in SetRaiseByClickEnabled() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp340 window->SetRaiseByClickEnabled(boolVal); in CheckWindowImplFunctionsPart1()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1653 WMError WindowSessionImpl::SetRaiseByClickEnabled(bool raiseEnabled) in SetRaiseByClickEnabled() function in OHOS::Rosen::WindowSessionImpl