Home
last modified time | relevance | path

Searched defs:table (Results 101 – 125 of 220) sorted by relevance

123456789

/ohos5.0/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_cursor_test.cpp58 char table[] = "test"; in SetUpTestCase() local
120 char table[] = "asset_table"; in CreateAssetTable() local
630 char table[] = "asset_table"; variable
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h2/hpack/
H A Dencoder.rs23 table: DynamicTable, field
H A Ddecoder.rs34 table: DynamicTable, field
94 table: &'a mut DynamicTable, field
/ohos5.0/foundation/multimedia/av_codec/services/engine/codec/video/hcodec/
H A Dtype_converter.cpp235 static const map<CodecType, AVCodecType> table = { in HdiCodecTypeToInnerCodecType() local
321 static const map<VideoRotation, GraphicTransformType> table = { in InnerRotateToDisplayRotate() local
457 static const map<BitRateMode, VideoEncodeBitrateMode> table = { in HdiBitrateModeToInnerMode() local
/ohos5.0/drivers/peripheral/codec/test/demo/jpeg/src/
H A Dcodec_jpeg_helper.cpp224 int32_t CodecJpegHelper::JpegDhtAssemble(const std::vector<CodecJpegHuffTable> &table, int8_t *buff… in JpegDhtAssemble()
513 CodecJpegQuantTable table; in DessambleDqt() local
548 CodecJpegHuffTable table; in DessambleDht() local
/ohos5.0/base/security/security_guard/services/risk_classify/model_manager/src/
H A Ddb_operate.cpp20 DbOperate::DbOperate(std::string table) : table_(table) {} in DbOperate()
/ohos5.0/drivers/peripheral/clearplay/interfaces/include/drm/v1_0/
H A Dimedia_key_system.h43 #define HDI_CHECK_VALUE_RET_GOTO(lv, compare, rv, ret, value, table) do { \ argument
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/media_event_test/src/
H A Devent_thumbnail_test.cpp88 string table = "medialib_UpdateLcdInfo_test_001"; variable
/ohos5.0/base/hiviewdfx/faultloggerd/tools/process_dump/
H A Ddfx_unwind_async_thread.cpp106 auto table = std::make_shared<UniqueStackTable>(tableData->data(), size, false); in GetSubmitterStack() local
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/test/unittest/
H A Dthread_private_data_ctl_test.cpp97 GlHookTable *table = nullptr; in HWTEST_F() local
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/modules/muxer/
H A Dmedia_muxer.cpp429 static const std::unordered_map<Plugins::OutputFormat, std::string> table = { in CreatePlugin() local
475 static const std::map<State, std::string> table = { in StateConvert() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp243 TableInfo table; in CreateDistributedSharedTable() local
281 TableInfo table; in CreateDistributedTable() local
307 bool isUpgraded, const std::string &identity, TableInfo &table, RelationalSchemaObject &schema) in CreateDistributedTable()
670 for (auto &table : schema.GetTables()) { in SetReference() local
1033 TableInfo table = GetSchema().GetTable(tableName); in GenLogInfoForUpgrade() local
H A Dsqlite_relational_store.cpp550 for (const auto &table : tableNameList) { in RemoveDeviceData() local
939 for (const auto &table : tables) { in GetAllDistributedTableName() local
1019 for (const auto &table : schema.tables) { in PrepareSharedTable() local
1239 for (const auto &table : tableNames) { in CheckTableName() local
1489 static int ChkTable(const TableInfo &table) in ChkTable()
1507 auto table = schema.GetTable(tableName); in CheckSchemaForUpsertData() local
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/common/memory/cache/
H A Dcache_manager.cpp59 void CacheManager::SetConfigTable(const CacheUnit *table, size_t count) in SetConfigTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_syncer_extend.cpp528 int CloudSyncer::PrepareAndDownload(const std::string &table, const CloudTaskInfo &taskInfo, bool i… in PrepareAndDownload()
691 std::string table; in DoDownloadInNeed() local
858 for (const auto &table : source.table) { in MergeTaskTablesIfConsistent() local
873 for (const auto &table : cloudSchema->tables) { in AdjustTableBasedOnSchema() local
1137 bool CloudSyncer::IsTableFinishInUpload(const std::string &table) in IsTableFinishInUpload()
1143 void CloudSyncer::MarkUploadFinishIfNeed(const std::string &table) in MarkUploadFinishIfNeed()
/ohos5.0/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_service.cpp140 const string &table, string &path) in GetPathFromDb()
169 int ThumbnailService::GetThumbFd(const string &path, const string &table, const string &id, const s… in GetThumbFd()
198 string table; in GetThumbnailFd() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dstorage_proxy.cpp360 for (const auto &table : tables) { in CheckSchema() local
667 bool StorageProxy::IsTableExistReference(const std::string &table) in IsTableExistReference()
676 bool StorageProxy::IsTableExistReferenceOrReferenceBy(const std::string &table) in IsTableExistReferenceOrReferenceBy()
685 void StorageProxy::ReleaseUploadRecord(const std::string &table, const CloudWaterType &type, Timest… in ReleaseUploadRecord()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/device/
H A Dsync_state_machine.cpp134 [this](const StateSwitchTable &table) { in SwitchMachineState()
143 const std::map<uint8_t, EventToState> &table = (*tableIter).switchTable; in SwitchMachineState() local
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/
H A Dencoder.rs447 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference() localVariable
478 let mut table = DynamicTable::with_empty(); in dynamic_table() localVariable
/ohos5.0/foundation/communication/netstack/frameworks/cj/http/src/
H A Dnet_http_utils.cpp182 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in GetNowTimeGMT() local
198 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in GetNowTimeGMT() local
/ohos5.0/base/web/webview/ohos_adapter/net_proxy_adapter/src/
H A Dnet_proxy_adapter_impl.cpp74 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local
90 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local
/ohos5.0/foundation/multimedia/media_foundation/src/osal/task/pthread/
H A Dpipeline_threadpool.cpp54 static const std::map<TaskType, std::string> table = { in TaskTypeConvert() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/include/
H A Dmedialibrary_rdbstore.h190 …const std::vector<int32_t> &subTypes, const std::string &table, int32_t deleteRows, std::string bu… in DeleteFilesTask()
/ohos5.0/base/security/security_guard/services/config_manager/src/
H A Dconfig_data_manager.cpp46 void ConfigDataManager::InsertEventToTableMap(int64_t eventId, std::string table) in InsertEventToTableMap()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/platform/src/
H A Duart_dev.c197 static int uartdev_poll(struct file *filep, poll_table *table) in uartdev_poll()

123456789