Home
last modified time | relevance | path

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

12345678910>>...22

/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 …]
/aosp12/frameworks/base/tools/aapt2/
H A DResourceTable_test.cpp38 ResourceTable table; in TEST() local
50 ResourceTable table; in TEST() local
60 ResourceTable table; in TEST() local
72 ResourceTable table; in TEST() local
111 ResourceTable table; in TEST() local
132 ResourceTable table; in TEST() local
149 ResourceTable table; in TEST() local
211 ResourceTable table; in TEST() local
241 ResourceTable table; in TEST() local
265 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
/aosp12/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 …]
/aosp12/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
/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 …]
/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 …]
/aosp12/art/runtime/
H A Dmapping_table.h32 const uint8_t* table = encoded_table_; in TotalSize() local
41 const uint8_t* table = encoded_table_; in DexToPcSize() local
52 const uint8_t* table = encoded_table_; in FirstDexToPcPtr() local
68 DexToPcIterator(const MappingTable* table, uint32_t element) : in DexToPcIterator()
124 const uint8_t* table = encoded_table_; in PcToDexSize() local
135 const uint8_t* table = encoded_table_; in FirstPcToDexPtr() local
145 PcToDexIterator(const MappingTable* table, uint32_t element) : in PcToDexIterator()
/aosp12/system/security/keystore/tests/
H A Dauth_token_table_test.cpp62 AuthTokenTable table; in TEST() local
93 AuthTokenTable table; in TEST() local
132 AuthTokenTable table(3, monotonic_clock); in TEST() local
158 AuthTokenTable table(3, monotonic_clock); in TEST() local
276 AuthTokenTable table; in TEST() local
288 AuthTokenTable table; in TEST() local
310 AuthTokenTable table; in TEST() local
322 AuthTokenTable table; in TEST() local
334 AuthTokenTable table(5, monotonic_clock); in TEST() local
369 AuthTokenTable table; in TEST() local
[all …]
/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 …]
/aosp12/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.cpp40 ResTable table; in TEST() local
49 ResTable table; in TEST() local
77 ResTable table; in TEST() local
88 ResTable table; in TEST() local
105 ResTable table; in TEST() local
129 ResTable table; in TEST() local
153 ResTable table; in TEST() local
177 ResTable table; in TEST() local
198 ResTable table; in TEST() local
231 ResTable table; in TEST() local
[all …]
/aosp12/system/bt/gd/dumpsys/internal/
H A Dfilter_internal_test.cc128 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
143 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
159 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
174 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
189 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
204 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
219 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
234 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
249 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
264 flatbuffers::Table* table = GetMutableTable(); in TEST_F() local
[all …]
/aosp12/system/bt/gd/dumpsys/
H A Dfilter.cc51 virtual bool FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField()
63 virtual void FilterObject(const reflection::Object* object, flatbuffers::Table* table){}; in FilterObject()
73 virtual void FilterTable(const reflection::Schema* schema, flatbuffers::Table* table){}; in FilterTable()
95 bool UserPrivacyFilter::FilterField(const reflection::Field* field, flatbuffers::Table* table) { in FilterField()
123 void UserPrivacyFilter::FilterObject(const reflection::Object* object, flatbuffers::Table* table) { in FilterObject()
135 void UserPrivacyFilter::FilterTable(const reflection::Schema* schema, flatbuffers::Table* table) { in FilterTable()
182 …flatbuffers::Table* table = const_cast<flatbuffers::Table*>(flatbuffers::GetRoot<flatbuffers::Tabl… in FilterInPlace() local
/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/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 …]
/aosp12/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 …]
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DBaseDatabaseHelperUpgradeTest.java201 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_Match() local
206 TableStructure table = new TableStructure(); in testAssertHasColumn_Empty() local
217 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_ColumnNotExist() local
228 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_TypeMismatch() local
239 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_NotNullMismatch() local
250 TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz"); in testAssertHasColumn_DefaultMatch() local
255 TableStructure table = createOneColumnTable("foo", INTEGER, false, "bar"); in testAssertHasColumn_DefaultMismatch() local
266 TableStructure table = createOneColumnTable("foo", INTEGER, false, null); in testAssertHasColumn_DefaultMismatch_Null1() local
277 TableStructure table = createOneColumnTable("foo", INTEGER, false, "baz"); in testAssertHasColumn_DefaultMismatch_Null2() local
289 TableStructure table = new TableStructure(); in createOneColumnTable() local

12345678910>>...22