Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test4.cpp820 std::vector<std::pair<uint64_t, bool>> currDrawingContentData; in HWTEST_F() local
821 currDrawingContentData.push_back(std::make_pair(0, false)); in HWTEST_F()
822 currDrawingContentData.push_back(std::make_pair(1, true)); in HWTEST_F()
831 auto result = ssm_->GetWindowDrawingContentChangeInfo(currDrawingContentData); in HWTEST_F()
832 EXPECT_EQ(result, currDrawingContentData); in HWTEST_F()
835 result = ssm_->GetWindowDrawingContentChangeInfo(currDrawingContentData); in HWTEST_F()
836 EXPECT_NE(result, currDrawingContentData); in HWTEST_F()
H A Dscene_session_manager_test6.cpp163 std::vector<std::pair<uint64_t, bool>> currDrawingContentData; in HWTEST_F() local
164 currDrawingContentData.push_back(std::make_pair(0, true)); in HWTEST_F()
165 currDrawingContentData.push_back(std::make_pair(1, false)); in HWTEST_F()
176 ssm_->GetWindowLayerChangeInfo(occlusionDataPtr, currVisibleData, currDrawingContentData); in HWTEST_F()
178 ASSERT_EQ(currDrawingContentData.size(), 4); in HWTEST_F()
/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h643 std::vector<std::pair<uint64_t, bool>> currDrawingContentData);
646 std::vector<std::pair<uint64_t, bool>>& currDrawingContentData);
/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscene_session_manager.cpp7437 std::vector<std::pair<uint64_t, bool>> currDrawingContentData; in WindowLayerInfoChangeCallback()
7438 GetWindowLayerChangeInfo(weakOcclusionData, currVisibleData, currDrawingContentData); in WindowLayerInfoChangeCallback()
7449 if (currDrawingContentData.size() != 0) { in WindowLayerInfoChangeCallback()
7450 drawingContentChangeInfos = GetWindowDrawingContentChangeInfo(currDrawingContentData); in WindowLayerInfoChangeCallback()
7461 std::vector<std::pair<uint64_t, bool>>& currDrawingContentData) in GetWindowLayerChangeInfo()
7473 currDrawingContentData.emplace_back(iter->first, true); in GetWindowLayerChangeInfo()
7476 currDrawingContentData.emplace_back(iter->first, false); in GetWindowLayerChangeInfo()
7700 std::vector<std::pair<uint64_t, bool>> currDrawingContentData) in GetWindowDrawingContentChangeInfo()
7703 for (const auto& data : currDrawingContentData) { in GetWindowDrawingContentChangeInfo()
7459 GetWindowLayerChangeInfo(std::shared_ptr<RSOcclusionData> occlusiontionData, std::vector<std::pair<uint64_t, WindowVisibilityState>>& currVisibleData, std::vector<std::pair<uint64_t, bool>>& currDrawingContentData) GetWindowLayerChangeInfo() argument
7699 GetWindowDrawingContentChangeInfo( std::vector<std::pair<uint64_t, bool>> currDrawingContentData) GetWindowDrawingContentChangeInfo() argument

Completed in 26 milliseconds