Home
last modified time | relevance | path

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

12

/base/security/security_guard/services/data_collect/store/src/
Ddatabase_manager.cpp53 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(event.eventId); in InsertEvent() local
83 int DatabaseManager::QueryAllEvent(std::string table, std::vector<SecEvent> &events) in QueryAllEvent()
93 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); in QueryRecentEventByEventId() local
100 int DatabaseManager::QueryRecentEventByEventId(std::string table, const std::vector<int64_t> &event… in QueryRecentEventByEventId()
109 int DatabaseManager::QueryEventByEventIdAndDate(std::string table, std::vector<int64_t> &eventIds, in QueryEventByEventIdAndDate()
120 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); in QueryEventByEventId() local
127 int DatabaseManager::QueryEventByEventId(std::string table, std::vector<int64_t> &eventIds, in QueryEventByEventId()
136 int DatabaseManager::QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEve… in QueryEventByEventType()
144 int DatabaseManager::QueryEventByLevel(std::string table, int32_t level, std::vector<SecEvent> &eve… in QueryEventByLevel()
152 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()
346 std::string table; in CreateTable() 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()
/base/security/asset/services/db_operator/src/test/
Dtest_table.rs37 let table = Table::new("table_name", &db); in create_delete_table() localVariable
51 let table = Table::new("table_name", &db); in table_restore() localVariable
71 let table = Table::new("table_name", &db); in table_restore() localVariable
89 let table = Table::new("table_name", &db); in insert_test_data() localVariable
133 let table = Table::new("table_name", &db); in data_life_circle() localVariable
152 let table = Table::new("table_name", &db); in single_data() localVariable
184 let table = Table::new("table_name", &db); in multiple_data() localVariable
225 let table = Table::new("table_name", &db); in insert_query_row() localVariable
254 let table = Table::new("table_name", &db); in update_delete_row() localVariable
281 let table = Table::new("table_name", &db); in upgrade_table() localVariable
[all …]
Dtest_database.rs119 let table = Table::new(TABLE_NAME, &db); in create_delete_asset_table() localVariable
/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/time/time_service/services/timer/src/
Dcjson_helper.cpp62 bool CjsonHelper::LoadAndParseJsonFile(const std::string& tableName, cJSON* &db, cJSON* &table) in LoadAndParseJsonFile()
87 cJSON* table = QueryTable(tableName, &db); in QueryWant() local
127 cJSON* table = cJSON_GetObjectItem(*db, tableName.c_str()); in QueryTable() local
153 cJSON* table = QueryTable(HOLD_ON_REBOOT, &db); in QueryAutoReboot() local
224 cJSON* table = cJSON_GetObjectItem(db, tableName.c_str()); in Insert() local
242 cJSON* table = nullptr; in UpdateTrigger() local
274 cJSON* table = nullptr; in UpdateTriggerGroup() local
306 cJSON* table = nullptr; in UpdateState() local
335 cJSON* table = nullptr; in Delete() local
369 cJSON* table = cJSON_GetObjectItem(db, HOLD_ON_REBOOT); in ClearInvaildDataInHoldOnReboot() local
[all …]
Dtimer_database.cpp123 bool TimeDatabase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertValu… in Insert()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp37 …Helper::Insert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table) in Insert()
46 int RdbBaseHelper::Update(int &changedRows, const std::string &table, const NativeRdb::ValuesBucket… in Update()
66 int RdbBaseHelper::Delete(int &changedRows, const std::string &table, const std::string &whereClaus… in Delete()
166 …r::BatchInsert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table) in BatchInsert()
/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.rs218 let table = Table::new(TABLE_NAME, &db); in check_db_accessible() localVariable
434 let table = Table::new(TABLE_NAME, self); in restore_if_exec_fail() localVariable
439 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/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()
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/
Ddatabase_mock.cpp33 int Database::Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &in… in Insert()
38 int Database::BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert()
/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/data_collect/sa/
Ddata_format.cpp66 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(*it); in ParseConditions() local
/base/hiviewdfx/faultloggerd/tools/process_dump/
Ddfx_unwind_async_thread.cpp105 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/hiviewdfx/hitrace/test/scripts/reports/assets/
Dstyle.css27 table { selector
/base/hiviewdfx/hidumper/test/scripts/reports/assets/
Dstyle.css27 table { selector
/base/security/security_guard/services/config_manager/src/
Dconfig_data_manager.cpp46 void ConfigDataManager::InsertEventToTableMap(int64_t eventId, std::string table) in InsertEventToTableMap()

12