| /foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/rdbadapter/ |
| H A D | rdb_adapter.cpp | 74 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 D | rdb_adapter_test.cpp | 184 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 D | cloud_db_impl.cpp | 37 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 D | distributeddb_cloud_schema_mgr_test.cpp | 277 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 D | cloud_db.cpp | 18 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 D | cloud_sync_log_table_manager.cpp | 22 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 D | rdb_predicates_test.cpp | 56 char table[] = "test"; in SetUpTestCase() local 607 char *table = NULL; in HWTEST_F() local
|
| /foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
| H A D | transaction_impl.cpp | 167 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 D | js_cloud_utils.cpp | 235 napi_value table = Convert2JSValue(env, value.table); in Convert2JSValue() local
|
| /foundation/distributeddatamgr/relational_store/interfaces/inner_api/cloud_data/include/ |
| H A D | cloud_types.h | 59 std::string table; member
|
| /kernel/linux/linux-5.10/drivers/acpi/acpica/ |
| H A D | utmisc.c | 57 u8 acpi_ut_is_aml_table(struct acpi_table_header *table) in acpi_ut_is_aml_table() argument [all...] |
| H A D | nsxfname.c | 477 struct acpi_table_header *table = in ACPI_EXPORT_SYMBOL() local
|
| H A D | tbfadt.c | 279 struct acpi_table_header *table; in acpi_tb_parse_fadt() local 354 void acpi_tb_create_local_fadt(struct acpi_table_header *table, u32 length) in acpi_tb_create_local_fadt() argument [all...] |
| /kernel/linux/linux-5.10/drivers/cpufreq/ |
| H A D | bmips-cpufreq.c | 68 struct cpufreq_frequency_table *table; in bmips_cpufreq_get_freq_table() local
|
| H A D | sparc-us3-cpufreq.c | 25 struct cpufreq_frequency_table table[4]; member 126 struct cpufreq_frequency_table *table = in us3_freq_cpu_init() local [all...] |
| /kernel/linux/linux-5.10/drivers/clk/actions/ |
| H A D | owl-factor.c | 17 static unsigned int _get_table_maxval(const struct clk_factor_table *table) in _get_table_maxval() argument 28 static int _get_table_div_mul(const struct clk_factor_table *table, in _get_table_div_mul() argument 44 static unsigned int _get_table_val(const struct clk_factor_table *table, in _get_table_val() argument [all...] |
| /kernel/linux/linux-5.10/drivers/dma-buf/heaps/ |
| H A D | heap-helpers.c | 89 struct sg_table table; member 144 struct sg_table *table = &a->table; in dma_heap_map_dma_buf() local 153 dma_heap_unmap_dma_buf(struct dma_buf_attachment *attachment, struct sg_table *table, enum dma_data_direction direction) dma_heap_unmap_dma_buf() argument [all...] |
| /kernel/linux/linux-5.10/drivers/fpga/ |
| H A D | dfl-pci.c | 114 int *table; in cci_pci_create_irq_table() local
|
| /kernel/linux/linux-5.10/arch/x86/power/ |
| H A D | hibernate.c | 72 static inline u32 compute_e820_crc32(struct e820_table *table) in compute_e820_crc32() argument
|
| /kernel/linux/linux-5.10/drivers/acpi/arm64/ |
| H A D | gtdt.c | 155 int __init acpi_gtdt_init(struct acpi_table_header *table, in acpi_gtdt_init() argument 379 struct acpi_table_header *table; gtdt_sbsa_gwdt_init() local [all...] |
| /kernel/linux/linux-5.10/arch/s390/include/asm/ |
| H A D | gmap.h | 54 unsigned long *table; member
|
| H A D | pgalloc.h | 55 unsigned long *table = crst_table_alloc(mm); in p4d_alloc_one() local 70 unsigned long *table = crst_table_alloc(mm); in pud_alloc_one() local 84 unsigned long *table = crst_table_alloc(mm); in pmd_alloc_one() local [all...] |
| /kernel/linux/linux-5.10/arch/sparc/include/asm/ |
| H A D | pgalloc_64.h | 79 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() argument 89 void *table = (void *)((unsigned long)_table & ~0x1UL); in __tlb_remove_table() local 97 static inline void pgtable_free_tlb(struct mmu_gather *tlb, void *table, bool is_page) in pgtable_free_tlb() argument
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgalloc.h | 168 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() argument
|
| /kernel/linux/linux-5.10/drivers/acpi/ |
| H A D | acpi_configfs.c | 31 struct acpi_table *table; in acpi_table_aml_write() local 71 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); get_header() local 214 struct acpi_table *table; acpi_table_make_item() local 227 struct acpi_table *table = container_of(cfg, struct acpi_table, cfg); acpi_table_drop_item() local [all...] |