Home
last modified time | relevance | path

Searched refs:ListMetadataKeys (Results 1 - 5 of 5) sorted by relevance

/foundation/graphic/graphic_surface/surface/test/unittest/
H A Dsurface_buffer_impl_test.cpp113 ASSERT_EQ(buffer->ListMetadataKeys(keys), GSERROR_NOT_INIT); in HWTEST_F()
215 sret = sbi->ListMetadataKeys(keys); in HWTEST_F()
228 sret = sbi->ListMetadataKeys(keys); in HWTEST_F()
/foundation/graphic/graphic_surface/surface/include/
H A Dsurface_buffer_impl.h83 GSError ListMetadataKeys(std::vector<uint32_t>& keys) override;
/foundation/graphic/graphic_surface/interfaces/inner_api/surface/
H A Dsurface_buffer.h79 virtual GSError ListMetadataKeys(std::vector<uint32_t>& keys) = 0;
/foundation/graphic/graphic_surface/surface/src/
H A Dsurface_buffer_impl.cpp637 GSError SurfaceBufferImpl::ListMetadataKeys(std::vector<uint32_t>& keys) in ListMetadataKeys() function in OHOS::SurfaceBufferImpl
648 auto dRet = displayBuffer->ListMetadataKeys(*handle_, keys); in ListMetadataKeys()
652 BLOGE("ListMetadataKeys Failed with %{public}d", dRet); in ListMetadataKeys()
/foundation/multimedia/image_effect/frameworks/native/effect/base/
H A Dimage_effect_inner.cpp841 auto res = buffer->ListMetadataKeys(keys); in OnBufferAvailableToProcess()

Completed in 5 milliseconds