Home
last modified time | relevance | path

Searched refs:GetSupportedLayerPerFrameParameterKey (Results 1 – 25 of 31) sorted by relevance

12

/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/
H A Dinterface_i_display_composer_v11.md27 | [GetSupportedLayerPerFrameParameterKey](#getsupportedlayerperframeparameterkey) ([out] String[] k…
145 ### GetSupportedLayerPerFrameParameterKey()
148 IDisplayComposer::GetSupportedLayerPerFrameParameterKey ([out] String[] keys)
/ohos5.0/drivers/interface/display/composer/v1_1/hdi_impl/
H A Ddisplay_composer_hdi_impl.h135 virtual int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) override in GetSupportedLayerPerFrameParameterKey() function
137 return ToDispErrCode(hdi_v1_1_->GetSupportedLayerPerFrameParameterKey(keys)); in GetSupportedLayerPerFrameParameterKey()
/ohos5.0/drivers/interface/display/composer/v1_1/include/
H A Didisplay_composer_interface.h122 virtual int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) = 0;
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/
H A Didisplay_composer_vdi_v1_1.h40 virtual int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) = 0;
H A Ddisplay_composer_service.h75 int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/
H A Dhdibackend_test.cpp45 …EXPECT_CALL(*mockDevice_, GetSupportedLayerPerFrameParameterKey()).WillRepeatedly(testing::ReturnR… in SetUpTestCase()
H A Dmock_hdi_device_systest.h86 MOCK_METHOD0(GetSupportedLayerPerFrameParameterKey, std::vector<std::string>&());
H A Dhdioutput_test.cpp63 …EXPECT_CALL(*mockDevice_, GetSupportedLayerPerFrameParameterKey()).WillRepeatedly(testing::ReturnR… in SetUpTestCase()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/
H A Dmock_hdi_device.h85 MOCK_METHOD0(GetSupportedLayerPerFrameParameterKey, std::vector<std::string>&());
H A Dhdilayer_test.cpp82 …EXPECT_CALL(*hdiDeviceMock_, GetSupportedLayerPerFrameParameterKey()).WillRepeatedly(testing::Retu… in SetUpTestCase()
H A Dhdidevice_test.cpp201 …:vector<std::string> valueRet = HdiDeviceTest::hdiDevice_->GetSupportedLayerPerFrameParameterKey();
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/
H A Dmock_hdi_device.h83 MOCK_METHOD0(GetSupportedLayerPerFrameParameterKey, std::vector<std::string>&());
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/cpp_target/display/composer/v1_1/
H A Didisplay_composer.h.txt98 virtual int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) = 0;
H A Ddisplay_composer_service.h.txt44 int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) override;
H A Ddisplay_composer_service.cpp.txt59 int32_t DisplayComposerService::GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& key…
H A Ddisplay_composer_proxy.h.txt85 int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) override;
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/
H A Dhdidevice_fuzzer.cpp75 std::vector<std::string> keys = device->GetSupportedLayerPerFrameParameterKey(); in HdiDeviceFuzzTest3()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_device.h92 virtual std::vector<std::string>& GetSupportedLayerPerFrameParameterKey() = 0;
H A Dhdi_device_impl.h90 std::vector<std::string>& GetSupportedLayerPerFrameParameterKey() override;
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/
H A Ddisplay_composer_service.cpp657 int32_t DisplayComposerService::GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& key… in GetSupportedLayerPerFrameParameterKey() function in OHOS::HDI::Display::Composer::DisplayComposerService
661 int32_t ret = vdiImplV1_1_->GetSupportedLayerPerFrameParameterKey(keys); in GetSupportedLayerPerFrameParameterKey()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/
H A Dhdi_device_impl.cpp610 std::vector<std::string>& HdiDeviceImpl::GetSupportedLayerPerFrameParameterKey() in GetSupportedLayerPerFrameParameterKey() function in OHOS::Rosen::HdiDeviceImpl
614 if (g_composer->GetSupportedLayerPerFrameParameterKey(layerPerFrameParameterKeys_) != 0) { in GetSupportedLayerPerFrameParameterKey()
/ohos5.0/drivers/interface/display/composer/v1_1/
H A DIDisplayComposer.idl105 GetSupportedLayerPerFrameParameterKey([out] String[] keys);
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/
H A DIDisplayComposer.idl105 GetSupportedLayerPerFrameParameterKey([out] String[] keys);
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/
H A Ddevice_fuzzer.cpp433 int32_t ret = g_composerInterface->GetSupportedLayerPerFrameParameterKey(keys); in TestGetSupportedLayerPerFrameParameterKey()
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/
H A Ddisplay_benchmark_test.cpp485 ret = g_composerDevice->GetSupportedLayerPerFrameParameterKey(keys); in BENCHMARK_F()

12