Home
last modified time | relevance | path

Searched refs:SetSnapshotSkip (Results 1 - 25 of 29) sorted by relevance

12

/foundation/window/window_manager/interfaces/kits/cj/window_runtime/
H A Dwindow_impl.h88 int32_t SetSnapshotSkip(bool isSkip);
H A Dwindow_impl.cpp757 int32_t CJWindowImpl::SetSnapshotSkip(bool isSkip) in SetSnapshotSkip() function in OHOS::Rosen::CJWindowImpl
764 WmErrorCode ret = WM_JS_TO_ERROR_CODE_MAP.at(weakWindow->SetSnapshotSkip(isSkip)); in SetSnapshotSkip()
H A Dwindow_ffi.cpp608 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetSnapshotSkip start"); in FFiOHOSWindowSetSnapshotSkip()
613 int32_t res = instance->SetSnapshotSkip(isSkip); in FFiOHOSWindowSetSnapshotSkip()
614 TLOGI(WmsLogTag::WMS_DIALOG, "[Window] SetSnapshotSkip success"); in FFiOHOSWindowSetSnapshotSkip()
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_test5.cpp923 * @tc.name: SetSnapshotSkip
924 * @tc.desc: SetSnapshotSkip function01
927 HWTEST_F(SceneSessionTest5, SetSnapshotSkip, Function | SmallTest | Level2) in HWTEST_F()
930 info.abilityName_ = "SetSnapshotSkip"; in HWTEST_F()
931 info.bundleName_ = "SetSnapshotSkip"; in HWTEST_F()
938 session->GetSessionProperty()->SetSnapshotSkip(true); in HWTEST_F()
941 session->SetSnapshotSkip(false); in HWTEST_F()
943 session->SetSnapshotSkip(false); in HWTEST_F()
944 session->SetSnapshotSkip(true); in HWTEST_F()
947 session->SetSnapshotSkip(tru in HWTEST_F()
[all...]
/foundation/window/window_manager/utils/include/
H A Dwindow_property.h55 void SetSnapshotSkip(bool isSkip);
/foundation/window/window_manager/utils/src/
H A Dwindow_property.cpp101 void WindowProperty::SetSnapshotSkip(bool isSkip) in SetSnapshotSkip() function in OHOS::Rosen::WindowProperty
797 property->SetSnapshotSkip(parcel.ReadBool()); in Unmarshalling()
945 SetSnapshotSkip(parcel.ReadBool()); in Read()
/foundation/ability/ability_runtime/test/mock/frameworks_kits_ability_native_test/include/
H A Dmock_window.h94 virtual WMError SetSnapshotSkip(bool isSkip) {return WMError::WM_OK;} in SetSnapshotSkip() function in OHOS::Rosen::MockWindow
/foundation/window/window_manager/test/systemtest/dms/
H A Ddisplay_manager_test.cpp348 window2->SetSnapshotSkip(true); in HWTEST_F()
/foundation/window/window_manager/wm/include/
H A Dwindow_scene_session_impl.h106 virtual WMError SetSnapshotSkip(bool isSkip) override;
H A Dwindow_impl.h192 virtual WMError SetSnapshotSkip(bool isSkip) override;
/foundation/window/window_manager/window_scene/common/src/
H A Dwindow_session_property.cpp227 void WindowSessionProperty::SetSnapshotSkip(bool isSkip) in SetSnapshotSkip() function in OHOS::Rosen::WindowSessionProperty
1080 property->SetSnapshotSkip(parcel.ReadBool()); in Unmarshalling()
1369 SetSnapshotSkip(parcel.ReadBool()); in ReadActionUpdateSnapshotSkip()
/foundation/window/window_manager/previewer/include/
H A Dwindow.h195 virtual WMError SetSnapshotSkip(bool isSkip) = 0;
H A Dwindow_impl.h124 virtual WMError SetSnapshotSkip(bool isSkip) override;
/foundation/window/window_manager/utils/test/unittest/
H A Dwindow_property_test.cpp337 winPropSrc.SetSnapshotSkip(isSkip); in HWTEST_F()
/foundation/window/window_manager/window_scene/common/include/
H A Dwindow_session_property.h60 void SetSnapshotSkip(bool isSkip);
/foundation/window/window_manager/interfaces/kits/napi/window_runtime/window_napi/
H A Djs_window.h115 static napi_value SetSnapshotSkip(napi_env env, napi_callback_info info);
/foundation/window/window_manager/previewer/src/
H A Dwindow_impl.cpp557 WMError WindowImpl::SetSnapshotSkip(bool isSkip) in SetSnapshotSkip() function in OHOS::Rosen::WindowImpl
/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_impl_test3.cpp1344 * @tc.name: SetSnapshotSkip
1345 * @tc.desc: SetSnapshotSkip test
1349 HWTEST_F(WindowImplTest3, SetSnapshotSkip, Function | SmallTest | Level3) in HWTEST_F()
1352 option->SetWindowName("SetSnapshotSkip"); in HWTEST_F()
1357 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetSnapshotSkip(true)); in HWTEST_F()
H A Dwindow_scene_session_impl_test.cpp1522 * @tc.name: SetSnapshotSkip
1523 * @tc.desc: SetSnapshotSkip test
1526 HWTEST_F(WindowSceneSessionImplTest, SetSnapshotSkip, Function | SmallTest | Level3) in HWTEST_F()
1530 window->property_->SetWindowName("SetSnapshotSkip"); in HWTEST_F()
1542 ASSERT_EQ(WMError::WM_ERROR_INVALID_WINDOW, window->SetSnapshotSkip(false)); in HWTEST_F()
H A Dwindow_test.cpp816 * @tc.name: SetSnapshotSkip
820 HWTEST_F(WindowTest, SetSnapshotSkip, Function | SmallTest | Level2) in HWTEST_F()
824 auto ret = window->SetSnapshotSkip(true); in HWTEST_F()
/foundation/window/window_manager/interfaces/innerkits/wm/
H A Dwindow.h1039 virtual WMError SetSnapshotSkip(bool isSkip) { return WMError::WM_OK; } in SetSnapshotSkip() function in OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::OHOS::Rosen::Window
/foundation/window/window_manager/test/fuzztest/wms/window_fuzzer/
H A Dwindow_fuzzer.cpp432 window->SetSnapshotSkip(boolVal); in CheckWindowImplFunctionsPart2()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h250 void SetSnapshotSkip(bool isSkip);
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp1569 node->GetWindowProperty()->SetSnapshotSkip(isSnapshotSkip); in UpdateProperty()
/foundation/window/window_manager/wm/src/
H A Dwindow_impl.cpp2063 WMError WindowImpl::SetSnapshotSkip(bool isSkip) in SetSnapshotSkip() function in OHOS::Rosen::WindowImpl
2072 property_->SetSnapshotSkip(isSkip); in SetSnapshotSkip()

Completed in 46 milliseconds

12