Home
last modified time | relevance | path

Searched refs:SetColorSpaces (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h185 void SetColorSpaces(std::vector<uint32_t>&& colorSpaces);
/foundation/window/window_manager/window_scene/screen_session_manager/include/
H A Dscreen_session_manager.h257 void SetColorSpaces(ScreenId screenId, sptr<ScreenSession>& session);
/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp240 displayInfo->SetColorSpaces(colorSpaces_); in ConvertToDisplayInfo()
1426 void ScreenSession::SetColorSpaces(std::vector<uint32_t>&& colorSpaces) in SetColorSpaces() function in OHOS::Rosen::ScreenSession
/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1006 * @tc.name: SetColorSpaces
1010 HWTEST_F(ScreenSessionTest, SetColorSpaces, Function | SmallTest | Level2) in HWTEST_F()
1012 GTEST_LOG_(INFO) << "SetColorSpaces start"; in HWTEST_F()
1021 screenSession->SetColorSpaces(std::move(colorSpaces)); in HWTEST_F()
1022 GTEST_LOG_(INFO) << "SetColorSpaces end"; in HWTEST_F()
/foundation/window/window_manager/window_scene/screen_session_manager/src/
H A Dscreen_session_manager.cpp1534 SetColorSpaces(screenId, session); in GetOrCreateScreenSession()
1557 void ScreenSessionManager::SetColorSpaces(ScreenId screenId, sptr<ScreenSession>& session) in SetColorSpaces() function in OHOS::Rosen::ScreenSessionManager
1564 TLOGI(WmsLogTag::DMS, "SetColorSpaces %{public}" PRIu64, screenId); in SetColorSpaces()
1574 session->SetColorSpaces(std::move(colorSpace)); in SetColorSpaces()

Completed in 17 milliseconds