Home
last modified time | relevance | path

Searched defs:table (Results 451 - 475 of 2979) sorted by relevance

1...<<11121314151617181920>>...120

/foundation/multimedia/media_library/frameworks/services/media_thumbnail/src/
H A Dthumbnail_uri_utils.cpp138 string table = MediaFileUri(uri).GetTableName(); in GetTableFromUri() local
/foundation/multimedia/ringtone_library/services/ringtone_data_extension/src/
H A Dringtone_data_command.cpp28 RingtoneDataCommand::RingtoneDataCommand(const Uri &uri, const string &table, const RingtoneOperationType type) in RingtoneDataCommand() argument
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dnetlink_socket.cpp36 int32_t SendNetlinkMsgToKernel(struct nlmsghdr *msg, uint32_t table) in SendNetlinkMsgToKernel() argument
85 int32_t ClearRouteInfo(uint16_t clearThing, uint32_t table) in ClearRouteInfo() argument
110 int32_t GetInfoFromKernel(int32_t sock, uint16_t clearThing, uint32_t table) in GetInfoFromKernel() argument
141 void DealInfoFromKernel(nlmsghdr *nlmsgHeader, uint16_t clearThing, uint32_t table) in DealInfoFromKernel() argument
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/
H A Dcloud_sync_state_machine.cpp99 CloudStateSwitchTable table; in InitCloudStateSwitchTable() local
133 const std::map<uint8_t, EventToState> &table in SwitchMachineState() local
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_log_table_manager.cpp19 int SqliteLogTableManager::AddRelationalLogTableTrigger(sqlite3 *db, const TableInfo &table, in AddRelationalLogTableTrigger() argument
46 int SqliteLogTableManager::CreateRelationalLogTable(sqlite3 *db, const TableInfo &table) in CreateRelationalLogTable() argument
104 GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) GetIndexSql() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsimple_tracker_log_table_manager.cpp21 std::string SimpleTrackerLogTableManager::CalcPrimaryKeyHash(const std::string &references, const TableInfo &table, in CalcPrimaryKeyHash() argument
40 void SimpleTrackerLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) in GetIndexSql() argument
52 std::string SimpleTrackerLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql() argument
58 std::string SimpleTrackerLogTableManager::GetInsertTrigger(const TableInfo &table, const std::string &identity) in GetInsertTrigger() argument
86 GetUpdateTrigger(const TableInfo &table, const std::string &identity) GetUpdateTrigger() argument
115 GetDeleteTrigger(const TableInfo &table, const std::string &identity) GetDeleteTrigger() argument
141 GetDropTriggers(const TableInfo &table) GetDropTriggers() argument
[all...]
H A Dcollaboration_log_table_manager.cpp19 bool CollaborationLogTableManager::IsCollaborationWithoutKey(const TableInfo &table) in IsCollaborationWithoutKey() argument
25 std::string CollaborationLogTableManager::CalcPrimaryKeyHash(const std::string &references, const TableInfo &table, in CalcPrimaryKeyHash() argument
48 std::string CollaborationLogTableManager::GetInsertTrigger(const TableInfo &table, cons argument
68 GetUpdateTrigger(const TableInfo &table, const std::string &identity) GetUpdateTrigger() argument
100 GetDeleteTrigger(const TableInfo &table, const std::string &identity) GetDeleteTrigger() argument
116 GetPrimaryKeySql(const TableInfo &table) GetPrimaryKeySql() argument
121 GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) GetIndexSql() argument
129 GetDropTriggers(const TableInfo &table) GetDropTriggers() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_sqlite_utils_test.cpp317 TableInfo table; in HWTEST_F() local
H A Ddistributeddb_relational_schema_analysis_test.cpp104 TableInfo table; in AnalysisTable() local
121 TableInfo table = AnalysisTable("sync_data", NORMAL_CREATE_TABLE_SQL); in HWTEST_F() local
134 TableInfo table = AnalysisTable("sync_data", MULTI_PRIMARI_KEY_SQL); in HWTEST_F() local
147 TableInfo table = AnalysisTable("t1", NO_PRIMARI_KEY_SQL); HWTEST_F() local
160 TableInfo table = AnalysisTable("t1", "create table t1(a integer primary key autoincrement, b integer);"); HWTEST_F() local
191 TableInfo table = AnalysisTable("t1", ASSET_AFFINITY_SQL); HWTEST_F() local
[all...]
H A Ddistributeddb_relational_syncable_storage_test.cpp105 TableInfo table; in HWTEST_F() local
/foundation/communication/dsoftbus/components/nstackx/fillp/src/public/src/
H A Dsocket_common.c171 static int SpungeInitSocket(struct FtSocketTable *table, int tableIndex) in SpungeInitSocket() argument
220 static int SpungeAllocFtSock(struct FtSocketTable *table) in SpungeAllocFtSock() argument
[all...]
/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_loader.cpp54 bool EglWrapperLoader::LoadEgl(const char* libName, EglHookTable* table) in LoadEgl() argument
159 bool EglWrapperLoader::LoadVendorDriver(EglWrapperDispatchTable *table) in LoadVendorDriver() argument
191 bool EglWrapperLoader::Load(EglWrapperDispatchTable *table) in Load() argument
213 Unload(EglWrapperDispatchTable *table) Unload() argument
[all...]
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dexconfig.c274 struct acpi_table_header *table; acpi_ex_load_op() local
[all...]
H A Dtbutils.c228 struct acpi_table_header *table; in acpi_tb_parse_root_table() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm_sdma.c36 static int amdgpu_vm_sdma_map_table(struct amdgpu_bo *table) in amdgpu_vm_sdma_map_table() argument
/kernel/linux/linux-5.10/drivers/clk/meson/
H A Dclk-regmap.h75 const struct clk_div_table *table; member
102 u32 *table; member
/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dmux.c129 _register_mux(struct device_node *node, const char *name, const char * const *parent_names, u8 num_parents, unsigned long flags, struct clk_omap_reg *reg, u8 shift, u32 mask, s8 latch, u8 clk_mux_flags, u32 *table) _register_mux() argument
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() argument
46 kmem_cache_free(PGT_CACHE(index_size), table); in pgtable_free() local
63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local
69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() argument
52 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) pgtable_free_tlb() argument
/kernel/linux/linux-5.10/arch/x86/kernel/
H A Ditmt.c41 static int sched_itmt_update_handler(struct ctl_table *table, int write, in sched_itmt_update_handler() argument
/kernel/linux/linux-5.10/drivers/clk/bcm/
H A Dclk-bcm63xx-gate.c487 const struct clk_bcm63xx_table_entry *entry, *table; in clk_bcm63xx_probe() local
/kernel/linux/linux-5.10/drivers/clk/actions/
H A Dowl-pll.c31 static unsigned long _get_table_rate(const struct clk_pll_table *table, in _get_table_rate() argument
43 _get_pll_table( const struct clk_pll_table *table, unsigned long rate) _get_pll_table() argument
[all...]
H A Dowl-pll.h33 const struct clk_pll_table *table; member
/kernel/linux/linux-6.6/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h40 static inline void pgtable_free(void *table, unsigned index_size) in pgtable_free() argument
46 kmem_cache_free(PGT_CACHE(index_size), table); in pgtable_free() local
63 void *table = (void *)((unsigned long)_table & ~MAX_PGTABLE_INDEX_SIZE); in __tlb_remove_table() local
69 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table, in __pte_free_tlb() argument
52 pgtable_free_tlb(struct mmu_gather *tlb, void *table, int shift) pgtable_free_tlb() argument
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dvega12_smumgr.c40 vega12_copy_table_from_smc(struct pp_hwmgr *hwmgr, uint8_t *table, int16_t table_id) vega12_copy_table_from_smc() argument
85 vega12_copy_table_to_smc(struct pp_hwmgr *hwmgr, uint8_t *table, int16_t table_id) vega12_copy_table_to_smc() argument
390 vega12_smc_table_manager(struct pp_hwmgr *hwmgr, uint8_t *table, uint16_t table_id, bool rw) vega12_smc_table_manager() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Dudp_tunnels.c12 nsim_udp_tunnel_set_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_set_port() argument
41 nsim_udp_tunnel_unset_port(struct net_device *dev, unsigned int table, in nsim_udp_tunnel_unset_port() argument
71 nsim_udp_tunnel_sync_table(struct net_device *dev, unsigned int table) in nsim_udp_tunnel_sync_table() argument
[all...]

Completed in 10 milliseconds

1...<<11121314151617181920>>...120