Home
last modified time | relevance | path

Searched defs:GetMetaData (Results 1 – 25 of 26) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/
H A Ddata_share_db_config.cpp46 std::pair<int, DistributedData::StoreMetaData> DataShareDbConfig::GetMetaData(const DbConfig &dbCon… in GetMetaData() function in OHOS::DataShare::DataShareDbConfig
/ohos5.0/foundation/multimedia/media_foundation/src/meta/
H A Dmeta.cpp170 bool GetMetaData(const Meta& meta, const TagType& tag, int32_t& value) in GetMetaData() function
195 bool GetMetaData(const Meta& meta, const TagType& tag, int64_t& value) in GetMetaData() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_decoder/lbvc/
H A Daudio_lbvc_decoder_plugin.cpp236 Status AudioLbvcDecoderPlugin::GetMetaData(const std::shared_ptr<Meta> &meta) in GetMetaData() function in OHOS::Media::Plugins::Lbvc::AudioLbvcDecoderPlugin
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/lbvc/
H A Daudio_lbvc_encoder_plugin.cpp239 Status AudioLbvcEncoderPlugin::GetMetaData(const std::shared_ptr<Meta> &meta) in GetMetaData() function in OHOS::Media::Plugins::Lbvc::AudioLbvcEncoderPlugin
/ohos5.0/foundation/graphic/graphic_surface/surface/src/
H A Dbuffer_queue_consumer.cpp198 GSError BufferQueueConsumer::GetMetaData(uint32_t sequence, std::vector<GraphicHDRMetaData> &metaDa… in GetMetaData() function in OHOS::BufferQueueConsumer
H A Dconsumer_surface.cpp573 GSError ConsumerSurface::GetMetaData(uint32_t sequence, std::vector<GraphicHDRMetaData>& metaData) … in GetMetaData() function in OHOS::ConsumerSurface
H A Dproducer_surface.cpp935 GSError ProducerSurface::GetMetaData(uint32_t sequence, std::vector<GraphicHDRMetaData> &metaData) … in GetMetaData() function in OHOS::ProducerSurface
H A Dbuffer_queue.cpp1788 GSError BufferQueue::GetMetaData(uint32_t sequence, std::vector<GraphicHDRMetaData> &metaData) in GetMetaData() function in OHOS::BufferQueue
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Dvirtual_multi_ver_sync_db_interface.cpp57 int VirtualMultiVerSyncDBInterface::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::VirtualMultiVerSyncDBInterface
H A Dvirtual_relational_ver_sync_db_interface.cpp215 int VirtualRelationalVerSyncDBInterface::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::VirtualRelationalVerSyncDBInterface
H A Dvirtual_single_ver_sync_db_Interface.cpp92 int VirtualSingleVerSyncDBInterface::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::VirtualSingleVerSyncDBInterface
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/
H A Dproperty_util.cpp79 constexpr MetaData GetMetaData(const PropertyTypeDecl& typeDecl) in GetMetaData() function
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/util/
H A Dproperty_util.cpp76 constexpr MetaData GetMetaData(const PropertyTypeDecl& typeDecl) in GetMetaData() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store.cpp196 int RdSingleVerNaturalStore::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::RdSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_kvdata_storage.cpp395 int MultiVerKvDataStorage::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::MultiVerKvDataStorage
H A Dmulti_ver_natural_store.cpp522 int MultiVerNaturalStore::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::MultiVerNaturalStore
H A Dmulti_ver_storage_executor.cpp65 int MultiVerStorageExecutor::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::MultiVerStorageExecutor
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/
H A Dhdi_layer_info.h367 std::vector<GraphicHDRMetaData> &GetMetaData() in GetMetaData() function
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/ffmpeg_adapter/audio_encoder/aac/
H A Dffmpeg_aac_encoder_plugin.cpp554 Status FFmpegAACEncoderPlugin::GetMetaData(const std::shared_ptr<Meta> &meta) in GetMetaData() function in OHOS::Media::Plugins::Ffmpeg::FFmpegAACEncoderPlugin
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_cloud_kv_store.cpp32 int SqliteCloudKvStore::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::SqliteCloudKvStore
H A Dsqlite_single_ver_natural_store.cpp526 int SQLiteSingleVerNaturalStore::GetMetaData(const Key &key, Value &value) const in GetMetaData() function in DistributedDB::SQLiteSingleVerNaturalStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp867 std::pair<bool, StoreMetaData> SyncManager::GetMetaData(const StoreInfo &storeInfo) in GetMetaData() function in OHOS::CloudData::SyncManager
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_tools_unit_test.cpp1208 int RelationalTestUtils::GetMetaData(sqlite3 *db, const DistributedDB::Key &key, DistributedDB::Val… in GetMetaData() function in DistributedDBUnitTest::RelationalTestUtils
/ohos5.0/foundation/multimedia/av_session/services/session/server/
H A Davsession_item.cpp1571 AVMetaData AVSessionItem::GetMetaData() in GetMetaData() function in OHOS::AVSession::AVSessionItem
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp2268 void GetMetaData(MetaData &metaData, const ProfileReader::MetaData &profileMetaData) in GetMetaData() function

12