/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/ |
H A D | screen_info_demo.cpp | 32 auto screenData = rsInterfaces.GetScreenData(screenId); in main()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/ |
H A D | rsinterfaces_fuzzer.cpp | 104 rsInterfaces.GetScreenData(static_cast<ScreenId>(id)); in RSPhysicalScreenFuzzTest()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.h | 124 virtual RSScreenData GetScreenData(ScreenId id) const = 0; 334 RSScreenData GetScreenData(ScreenId id) const override;
|
H A D | rs_screen_manager.cpp | 1432 RSScreenData RSScreenManager::GetScreenData(ScreenId id) const in GetScreenData() function in OHOS::Rosen::impl::RSScreenManager
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/ |
H A D | rs_interfaces.cpp | 384 RSScreenData RSInterfaces::GetScreenData(ScreenId id) in GetScreenData() function in OHOS::Rosen::RSInterfaces 386 return renderServiceClient_->GetScreenData(id); in GetScreenData()
|
H A D | rs_interfaces.h | 157 RSScreenData GetScreenData(ScreenId id);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/ |
H A D | rsrenderserviceconnectionproxy_fuzzer.cpp | 165 rsRenderServiceConnectionProxy.GetScreenData(id1); in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/ |
H A D | rs_irender_service_connection.h | 163 virtual RSScreenData GetScreenData(ScreenId id) = 0;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/ |
H A D | rs_render_service_client.cpp | 259 RSScreenData RSRenderServiceClient::GetScreenData(ScreenId id) in GetScreenData() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/ |
H A D | rs_render_service_client.cpp | 259 RSScreenData RSRenderServiceClient::GetScreenData(ScreenId id) in GetScreenData() function in OHOS::Rosen::RSRenderServiceClient
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/ |
H A D | rs_render_service_connection_proxy.h | 142 RSScreenData GetScreenData(ScreenId id) override;
|
H A D | rs_render_service_client.cpp | 693 RSScreenData RSRenderServiceClient::GetScreenData(ScreenId id) in GetScreenData() function in OHOS::Rosen::RSRenderServiceClient 700 return renderService->GetScreenData(id); in GetScreenData()
|
H A D | rs_render_service_connection_proxy.cpp | 1364 RSScreenData RSRenderServiceConnectionProxy::GetScreenData(ScreenId id) in GetScreenData() function in OHOS::Rosen::RSRenderServiceConnectionProxy
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_render_service_connection.h | 168 RSScreenData GetScreenData(ScreenId id) override;
|
H A D | rs_render_service_connection.cpp | 1162 RSScreenData RSRenderServiceConnection::GetScreenData(ScreenId id) in GetScreenData() function in OHOS::Rosen::RSRenderServiceConnection 1171 [=]() { return screenManager_->GetScreenData(id); }).get(); in GetScreenData() 1174 [=]() { return screenManager_->GetScreenData(id); }).get(); in GetScreenData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/ |
H A D | rs_render_service_client.h | 226 RSScreenData GetScreenData(ScreenId id);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_client_test.cpp | 570 auto screenData = rsClient->GetScreenData(screenId);
|
H A D | rs_render_service_connection_proxy_test.cpp | 498 EXPECT_EQ(proxy->GetScreenData(id).powerStatus_, INVALID_POWER_STATUS);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_manager_test.cpp | 842 screenData1 = screenManager->GetScreenData(OHOS::Rosen::INVALID_SCREEN_ID); 859 RSScreenData screenData = screenManager->GetScreenData(screenId); 882 RSScreenData screenData = screenManager->GetScreenData(screenId);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 623 auto screenData = rsInterfaces->GetScreenData(screenId); 646 auto screenData = rsInterfaces->GetScreenData(INVALID_SCREEN_ID);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/ |
H A D | rsrenderserviceconnection_fuzzer.cpp | 675 rsConn->GetScreenData(id); in DoGetScreenData()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 913 RSScreenData screenData = GetScreenData(id); in OnRemoteRequest()
|