Home
last modified time | relevance | path

Searched defs:table (Results 376 - 400 of 1211) sorted by relevance

1...<<11121314151617181920>>...49

/foundation/multimedia/media_library/frameworks/services/media_distributed/src/database_manage/
H A Dmedialibrary_device_operations.cpp155 GetSyncStatusById(const std::shared_ptr<NativeRdb::RdbStore> &rdbStore, const std::string &udid, const std::string &table, int32_t &syncStatus) GetSyncStatusById() argument
/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Droute_manager_test.cpp627 uint32_t table = 1; in HWTEST_F() local
637 uint32_t table = 1; in HWTEST_F() local
/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/
H A Drdb_adapter.cpp74 int32_t RdbAdapter::Put(int64_t& outRowId, const std::string& table, const ValuesBucket& values) in Put() argument
104 int32_t RdbAdapter::Delete(int32_t& deleteRows, const std::string& table, const std::string& whereClause, in Delete() argument
135 Update(int32_t& changedRows, const std::string& table, const ValuesBucket& values, const std::string& whereClause, const std::vector<ValueObject>& bindArgs) Update() argument
[all...]
/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Drdb_adapter_test.cpp184 std::string table = "trust_device_table"; in HWTEST_F() local
207 std::string table = "trust_xxxdevice_table"; in HWTEST_F() local
230 std::string table = "trust_device_table"; in HWTEST_F() local
262 std::string table = "trust_device_table"; in HWTEST_F() local
286 std::string table = "trust_device_table"; HWTEST_F() local
316 std::string table = "trust_device_table"; HWTEST_F() local
346 std::string table = "trust_device_table"; HWTEST_F() local
376 std::string table = "trust_device_table"; HWTEST_F() local
407 std::string table = "trust_device_table"; HWTEST_F() local
456 std::string table = "trust_device_table"; HWTEST_F() local
493 std::string table = "trust_device_table"; HWTEST_F() local
530 std::string table = "trust_device_table"; HWTEST_F() local
575 std::string table = "trust_device_table"; HWTEST_F() local
599 std::string table = "trust_device_table"; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dcloud_db_impl.cpp37 int32_t CloudDbImpl::Execute(const std::string &table, const std::string &sql, const DBVBucket &extend) in Execute() argument
54 int32_t CloudDbImpl::BatchInsert(const std::string &table, DBVBuckets &&values, DBVBuckets &extends) in BatchInsert() argument
74 int32_t CloudDbImpl::BatchUpdate(const std::string &table, DBVBuckets &&values, DBVBuckets &extends) in BatchUpdate() argument
93 BatchUpdate(const std::string &table, DBVBuckets &&values, const DBVBuckets &extends) BatchUpdate() argument
109 BatchDelete(const std::string &table, DBVBuckets &extends) BatchDelete() argument
122 Query(const std::string &table, const DBVBucket &extend) Query() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_cloud_schema_mgr_test.cpp277 TableInfo table; in HWTEST_F() local
302 TableInfo table; in HWTEST_F() local
330 TableInfo table; HWTEST_F() local
358 TableInfo table; HWTEST_F() local
386 TableInfo table; HWTEST_F() local
414 TableInfo table; HWTEST_F() local
441 TableInfo table; HWTEST_F() local
466 TableInfo table; HWTEST_F() local
526 TableInfo table; HWTEST_F() local
553 TableInfo table; HWTEST_F() local
580 TableInfo table; HWTEST_F() local
611 TableInfo table; HWTEST_F() local
684 TableInfo table; HWTEST_F() local
[all...]
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_db.cpp18 int32_t CloudDB::Execute(const std::string &table, const std::string &sql, const VBucket &extend) in Execute() argument
23 int32_t CloudDB::BatchInsert(const std::string &table, VBuckets &&values, VBuckets &extends) in BatchInsert() argument
28 int32_t CloudDB::BatchUpdate(const std::string &table, VBuckets &&values, VBuckets &extends) in BatchUpdate() argument
33 int32_t CloudDB::BatchUpdate(const std::string &table, VBuckets &&values, const VBuckets &extends) in BatchUpdate() argument
38 int32_t CloudDB::BatchDelete(const std::string &table, VBuckets &extends) in BatchDelete() argument
43 std::shared_ptr<Cursor> CloudDB::Query(const std::string &table, const VBucket &extend) in Query() argument
53 int32_t CloudDB::PreSharing(const std::string &table, VBuckets &extend) in PreSharing() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcloud_sync_log_table_manager.cpp22 std::string CloudSyncLogTableManager::CalcPrimaryKeyHash(const std::string &references, const TableInfo &table, in CalcPrimaryKeyHash() argument
63 void CloudSyncLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) in GetIndexSql() argument
81 std::string CloudSyncLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() argument
91 GetInsertTrigger(const TableInfo &table, const std::string &identity) GetInsertTrigger() argument
125 GetUpdateTrigger(const TableInfo &table, const std::string &identity) GetUpdateTrigger() argument
155 GetDeleteTrigger(const TableInfo &table, const std::string &identity) GetDeleteTrigger() argument
189 GetDropTriggers(const TableInfo &table) GetDropTriggers() argument
[all...]
/foundation/distributeddatamgr/relational_store/test/ndk/unittest/
H A Drdb_predicates_test.cpp56 char table[] = "test"; in SetUpTestCase() local
607 char *table = NULL; in HWTEST_F() local
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dtransaction_impl.cpp167 std::pair<int, int64_t> TransactionImpl::Insert(const std::string &table, const Row &row, Resolution resolution) in Insert() argument
177 std::pair<int32_t, int64_t> TransactionImpl::BatchInsert(const std::string &table, const Rows &rows) in BatchInsert() argument
189 std::pair<int, int64_t> TransactionImpl::BatchInsert(const std::string &table, const RefRows &rows) in BatchInsert() argument
199 std::pair<int, int> TransactionImpl::Update(const std::string &table, const Row &row, const std::string &where, in Update() argument
222 std::pair<int32_t, int32_t> TransactionImpl::Delete(const std::string &table, const std::string &whereClause, in Delete() argument
[all...]
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/cloud_data/src/
H A Djs_cloud_utils.cpp235 napi_value table = Convert2JSValue(env, value.table); in Convert2JSValue() local
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/
H A Dcloud_types.h59 std::string table; member
/test/ostest/wukong/report/src/
H A Dstatistics_componment.cpp56 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail() local
H A Dstatistics_event.cpp52 std::shared_ptr<Table> table = std::make_shared<Table>(headers_, record_); in StatisticsDetail() local
/third_party/ffmpeg/libavcodec/
H A Davs.c54 const uint8_t *table, *vect; in avs_decode_frame() local
H A Dindeo2.c54 ir2_decode_plane(Ir2Context *ctx, int width, int height, uint8_t *dst, int pitch, const uint8_t *table) ir2_decode_plane() argument
116 ir2_decode_plane_inter(Ir2Context *ctx, int width, int height, uint8_t *dst, int pitch, const uint8_t *table) ir2_decode_plane_inter() argument
[all...]
H A D8svx.c51 const int8_t *table; member
72 delta_decode(uint8_t *dst, const uint8_t *src, int src_size, uint8_t *state, const int8_t *table) delta_decode() argument
H A Dprosumer.c206 static const uint16_t table[] = { variable
/third_party/ffmpeg/libavformat/
H A Dpaf.c78 static int read_table(AVFormatContext *s, uint32_t *table, uint32_t count) in read_table() argument
/third_party/gn/src/gn/
H A Dhash_table_base_unittest.cc194 TestHashTable table; in TEST() local
208 TestHashTable table; TEST() local
237 TestHashTable table; TEST() local
282 TestHashTable table; TEST() local
318 TestHashTable table; TEST() local
338 TestHashTable table; TEST() local
[all...]
/third_party/alsa-utils/alsamixer/
H A Dcurskey.c48 static int curskey_find(const struct curskey_key *table, unsigned int size, const char *name) { in curskey_find() argument
/third_party/backends/backend/genesys/
H A Dmotor.cpp110 MotorSlopeTable table; in create_slope_table_for_speed() local
[all...]
/third_party/cups-filters/fontembed/
H A Dsfnt_subset.c303 const OTF_DIRENT *table=otf->tables+idx; in otf_cff_extract() local
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DBMPSet.java327 private static void set32x64Bits(int[] table, int start, int limit) { in set32x64Bits() argument
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp61 void FontObject::deleteTable(void *table) in deleteTable() argument
68 le_uint16 table = 0; in findTable() local
101 void *table = new char[*length]; in readTable() local
[all...]

Completed in 15 milliseconds

1...<<11121314151617181920>>...49