Home
last modified time | relevance | path

Searched refs:NotifyWindowVisibilityChange (Results 1 - 4 of 4) sorted by relevance

/foundation/window/window_manager/wmserver/include/
H A Dwindow_root.h61 void NotifyWindowVisibilityChange(std::shared_ptr<RSOcclusionData> occlusionData);
/foundation/window/window_manager/wmserver/test/unittest/
H A Dwindow_root_test.cpp606 * @tc.name: NotifyWindowVisibilityChange
607 * @tc.desc: test WindowRoot NotifyWindowVisibilityChange
610 HWTEST_F(WindowRootTest, NotifyWindowVisibilityChange, Function | SmallTest | Level2) in HWTEST_F()
614 windowRoot_->NotifyWindowVisibilityChange(occlusionData); in HWTEST_F()
619 windowRoot_->NotifyWindowVisibilityChange(occlusionData); in HWTEST_F()
/foundation/window/window_manager/wmserver/src/
H A Dwindow_manager_service.cpp179 WLOGI("NotifyWindowVisibilityChange: enter"); in WindowVisibilityChangeCallback()
187 windowRoot_->NotifyWindowVisibilityChange(weakOcclusionData); in WindowVisibilityChangeCallback()
H A Dwindow_root.cpp478 void WindowRoot::NotifyWindowVisibilityChange(std::shared_ptr<RSOcclusionData> occlusionData) in NotifyWindowVisibilityChange() function in OHOS::Rosen::WindowRoot
505 WLOGFD("NotifyWindowVisibilityChange: covered status changed window:%{public}u, visibilityState:%{public}d", in NotifyWindowVisibilityChange()
1139 WLOGFD("NotifyWindowVisibilityChange: covered status changed window:%{public}u, visibilityState:%{public}d", in DestroyWindowInner()

Completed in 10 milliseconds