Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/screen/include/
H A Dscreen_session.h188 void SetColorSpaces(std::vector<uint32_t>&& colorSpaces);
/ohos5.0/foundation/window/window_manager/window_scene/session/screen/src/
H A Dscreen_session.cpp265 displayInfo->SetColorSpaces(colorSpaces_); in ConvertToDisplayInfo()
1452 void ScreenSession::SetColorSpaces(std::vector<uint32_t>&& colorSpaces) in SetColorSpaces() function in OHOS::Rosen::ScreenSession
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/
H A Dscreen_session_test.cpp1048 HWTEST_F(ScreenSessionTest, SetColorSpaces, Function | SmallTest | Level2)
1059 screenSession->SetColorSpaces(std::move(colorSpaces));
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscreen_session_manager.h257 void SetColorSpaces(ScreenId screenId, sptr<ScreenSession>& session);
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/
H A Dscreen_session_manager.cpp1401 SetColorSpaces(screenId, session); in GetOrCreateScreenSession()
1441 void ScreenSessionManager::SetColorSpaces(ScreenId screenId, sptr<ScreenSession>& session) in SetColorSpaces() function in OHOS::Rosen::ScreenSessionManager
1458 session->SetColorSpaces(std::move(colorSpace)); in SetColorSpaces()