/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 …]
|
/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
|
/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 …]
|
/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 …]
|
/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 …]
|
H A D | egl_wrapper_entry.cpp | 80 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglChooseConfigImpl() local 190 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglGetConfigAttribImpl() local 215 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglGetConfigsImpl() local 286 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglGetErrorImpl() local 406 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglQueryStringImpl() local 486 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglWaitGLImpl() local 500 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglWaitNativeImpl() local 556 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglSwapIntervalImpl() local 571 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglBindAPIImpl() local 584 EglWrapperDispatchTablePtr table = &gWrapperHook; in EglQueryAPIImpl() local [all …]
|
H A D | egl_wrapper_loader.cpp | 54 bool EglWrapperLoader::LoadEgl(const char* libName, EglHookTable* table) in LoadEgl() 159 bool EglWrapperLoader::LoadVendorDriver(EglWrapperDispatchTable *table) in LoadVendorDriver() 191 bool EglWrapperLoader::Load(EglWrapperDispatchTable *table) in Load() 213 bool EglWrapperLoader::Unload(EglWrapperDispatchTable *table) in Unload()
|
H A D | egl_wrapper_layer.cpp | 72 static void SetupFuncMaps(FunctionTable &table, in SetupFuncMaps() 92 auto table = reinterpret_cast<FunctionTable *>(funcTable); in GetNextLayerProcAddr() local 177 bool EglWrapperLayer::Init(EglWrapperDispatchTable *table) in Init() 228 void EglWrapperLayer::SetupLayerFuncTbl(EglWrapperDispatchTable *table) in SetupLayerFuncTbl() 341 void EglWrapperLayer::InitLayers(EglWrapperDispatchTable *table) in InitLayers() 352 for (const auto &table : layerFuncTbl_) { in InitLayers() local
|
/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/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()
|
/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 …]
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/syncer/src/cloud/ |
H A D | process_recorder.cpp | 31 void ProcessRecorder::MarkDownloadFinish(int userIndex, const std::string &table, bool finish) in MarkDownloadFinish() 41 void ProcessRecorder::MarkUploadFinish(int userIndex, const std::string &table, bool finish) in MarkUploadFinish() 46 bool ProcessRecorder::IsRecordFinish(int userIndex, const std::string &table, in IsRecordFinish() 59 void ProcessRecorder::RecordFinish(int userIndex, const std::string &table, bool finish, in RecordFinish()
|
/ohos5.0/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 &ext… in Execute() 54 int32_t CloudDbImpl::BatchInsert(const std::string &table, DBVBuckets &&values, DBVBuckets &extends) in BatchInsert() 74 int32_t CloudDbImpl::BatchUpdate(const std::string &table, DBVBuckets &&values, DBVBuckets &extends) in BatchUpdate() 93 int32_t CloudDbImpl::BatchUpdate(const std::string &table, DBVBuckets &&values, const DBVBuckets &e… in BatchUpdate() 109 int32_t CloudDbImpl::BatchDelete(const std::string &table, DBVBuckets &extends) in BatchDelete() 122 std::shared_ptr<DBCursor> CloudDbImpl::Query(const std::string &table, const DBVBucket &extend) in Query()
|
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/ |
H A D | netlink_socket.cpp | 36 int32_t SendNetlinkMsgToKernel(struct nlmsghdr *msg, uint32_t table) in SendNetlinkMsgToKernel() 85 int32_t ClearRouteInfo(uint16_t clearThing, uint32_t table) in ClearRouteInfo() 110 int32_t GetInfoFromKernel(int32_t sock, uint16_t clearThing, uint32_t table) in GetInfoFromKernel() 141 void DealInfoFromKernel(nlmsghdr *nlmsgHeader, uint16_t clearThing, uint32_t table) in DealInfoFromKernel()
|
/ohos5.0/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/ |
H A D | sql_util.cpp | 20 std::string CreateTable(const std::string& table, const std::vector<std::pair<std::string, std::str… in CreateTable() 31 std::string DropTable(const std::string& table) in DropTable()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | cloud_upload_recorder.cpp | 19 void CloudUploadRecorder::RecordUploadRecord(const std::string &table, const Bytes &hashKey, const … in RecordUploadRecord() 26 bool CloudUploadRecorder::IsIgnoreUploadRecord(const std::string &table, const Bytes &hashKey, in IsIgnoreUploadRecord() 46 void CloudUploadRecorder::ReleaseUploadRecord(const std::string &table, const CloudWaterType &type, in ReleaseUploadRecord()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/ |
H A D | general_store_mock.cpp | 29 int32_t GeneralStoreMock::Execute(const std::string &table, const std::string &sql) in Execute() 46 int32_t GeneralStoreMock::Insert(const std::string &table, VBuckets &&values) in Insert() 51 int32_t GeneralStoreMock::Update(const std::string &table, const std::string &setSql, Values &&valu… in Update() 57 int32_t GeneralStoreMock::Replace(const std::string &table, VBucket &&value) in Replace() 62 int32_t GeneralStoreMock::Delete(const std::string &table, const std::string &sql, Values &&args) in Delete() 67 std::pair<int32_t, std::shared_ptr<Cursor>> GeneralStoreMock::Query(const std::string &table, GenQu… in Query() 138 std::pair<int32_t, std::shared_ptr<Cursor>> GeneralStoreMock::Query(const std::string &table, const… in Query()
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_store.cpp | 113 int RdbStore::Insert(int64_t &outRowId, const std::string &table, const Row &row) in Insert() 122 int RdbStore::InsertWithConflictResolution(int64_t &outRowId, const std::string &table, const Row &… in InsertWithConflictResolution() 132 int RdbStore::Replace(int64_t &outRowId, const std::string &table, const Row &row) in Replace() 141 int RdbStore::BatchInsert(int64_t &outInsertNum, const std::string &table, const Rows &rows) in BatchInsert() 154 std::pair<int, int64_t> RdbStore::BatchInsert(const std::string &table, const RefRows &rows) in BatchInsert() 191 int RdbStore::UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &r… in UpdateWithConflictResolution() 201 int RdbStore::UpdateWithConflictResolution(int &changedRows, const std::string &table, const Row &r… in UpdateWithConflictResolution() 239 std::string table = predicates.GetTableName(); in Query() local 263 std::string table = predicates.GetTableName(); in QueryByStep() local 549 RdbStore::ModifyTime RdbStore::GetModifyTime(const std::string &table, const std::string &column, in GetModifyTime() [all …]
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http/src/h3/qpack/ |
H A D | encoder.rs | 72 table: &'a mut DynamicTable, field 345 let mut table = DynamicTable::with_empty(); in literal_field_line_with_name_reference() localVariable 370 let mut table = DynamicTable::with_empty(); in dynamic_table() localVariable 395 let mut table = DynamicTable::with_empty(); in speculative_insert() localVariable 416 let mut table = DynamicTable::with_empty(); in duplicate_instruction_stream_cancellation() localVariable 452 let mut table = DynamicTable::with_empty(); in dynamic_table_insert_eviction() localVariable 487 let mut table = DynamicTable::with_empty(); in test_ack() localVariable 519 let mut table = DynamicTable::with_empty(); in encode_post_name() localVariable 564 let mut table = DynamicTable::with_empty(); in test_indexing_with_litreal() localVariable
|