Home
last modified time | relevance | path

Searched refs:SetSingleFrameComposerEnabled (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_session_impl_test4.cpp134 WMError retCode = window->SetSingleFrameComposerEnabled(false);
142 retCode = window->SetSingleFrameComposerEnabled(false);
146 retCode = window->SetSingleFrameComposerEnabled(false);
H A Dwindow_test.cpp2327 HWTEST_F(WindowTest, SetSingleFrameComposerEnabled, Function | SmallTest | Level2)
2331 ASSERT_EQ(WMError::WM_ERROR_DEVICE_NOT_SUPPORT, window->SetSingleFrameComposerEnabled(false));
/ohos5.0/foundation/window/window_manager/previewer/include/
H A Dwindow_impl.h228 virtual WMError SetSingleFrameComposerEnabled(bool enable) override;
H A Dwindow.h329 virtual WMError SetSingleFrameComposerEnabled(bool enable) = 0;
/ohos5.0/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h126 static napi_value SetSingleFrameComposerEnabled(napi_env env, napi_callback_info info);
H A Djs_window.cpp629 napi_value JsWindow::SetSingleFrameComposerEnabled(napi_env env, napi_callback_info info) in SetSingleFrameComposerEnabled() function in OHOS::Rosen::JsWindow
4348 WMError ret = weakWindow->SetSingleFrameComposerEnabled(enabled); in OnSetSingleFrameComposerEnabled()
7062 JsWindow::SetSingleFrameComposerEnabled); in BindFunctions()
/ohos5.0/foundation/window/window_manager/wm/include/
H A Dwindow_session_impl.h108 WMError SetSingleFrameComposerEnabled(bool enable) override;
/ohos5.0/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp1155 WMError WindowImpl::SetSingleFrameComposerEnabled(bool enable) in SetSingleFrameComposerEnabled() function in OHOS::Rosen::WindowImpl
/ohos5.0/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h2021 …virtual WMError SetSingleFrameComposerEnabled(bool enable) { return WMError::WM_ERROR_DEVICE_NOT_S… in SetSingleFrameComposerEnabled() function
/ohos5.0/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp342 window->SetSingleFrameComposerEnabled(boolVal); in CheckWindowImplFunctionsPart1()
/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp1704 WMError WindowSessionImpl::SetSingleFrameComposerEnabled(bool enable) in SetSingleFrameComposerEnabled() function in OHOS::Rosen::WindowSessionImpl