Home
last modified time | relevance | path

Searched refs:GetScreenSupportedMetaDataKeys (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen.h81 … virtual int32_t GetScreenSupportedMetaDataKeys(std::vector<ScreenHDRMetadataKey> &keys) const = 0;
172 int32_t GetScreenSupportedMetaDataKeys(std::vector<ScreenHDRMetadataKey> &keys) const override;
H A Drs_screen_manager.h166 …virtual int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& key…
374 …int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys) const…
H A Drs_screen.cpp728 int32_t RSScreen::GetScreenSupportedMetaDataKeys(std::vector<ScreenHDRMetadataKey> &keys) const in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::impl::RSScreen
H A Drs_screen_manager.cpp1767 return screensIt->second->GetScreenSupportedMetaDataKeys(keys); in GetScreenSupportedMetaDataKeysLocked()
2003 int32_t RSScreenManager::GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataK… in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::impl::RSScreenManager
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/
H A Drs_screen_test.cpp302 ASSERT_EQ(virtualScreen->GetScreenSupportedMetaDataKeys(keys), INVALID_BACKLIGHT_VALUE);
305 ASSERT_EQ(rsScreen->GetScreenSupportedMetaDataKeys(keys), StatusCode::SUCCESS);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/fuzztest/rsinterfaces_fuzzer/
H A Drsinterfaces_fuzzer.cpp109 rsInterfaces.GetScreenSupportedMetaDataKeys(static_cast<ScreenId>(id), keys); in RSPhysicalScreenFuzzTest()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/core/transaction/
H A Drs_interfaces.cpp405 int32_t RSInterfaces::GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>… in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::RSInterfaces
407 return renderServiceClient_->GetScreenSupportedMetaDataKeys(id, keys); in GetScreenSupportedMetaDataKeys()
H A Drs_interfaces.h165 int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_render_service_connection_proxy_test.cpp563 HWTEST_F(RSRenderServiceConnectionProxyTest, GetScreenSupportedMetaDataKeys, TestSize.Level1)
569 ASSERT_EQ(proxy->GetScreenSupportedMetaDataKeys(id, keys), 2);
H A Drs_render_service_client_test.cpp629 int ret = rsClient->GetScreenSupportedMetaDataKeys(screenId, keys);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/fuzztest/rsrenderserviceconnectionproxy_fuzzer/
H A Drsrenderserviceconnectionproxy_fuzzer.cpp171 rsRenderServiceConnectionProxy.GetScreenSupportedMetaDataKeys(id1, keys); in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/platform/ohos/
H A Drs_irender_service_connection.h183 …virtual int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& key…
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/darwin/
H A Drs_render_service_client.cpp295 int32_t RSRenderServiceClient::GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMet… in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/windows/
H A Drs_render_service_client.cpp295 int32_t RSRenderServiceClient::GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMet… in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::RSRenderServiceClient
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/platform/ohos/
H A Drs_render_service_connection_proxy.h156 …int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys) overr…
H A Drs_render_service_client.cpp828 int32_t RSRenderServiceClient::GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMet… in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::RSRenderServiceClient
835 return renderService->GetScreenSupportedMetaDataKeys(id, keys); in GetScreenSupportedMetaDataKeys()
H A Drs_render_service_connection_proxy.cpp1506 int32_t RSRenderServiceConnectionProxy::GetScreenSupportedMetaDataKeys( in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::RSRenderServiceConnectionProxy
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_render_service_connection.h182 …int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys) overr…
H A Drs_render_service_connection.cpp1283 int32_t RSRenderServiceConnection::GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHD… in GetScreenSupportedMetaDataKeys() function in OHOS::Rosen::RSRenderServiceConnection
1291 … [=, &keys]() { return screenManager_->GetScreenSupportedMetaDataKeys(id, keys); }).get(); in GetScreenSupportedMetaDataKeys()
1294 … [=, &keys]() { return screenManager_->GetScreenSupportedMetaDataKeys(id, keys); }).get(); in GetScreenSupportedMetaDataKeys()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/transaction/
H A Drs_render_service_client.h248 int32_t GetScreenSupportedMetaDataKeys(ScreenId id, std::vector<ScreenHDRMetadataKey>& keys);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/
H A Drs_interfaces_test.cpp785 int ret = rsInterfaces->GetScreenSupportedMetaDataKeys(screenId, keys);
802 int ret = rsInterfaces->GetScreenSupportedMetaDataKeys(INVALID_SCREEN_ID, keys);
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/fuzztest/rsrenderserviceconnection_fuzzer/
H A Drsrenderserviceconnection_fuzzer.cpp353 rsConn->GetScreenSupportedMetaDataKeys(id, keys); in DoGetScreenSupportedColorGamuts()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp989 int32_t result = GetScreenSupportedMetaDataKeys(id, keys); in OnRemoteRequest()