Home
last modified time | relevance | path

Searched refs:InsertUseExclusiveThreadFlag (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_ui_display_soloist_test.cpp57 soloistManager.InsertUseExclusiveThreadFlag(soloistId, true);
81 soloistManager.InsertUseExclusiveThreadFlag(soloistId, false);
112 soloistManager.InsertUseExclusiveThreadFlag(soloistId, false);
144 soloistManager.InsertUseExclusiveThreadFlag(soloistId, true);
186 soloistManager.InsertUseExclusiveThreadFlag(soloistId, false);
194 soloistManager.InsertUseExclusiveThreadFlag(soloistId2, false);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/native_display_soloist/
H A Dnative_display_soloist.cpp32 soloistManager.InsertUseExclusiveThreadFlag(soloistId->GetId(), useExclusiveThread); in OH_DisplaySoloist_Create()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/ui/
H A Drs_ui_display_soloist.h140 void InsertUseExclusiveThreadFlag(SoloistIdType id, bool useExclusiveThread);
H A Drs_ui_display_soloist.cpp564 void RSDisplaySoloistManager::InsertUseExclusiveThreadFlag(SoloistIdType id, bool useExclusiveThrea… in InsertUseExclusiveThreadFlag() function in OHOS::Rosen::RSDisplaySoloistManager