/drivers/peripheral/display/composer/test/unittest/ |
H A D | hdi_composer_ut.cpp | 186 static void DestroyLayer(std::shared_ptr<HdiTestLayer> layer) in DestroyLayer() function 189 auto ret = g_composerDevice->DestroyLayer(g_displayIds[0], layer->GetId()); in DestroyLayer() 191 DISPLAY_TEST_LOGD("DestroyLayer fail or not support, ret: %{public}d", ret); in DestroyLayer() 494 DestroyLayer(layer); in HWTEST_F() 555 DestroyLayer(layer); in HWTEST_F() 586 DestroyLayer(layer); in HWTEST_F() 607 DestroyLayer(layer); in HWTEST_F() 636 DestroyLayer(layer); in HWTEST_F() 669 DestroyLayer(layer); in HWTEST_F() 696 DestroyLayer(laye in HWTEST_F() [all...] |
/drivers/peripheral/display/composer/vdi_base/include/ |
H A D | hdi_display.h | 92 virtual int32_t DestroyLayer(uint32_t layerId);
|
H A D | display_composer_vdi_impl.h | 59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
|
/drivers/peripheral/display/composer/hdi_service/include/ |
H A D | display_composer_service.h | 63 int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
|
H A D | idisplay_composer_vdi.h | 66 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) = 0;
|
/drivers/peripheral/display/composer/vdi_base/src/ |
H A D | hdi_display.cpp | 114 int32_t HdiDisplay::DestroyLayer(uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::HdiDisplay
|
H A D | display_composer_vdi_impl.cpp | 220 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl 222 int32_t ec = HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
|
H A D | hdi_session.cpp | 263 static int32_t DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function 266 return HdiSession::GetInstance().CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
|
/drivers/peripheral/display/hal/default_standard/src/display_device/ |
H A D | display_composer_vdi_impl.h | 59 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override;
|
H A D | display_composer_vdi_impl.cpp | 235 int32_t DisplayComposerVdiImpl::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::DISPLAY::DisplayComposerVdiImpl 238 int32_t ec = composerModel_->CallDisplayFunction(devId, &HdiDisplay::DestroyLayer, layerId); in DestroyLayer()
|
/drivers/interface/display/composer/v1_0/hdi_impl/ |
H A D | display_composer_hdi_impl.h | 351 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) override 354 return ToDispErrCode(hdi_->DestroyLayer(devId, layerId));
|
/drivers/peripheral/display/composer/test/benchmark/ |
H A D | display_benchmark_test.cpp | 221 * @tc.desc: Benchmarktest for interface CreateLayer And DestroyLayer. 232 ret = g_composerDevice->DestroyLayer(g_displayIds[0], layerId); in BENCHMARK_F() 466 g_composerDevice->DestroyLayer(g_displayIds[0], layerId); in BENCHMARK_F()
|
/drivers/interface/display/composer/v1_0/include/ |
H A D | idisplay_composer_interface.h | 540 * @see DestroyLayer 560 virtual int32_t DestroyLayer(uint32_t devId, uint32_t layerId) = 0;
|
/drivers/peripheral/display/composer/test/common/ |
H A D | hdi_test_display.cpp | 234 device_->DestroyLayer(id_, layerId); in Clear()
|
/drivers/peripheral/display/composer/hdi_service/src/ |
H A D | display_composer_service.cpp | 514 int32_t DisplayComposerService::DestroyLayer(uint32_t devId, uint32_t layerId) in DestroyLayer() function in OHOS::HDI::Display::Composer::DisplayComposerService 518 int32_t ret = vdiImpl_->DestroyLayer(devId, layerId); in DestroyLayer()
|
/drivers/peripheral/display/composer/test/fuzztest/layer_fuzzer/ |
H A D | layer_fuzzer.cpp | 154 int32_t ret = g_composerInterface->DestroyLayer(devId, layerId); in UsingCloseLayer()
|