Home
last modified time | relevance | path

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

12

/base/security/security_guard/services/data_collect/store/src/
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()
127 int DatabaseManager::QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEve… in QueryEventByEventType()
135 int DatabaseManager::QueryEventByLevel(std::string table, int32_t level, std::vector<SecEvent> &eve… in QueryEventByLevel()
143 int DatabaseManager::QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> … in QueryEventByOwner()
[all …]
Ddatabase_helper.cpp71 SecEventTableInfo table; in QueryRecentEventByEventId() local
257 SecEventTableInfo table; in QueryEventBase() local
283 SecEventTableInfo &table) in GetResultSetTableInfo()
342 std::string table; in CreateTable() local
Daudit_event_rdb_helper.cpp44 std::string table = CreateTable(); in Init() local
Drisk_event_rdb_helper.cpp39 std::string table = CreateTable(); in Init() local
Ddatabase.cpp39 int Database::Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &in… in Insert()
48 int Database::BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert()
Daudit_event_mem_rdb_helper.cpp57 std::string table = CreateTable(); in Init() local
119 SecEventTableInfo table; in QueryEventFromMemByDate() local
/base/security/asset/services/db_operator/src/test/
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 …]
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
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 …]
/base/hiviewdfx/hiview/base/utility/
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()
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/utility/
Dsql_util.cpp20 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()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp38 …Helper::Insert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table) in Insert()
47 int RdbBaseHelper::Update(int &changedRows, const std::string &table, const NativeRdb::ValuesBucket… in Update()
67 int RdbBaseHelper::Delete(int &changedRows, const std::string &table, const std::string &whereClaus… in Delete()
167 …r::BatchInsert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table) in BatchInsert()
/base/security/security_guard/services/config_manager/src/
Dconfig_database_helper.cpp82 AppInfoTableInfo table; in QueryAppInfoBase() local
104 AppInfoTableInfo &table) in GetResultSetTableInfo()
153 AppInfoTableInfo table; in QueryAppInfosByName() local
246 AppInfoTableInfo table; in QueryAppInfoByAttribute() local
290 std::string table; in CreateTable() local
Dapp_info_rdb_helper.cpp38 std::string table = CreateTable(); in Init() local
Dconfig_data_manager.cpp46 void ConfigDataManager::InsertEventToTableMap(int64_t eventId, std::string table) in InsertEventToTableMap()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp52 … virtual int Insert(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues) in Insert()
56 virtual int BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert()
61 …virtual int Replace(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues) in Replace()
65 virtual int InsertWithConflictResolution(int64_t &outRowId, const std::string &table, in InsertWithConflictResolution()
71 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values, in Update()
77 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values, in Update()
83 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… in UpdateWithConflictResolution()
89 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… in UpdateWithConflictResolution()
95 … virtual int Delete(int &deletedRows, const std::string &table, const std::string &whereClause, in Delete()
100 …virtual int Delete(int &deletedRows, const std::string &table, const std::string &whereClause = "", in Delete()
[all …]
/base/security/asset/services/db_operator/src/
Dlib.rs21 mod table; module
Ddatabase.rs233 let table = Table::new(TABLE_NAME, &db); in check_db_accessible() localVariable
445 let table = Table::new(TABLE_NAME, self); in restore_if_exec_fail() localVariable
450 let table = Table::new(TABLE_NAME, self); // Database handle will be changed. in restore_if_exec_fail() localVariable
/base/telephony/core_service/services/sim/include/
Dusim_function_handle.h23 UsimFunctionHandle(unsigned char table[], int len) in UsimFunctionHandle()
/base/security/security_guard/services/risk_classify/model_manager/src/
Dmodel_manager_impl.cpp23 std::shared_ptr<IDbOperate> ModelManagerImpl::GetDbOperate(std::string table) in GetDbOperate()
Ddb_operate.cpp20 DbOperate::DbOperate(std::string table) : table_(table) {} in DbOperate()
/base/security/security_guard/services/risk_collect/src/
Ddata_format.cpp66 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(*it); in ParseConditions() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_async_thread.cpp106 auto table = std::make_shared<UniqueStackTable>(tableData->data(), size, false); in GetSubmitterStack() local
/base/web/webview/ohos_adapter/net_proxy_adapter/src/
Dnet_proxy_adapter_impl.cpp74 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local
90 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local
/base/security/security_guard/test/unittest/data_collect/sa/
Dsecurity_guard_data_collect_sa_test.cpp184 ….WillRepeatedly([] (std::string table, std::vector<int64_t> &eventIds, std::vector<SecEvent> &even…
185 std::string beginTime, std::string endTime) { in __anond6864bee0202()
307 std::vector<SecEvent> &events) { in __anond6864bee0902()
332 std::vector<SecEvent> &events) { in __anond6864bee0b02()
/base/time/time_service/services/timer/src/
Dtimer_database.cpp115 bool TimeDatabase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertValu… in Insert()

12