/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | collaboration_log_table_manager.cpp | 19 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 D | split_device_log_table_manager.cpp | 19 …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 D | simple_tracker_log_table_manager.cpp | 21 …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 D | cloud_sync_log_table_manager.cpp | 22 …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 D | database_manager.cpp | 51 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 D | FontScaleConverterTest.kt | 31 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 D | FontScaleConverterFactoryTest.kt | 39 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 D | ResourceTable_test.cpp | 39 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 D | netlink_socket_test.cpp | 34 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 D | IdAssigner_test.cpp | 33 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 D | distributeddb_relational_schema_analysis_test.cpp | 104 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 D | distributeddb_cloud_schema_mgr_test.cpp | 277 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 D | ReferenceLinker_test.cpp | 29 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 D | NoDefaultResourceRemover_test.cpp | 25 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 D | ProductFilter_test.cpp | 31 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 D | test_table.rs | 39 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 D | Split_test.cpp | 67 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 D | ResTable_test.cpp | 41 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 D | cloud_db.cpp | 18 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 D | egl_wrapper_display.cpp | 106 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 D | event_db_helper.cpp | 102 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 D | rdb_adapter_test.cpp | 184 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 D | JavaClassGenerator_test.cpp | 35 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 D | sql_util.cpp | 20 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 D | SparseMappingTableTest.java | 45 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
|