Home
last modified time | relevance | path

Searched defs:table (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dcollaboration_log_table_manager.cpp19 bool CollaborationLogTableManager::IsCollaborationWithoutKey(const TableInfo &table) in IsCollaborationWithoutKey()
25 …aborationLogTableManager::CalcPrimaryKeyHash(const std::string &references, const TableInfo &table, in CalcPrimaryKeyHash()
48 std::string CollaborationLogTableManager::GetInsertTrigger(const TableInfo &table, const std::strin… in GetInsertTrigger()
68 std::string CollaborationLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::strin… in GetUpdateTrigger()
100 std::string CollaborationLogTableManager::GetDeleteTrigger(const TableInfo &table, const std::strin… in GetDeleteTrigger()
116 std::string CollaborationLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql()
121 void CollaborationLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &sc… in GetIndexSql()
129 std::vector<std::string> CollaborationLogTableManager::GetDropTriggers(const TableInfo &table) in GetDropTriggers()
H A Dsplit_device_log_table_manager.cpp19 …litDeviceLogTableManager::CalcPrimaryKeyHash(const std::string &references, const TableInfo &table, in CalcPrimaryKeyHash()
38 std::string SplitDeviceLogTableManager::GetInsertTrigger(const TableInfo &table, const std::string … in GetInsertTrigger()
56 std::string SplitDeviceLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::string … in GetUpdateTrigger()
86 std::string SplitDeviceLogTableManager::GetDeleteTrigger(const TableInfo &table, const std::string … in GetDeleteTrigger()
100 std::string SplitDeviceLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql()
105 std::vector<std::string> SplitDeviceLogTableManager::GetDropTriggers(const TableInfo &table) in GetDropTriggers()
H A Dsimple_tracker_log_table_manager.cpp21 …leTrackerLogTableManager::CalcPrimaryKeyHash(const std::string &references, const TableInfo &table, in CalcPrimaryKeyHash()
40 void SimpleTrackerLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &sc… in GetIndexSql()
52 std::string SimpleTrackerLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql()
58 std::string SimpleTrackerLogTableManager::GetInsertTrigger(const TableInfo &table, const std::strin… in GetInsertTrigger()
86 std::string SimpleTrackerLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::strin… in GetUpdateTrigger()
115 std::string SimpleTrackerLogTableManager::GetDeleteTrigger(const TableInfo &table, const std::strin… in GetDeleteTrigger()
141 std::vector<std::string> SimpleTrackerLogTableManager::GetDropTriggers(const TableInfo &table) in GetDropTriggers()
H A Dcloud_sync_log_table_manager.cpp22 …CloudSyncLogTableManager::CalcPrimaryKeyHash(const std::string &references, const TableInfo &table, in CalcPrimaryKeyHash()
63 void CloudSyncLogTableManager::GetIndexSql(const TableInfo &table, std::vector<std::string> &schema) in GetIndexSql()
81 std::string CloudSyncLogTableManager::GetPrimaryKeySql(const TableInfo &table) in GetPrimaryKeySql()
91 std::string CloudSyncLogTableManager::GetInsertTrigger(const TableInfo &table, const std::string &i… in GetInsertTrigger()
125 std::string CloudSyncLogTableManager::GetUpdateTrigger(const TableInfo &table, const std::string &i… in GetUpdateTrigger()
155 std::string CloudSyncLogTableManager::GetDeleteTrigger(const TableInfo &table, const std::string &i… in GetDeleteTrigger()
190 std::vector<std::string> CloudSyncLogTableManager::GetDropTriggers(const TableInfo &table) in GetDropTriggers()
/ohos5.0/base/security/security_guard/services/data_collect/store/src/
H A Ddatabase_manager.cpp51 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(event.eventId); in InsertEvent() local
74 int DatabaseManager::QueryAllEvent(std::string table, std::vector<SecEvent> &events) in QueryAllEvent()
84 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); in QueryRecentEventByEventId() local
91 int DatabaseManager::QueryRecentEventByEventId(std::string table, const std::vector<int64_t> &event… in QueryRecentEventByEventId()
100 int DatabaseManager::QueryEventByEventIdAndDate(std::string table, std::vector<int64_t> &eventIds, in QueryEventByEventIdAndDate()
111 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); in QueryEventByEventId() local
118 int DatabaseManager::QueryEventByEventId(std::string table, std::vector<int64_t> &eventIds, in QueryEventByEventId()
151 int64_t DatabaseManager::CountAllEvent(std::string table) in CountAllEvent()
161 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); in CountEventByEventId() local
170 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); in DeleteOldEventByEventId() local
[all …]
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DFontScaleConverterTest.kt31 val table = createTable(8f to 8f, 10f to 10f, 20f to 20f) regex
43 val table = createTable(8f to 16f, 10f to 20f, 30f to 60f) regex
55 val table = createTable(2f to 3f, 10f to 15f, 20f to 30f, 100f to 150f) regex
68 val table = createTable(8f to 16f, 10f to 20f, 30f to 60f) regex
78 val table = createTable(8f to 16f, 10f to 20f, 30f to 60f) regex
H A DFontScaleConverterFactoryTest.kt39 val table = FontScaleConverterFactory.forScale(2F)!! regex
50 val table = FontScaleConverterFactory.forScale(3F)!! regex
66 val table = FontScaleConverterFactory.forScale(1.1F)!! regex
79 val table = FontScaleConverterFactory.forScale(1.9999F)!! regex
89 val table = FontScaleConverterFactory.forScale(1.6F)!! regex
/aosp14/frameworks/base/tools/aapt2/
H A DResourceTable_test.cpp39 ResourceTable table; in TEST() local
51 ResourceTable table; in TEST() local
61 ResourceTable table; in TEST() local
73 ResourceTable table; in TEST() local
112 ResourceTable table; in TEST() local
133 ResourceTable table; in TEST() local
150 ResourceTable table; in TEST() local
212 ResourceTable table; in TEST() local
242 ResourceTable table; in TEST() local
266 ResourceTable table; in TEST() local
[all …]
/ohos5.0/foundation/communication/netmanager_base/test/netmanagernative/unittest/netsys_manager_test/
H A Dnetlink_socket_test.cpp34 uint32_t table = 0; in DealInfoFromKernelTest001() local
41 uint32_t table = 0; in DealInfoFromKernelTest002() local
68 uint32_t table = 0; variable
76 uint32_t table = 0; variable
84 uint32_t table = 0; variable
92 uint32_t table = 0; variable
/aosp14/frameworks/base/tools/aapt2/compile/
H A DIdAssigner_test.cpp33 auto table = test::ResourceTableBuilder() in TEST_F() local
45 auto table = test::ResourceTableBuilder() in TEST_F() local
93 auto table = test::ResourceTableBuilder() in TEST_F() local
102 auto table = test::ResourceTableBuilder() in TEST_F() local
111 auto table = test::ResourceTableBuilder() in TEST_F() local
120 auto table = test::ResourceTableBuilder() in TEST_F() local
133 auto table = test::ResourceTableBuilder() in TEST_F() local
150 ResourceTable table; in TEST_F() local
162 ResourceTable table; in TEST_F() local
174 ResourceTable table; in TEST_F() local
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_relational_schema_analysis_test.cpp104 TableInfo table; in AnalysisTable() local
121 TableInfo table = AnalysisTable("sync_data", NORMAL_CREATE_TABLE_SQL); variable
134 TableInfo table = AnalysisTable("sync_data", MULTI_PRIMARI_KEY_SQL); variable
147 TableInfo table = AnalysisTable("t1", NO_PRIMARI_KEY_SQL); variable
160 …TableInfo table = AnalysisTable("t1", "create table t1(a integer primary key autoincrement, b inte… variable
191 TableInfo table = AnalysisTable("t1", ASSET_AFFINITY_SQL); variable
H A Ddistributeddb_cloud_schema_mgr_test.cpp277 TableInfo table; variable
302 TableInfo table; variable
330 TableInfo table; variable
358 TableInfo table; variable
386 TableInfo table; variable
414 TableInfo table; variable
441 TableInfo table; variable
466 TableInfo table; variable
526 TableInfo table; variable
553 TableInfo table; variable
[all …]
/aosp14/frameworks/base/tools/aapt2/link/
H A DReferenceLinker_test.cpp29 std::unique_ptr<ResourceTable> table = in TEST() local
75 std::unique_ptr<ResourceTable> table = in TEST() local
154 std::unique_ptr<ResourceTable> table = in TEST() local
174 std::unique_ptr<ResourceTable> table = in TEST() local
198 std::unique_ptr<ResourceTable> table = in TEST() local
225 std::unique_ptr<ResourceTable> table = in TEST() local
256 SymbolTable table(&mangler); in TEST() local
276 SymbolTable table(&mangler); in TEST() local
305 SymbolTable table(&mangler); in TEST() local
334 SymbolTable table(&mangler); in TEST() local
[all …]
H A DNoDefaultResourceRemover_test.cpp25 std::unique_ptr<ResourceTable> table = in TEST() local
51 std::unique_ptr<ResourceTable> table = in TEST() local
75 std::unique_ptr<ResourceTable> table = in TEST() local
91 std::unique_ptr<ResourceTable> table = in TEST() local
H A DProductFilter_test.cpp31 ResourceTable table; in TEST() local
76 ResourceTable table; in TEST() local
105 ResourceTable table; in TEST() local
133 ResourceTable table; in TEST() local
/ohos5.0/base/security/asset/services/db_operator/src/test/
H A Dtest_table.rs39 let table = Table::new("table_name", &db); in create_delete_table() localVariable
55 let table = Table::new("table_name", &db); in table_restore() localVariable
75 let table = Table::new("table_name", &db); in table_restore() localVariable
94 let table = Table::new("table_name", &db); in insert_test_data() localVariable
138 let table = Table::new("table_name", &db); in data_life_circle() localVariable
158 let table = Table::new("table_name", &db); in single_data() localVariable
191 let table = Table::new("table_name", &db); in multiple_data() localVariable
233 let table = Table::new("table_name", &db); in insert_query_row() localVariable
263 let table = Table::new("table_name", &db); in update_delete_row() localVariable
291 let table = Table::new("table_name", &db); in upgrade_table() localVariable
[all …]
/aosp14/frameworks/base/libs/androidfw/tests/
H A DSplit_test.cpp67 ResTable table; in TEST_F() local
76 ResTable table; in TEST_F() local
105 ResTable table; in TEST_F() local
129 ResTable table; in TEST_F() local
158 ResTable table; in TEST_F() local
188 ResTable table; in TEST_F() local
214 ResTable table; in TEST_F() local
232 ResTable table; in TEST_F() local
253 ResTable table; in TEST_F() local
H A DResTable_test.cpp41 ResTable table; in TEST() local
50 ResTable table; in TEST() local
61 ResTable table; in TEST() local
78 ResTable table; in TEST() local
102 ResTable table; in TEST() local
126 ResTable table; in TEST() local
150 ResTable table; in TEST() local
171 ResTable table; in TEST() local
204 ResTable table; in TEST() local
231 ResTable table; in TEST() local
[all …]
/ohos5.0/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()
23 int32_t CloudDB::BatchInsert(const std::string &table, VBuckets &&values, VBuckets &extends) in BatchInsert()
28 int32_t CloudDB::BatchUpdate(const std::string &table, VBuckets &&values, VBuckets &extends) in BatchUpdate()
33 int32_t CloudDB::BatchUpdate(const std::string &table, VBuckets &&values, const VBuckets &extends) in BatchUpdate()
38 int32_t CloudDB::BatchDelete(const std::string &table, VBuckets &extends) in BatchDelete()
43 std::shared_ptr<Cursor> CloudDB::Query(const std::string &table, const VBucket &extend) in Query()
53 int32_t CloudDB::PreSharing(const std::string& table, VBuckets& extend) in PreSharing()
/ohos5.0/foundation/graphic/graphic_2d/frameworks/opengl_wrapper/src/EGL/
H A Degl_wrapper_display.cpp106 EglWrapperDispatchTablePtr table = &gWrapperHook; in Init() local
145 EglWrapperDispatchTablePtr table = &gWrapperHook; in Terminate() local
179 EglWrapperDispatchTablePtr table = &gWrapperHook; in InternalMakeCurrent() local
339 EglWrapperDispatchTablePtr table = &gWrapperHook; in GetEglNativeDisplay() local
369 EglWrapperDispatchTablePtr table = &gWrapperHook; in GetEglNativeDisplayExt() local
437 EglWrapperDispatchTablePtr table = &gWrapperHook; in CreateEglContext() local
470 EglWrapperDispatchTablePtr table = &gWrapperHook; in DestroyEglContext() local
496 EglWrapperDispatchTablePtr table = &gWrapperHook; in CreateEglSurface() local
525 EglWrapperDispatchTablePtr table = &gWrapperHook; in DestroyEglSurface() local
585 EglWrapperDispatchTablePtr table = &gWrapperHook; in CopyBuffers() local
[all …]
/ohos5.0/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
H A Devent_db_helper.cpp102 int EventDbHelper::InsertSysUsageEvent(std::shared_ptr<LoggerEvent> event, const std::string& table) in InsertSysUsageEvent()
144 int EventDbHelper::QuerySysUsageEvent(std::shared_ptr<LoggerEvent>& event, const std::string& table) in QuerySysUsageEvent()
172 int EventDbHelper::DeleteSysUsageEvent(const std::string& table) in DeleteSysUsageEvent()
181 int EventDbHelper::CreateTable(const std::string& table, in CreateTable()
192 int EventDbHelper::CreatePluginStatsTable(const std::string& table) in CreatePluginStatsTable()
207 int EventDbHelper::CreateSysUsageTable(const std::string& table) in CreateSysUsageTable()
239 int EventDbHelper::InsertSysUsageTable(const std::string& table, const std::string& eventStr) in InsertSysUsageTable()
272 int EventDbHelper::UpdateSysUsageTable(const std::string& table, const std::string& eventStr) in UpdateSysUsageTable()
291 int EventDbHelper::QuerySysUsageTable(std::string& eventStr, const std::string& table) in QuerySysUsageTable()
301 int EventDbHelper::QueryDb(std::vector<std::string>& eventStrs, const std::string& table, in QueryDb()
[all …]
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Drdb_adapter_test.cpp184 std::string table = "trust_device_table"; variable
230 std::string table = "trust_device_table"; variable
262 std::string table = "trust_device_table"; variable
286 std::string table = "trust_device_table"; variable
316 std::string table = "trust_device_table"; variable
346 std::string table = "trust_device_table"; variable
376 std::string table = "trust_device_table"; variable
407 std::string table = "trust_device_table"; variable
456 std::string table = "trust_device_table"; variable
493 std::string table = "trust_device_table"; variable
[all …]
/aosp14/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp35 std::unique_ptr<ResourceTable> table = in TEST() local
54 std::unique_ptr<ResourceTable> table = in TEST() local
83 std::unique_ptr<ResourceTable> table = in TEST() local
108 std::unique_ptr<ResourceTable> table = in TEST() local
155 std::unique_ptr<ResourceTable> table = in TEST() local
179 std::unique_ptr<ResourceTable> table = in TEST() local
270 std::unique_ptr<ResourceTable> table = in TEST() local
298 std::unique_ptr<ResourceTable> table = in TEST() local
338 std::unique_ptr<ResourceTable> table = in TEST() local
376 std::unique_ptr<ResourceTable> table = in TEST() local
[all …]
/ohos5.0/base/hiviewdfx/hiview/base/utility/
H A Dsql_util.cpp20 std::string GenerateCreateSql(const std::string& table, in GenerateCreateSql()
38 std::string GenerateExistSql(const std::string& table) in GenerateExistSql()
44 std::string GenerateDropSql(const std::string& table) in GenerateDropSql()
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/app/procstats/
H A DSparseMappingTableTest.java45 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParcelingEmpty() local
73 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParceling() local
114 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testParcelingWithReset() local
166 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testResetDataOnlyFails() local
192 final SparseMappingTable.Table table = new SparseMappingTable.Table(data); in testInvalidKey() local

12345678910>>...14