/ohos5.0/docs/zh-cn/device-dev/reference/hdi-apis/display/ |
H A D | interface_i_display_composer_v11.md | 27 | [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 D | display_composer_hdi_impl.h | 135 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 D | idisplay_composer_interface.h | 122 virtual int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) = 0;
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | idisplay_composer_vdi_v1_1.h | 40 virtual int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) = 0;
|
H A D | display_composer_service.h | 75 int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) override;
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/systemtest/ |
H A D | hdibackend_test.cpp | 45 …EXPECT_CALL(*mockDevice_, GetSupportedLayerPerFrameParameterKey()).WillRepeatedly(testing::ReturnR… in SetUpTestCase()
|
H A D | mock_hdi_device_systest.h | 86 MOCK_METHOD0(GetSupportedLayerPerFrameParameterKey, std::vector<std::string>&());
|
H A D | hdioutput_test.cpp | 63 …EXPECT_CALL(*mockDevice_, GetSupportedLayerPerFrameParameterKey()).WillRepeatedly(testing::ReturnR… in SetUpTestCase()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | mock_hdi_device.h | 85 MOCK_METHOD0(GetSupportedLayerPerFrameParameterKey, std::vector<std::string>&());
|
H A D | hdilayer_test.cpp | 82 …EXPECT_CALL(*hdiDeviceMock_, GetSupportedLayerPerFrameParameterKey()).WillRepeatedly(testing::Retu… in SetUpTestCase()
|
H A D | hdidevice_test.cpp | 201 …:vector<std::string> valueRet = HdiDeviceTest::hdiDevice_->GetSupportedLayerPerFrameParameterKey();
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/mock/ |
H A D | mock_hdi_device.h | 83 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 D | idisplay_composer.h.txt | 98 virtual int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) = 0;
|
H A D | display_composer_service.h.txt | 44 int32_t GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& keys) override;
|
H A D | display_composer_service.cpp.txt | 59 int32_t DisplayComposerService::GetSupportedLayerPerFrameParameterKey(std::vector<std::string>& key…
|
H A D | display_composer_proxy.h.txt | 85 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 D | hdidevice_fuzzer.cpp | 75 std::vector<std::string> keys = device->GetSupportedLayerPerFrameParameterKey(); in HdiDeviceFuzzTest3()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_device.h | 92 virtual std::vector<std::string>& GetSupportedLayerPerFrameParameterKey() = 0;
|
H A D | hdi_device_impl.h | 90 std::vector<std::string>& GetSupportedLayerPerFrameParameterKey() override;
|
/ohos5.0/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 657 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 D | hdi_device_impl.cpp | 610 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 D | IDisplayComposer.idl | 105 GetSupportedLayerPerFrameParameterKey([out] String[] keys);
|
/ohos5.0/foundation/ability/idl_tool/test/hdi_unittest/display_composer_v1_1/foo/display/composer/v1_1/ |
H A D | IDisplayComposer.idl | 105 GetSupportedLayerPerFrameParameterKey([out] String[] keys);
|
/ohos5.0/drivers/peripheral/display/composer/test/fuzztest/device_fuzzer/ |
H A D | device_fuzzer.cpp | 433 int32_t ret = g_composerInterface->GetSupportedLayerPerFrameParameterKey(keys); in TestGetSupportedLayerPerFrameParameterKey()
|
/ohos5.0/drivers/peripheral/display/composer/test/benchmark/ |
H A D | display_benchmark_test.cpp | 485 ret = g_composerDevice->GetSupportedLayerPerFrameParameterKey(keys); in BENCHMARK_F()
|