Home
last modified time | relevance | path

Searched refs:GetImageSurface (Results 1 - 9 of 9) sorted by relevance

/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/include/
H A Diimage_source_processor.h38 virtual sptr<Surface> GetImageSurface() = 0;
H A Dimage_source_processor.h36 sptr<Surface> GetImageSurface() override;
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/include/
H A Discreen_source_trans.h36 virtual sptr<Surface> GetImageSurface() = 0;
H A Dscreen_source_trans.h47 sptr<Surface> GetImageSurface() override;
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourceprocessor/src/
H A Dimage_source_processor_test.cpp153 * @tc.desc: Verify the GetImageSurface function.
161 sptr<Surface> actual = processor.GetImageSurface(); in HWTEST_F()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourceprocessor/src/
H A Dimage_source_processor.cpp104 sptr<Surface> ImageSourceProcessor::GetImageSurface() in GetImageSurface() function in OHOS::DistributedHardware::ImageSourceProcessor
106 DHLOGI("%{public}s: GetImageSurface.", DSCREEN_LOG_TAG); in GetImageSurface()
/foundation/distributedhardware/distributed_screen/services/screentransport/screensourcetrans/src/
H A Dscreen_source_trans.cpp205 sptr<Surface> ScreenSourceTrans::GetImageSurface() in GetImageSurface() function in OHOS::DistributedHardware::ScreenSourceTrans
207 DHLOGI("%{public}s:GetImageSurface.", DSCREEN_LOG_TAG); in GetImageSurface()
208 return imageProcessor_->GetImageSurface(); in GetImageSurface()
/foundation/distributedhardware/distributed_screen/services/screenservice/sourceservice/dscreenmgr/1.0/src/
H A Ddscreen.cpp437 sptr<OHOS::Surface> windowSurface = sourceTrans_->GetImageSurface(); in Start()
/foundation/distributedhardware/distributed_screen/services/screentransport/test/unittest/screensourcetrans/src/
H A Dscreen_source_trans_test.cpp477 * @tc.desc: Verify the GetImageSurface function.
501 EXPECT_NE(nullptr, trans->GetImageSurface()); in HWTEST_F()

Completed in 4 milliseconds