/base/security/asset/services/db_operator/src/ |
H A D | lib.rs | 21 mod table; modules
|
/base/hiviewdfx/hiview/base/utility/ |
H A D | sql_util.cpp | 20 std::string GenerateCreateSql(const std::string& table,
in GenerateCreateSql() argument 38 std::string GenerateExistSql(const std::string& table)
in GenerateExistSql() argument 44 std::string GenerateDropSql(const std::string& table)
in GenerateDropSql() argument
|
/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::string>>& fields)
in CreateTable() argument 31 std::string DropTable(const std::string& table)
in DropTable() argument
|
/base/security/security_guard/services/risk_classify/model_manager/src/ |
H A D | model_manager_impl.cpp | 23 std::shared_ptr<IDbOperate> ModelManagerImpl::GetDbOperate(std::string table) in GetDbOperate() argument
|
H A D | db_operate.cpp | 20 DbOperate::DbOperate(std::string table) : table_(table) {} in DbOperate() argument
|
/base/security/security_guard/services/data_collect/store/src/ |
H A D | risk_event_rdb_helper.cpp | 39 std::string table = CreateTable(); in Init() local
|
H A D | database_manager.cpp | 51 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(event.eventId); in InsertEvent() local 76 int DatabaseManager::QueryAllEvent(std::string table, std::vector<SecEvent> &events) in QueryAllEvent() argument 86 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); in QueryRecentEventByEventId() local 93 int DatabaseManager::QueryRecentEventByEventId(std::string table, const std::vector<int64_t> &eventId, in QueryRecentEventByEventId() argument 102 QueryEventByEventIdAndDate(std::string table, std::vector<int64_t> &eventIds, std::vector<SecEvent> &events, std::string beginTime, std::string endTime) QueryEventByEventIdAndDate() argument 113 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); QueryEventByEventId() local 120 QueryEventByEventId(std::string table, std::vector<int64_t> &eventIds, std::vector<SecEvent> &events) QueryEventByEventId() argument 129 QueryEventByEventType(std::string table, int32_t eventType, std::vector<SecEvent> &events) QueryEventByEventType() argument 137 QueryEventByLevel(std::string table, int32_t level, std::vector<SecEvent> &events) QueryEventByLevel() argument 145 QueryEventByOwner(std::string table, std::string owner, std::vector<SecEvent> &events) QueryEventByOwner() argument 153 CountAllEvent(std::string table) CountAllEvent() argument 163 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); CountEventByEventId() local 172 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); DeleteOldEventByEventId() local 181 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(eventId); DeleteAllEventByEventId() local [all...] |
H A D | database.cpp | 39 int Database::Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &initialValues) in Insert() argument 48 int Database::BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert() argument
|
H A D | database_helper.cpp | 71 SecEventTableInfo table; in QueryRecentEventByEventId() local 257 SecEventTableInfo table; in QueryEventBase() local 282 GetResultSetTableInfo(const std::shared_ptr<NativeRdb::ResultSet> &resultSet, SecEventTableInfo &table) GetResultSetTableInfo() argument 346 std::string table; CreateTable() local [all...] |
/base/telephony/core_service/services/sim/include/ |
H A D | usim_function_handle.h | 23 UsimFunctionHandle(unsigned char table[], int len) in UsimFunctionHandle() argument
|
/base/security/security_guard/services/data_collect/sa/ |
H A D | data_format.cpp | 66 std::string table = ConfigDataManager::GetInstance().GetTableFromEventId(*it);
in ParseConditions() local
|
/base/security/security_guard/services/config_manager/src/ |
H A D | config_data_manager.cpp | 46 void ConfigDataManager::InsertEventToTableMap(int64_t eventId, std::string table) in InsertEventToTableMap() argument
|
/base/hiviewdfx/faultloggerd/tools/process_dump/ |
H A D | dfx_unwind_async_thread.cpp | 106 auto table = std::make_shared<UniqueStackTable>(tableData->data(), size, false); in GetSubmitterStack() local
|
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
H A D | distribution.c | 230 struct check_message_powered table[] = { { BIND, PAKE_MODULAR }, in is_message_illegal() local
|
/base/security/security_guard/test/unittest/data_collect/src/ |
H A D | security_guard_data_collect_test.cpp | 477 SecEventTableInfo table; in HWTEST_F() local
|
/base/security/security_guard/test/fuzztest/data_collect/datacollect_fuzzer/ |
H A D | database_mock.cpp | 33 int Database::Insert(int64_t &outRowId, const std::string &table, const NativeRdb::ValuesBucket &initialValues) in Insert() argument 38 int Database::BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert() argument
|
/base/telephony/telephony_data/common/src/ |
H A D | rdb_base_helper.cpp | 37 int RdbBaseHelper::Insert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table) in Insert() argument 46 int RdbBaseHelper::Update(int &changedRows, const std::string &table, const NativeRdb::ValuesBucket &values, in Update() argument 66 int RdbBaseHelper::Delete(int &changedRows, const std::string &table, const std::string &whereClause, in Delete() argument 166 int RdbBaseHelper::BatchInsert(int64_t &id, const NativeRdb::ValuesBucket &initialValues, const std::string &table) in BatchInsert() argument
|
/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() argument 144 int EventDbHelper::QuerySysUsageEvent(std::shared_ptr<LoggerEvent>& event, const std::string& table)
in QuerySysUsageEvent() argument 172 int EventDbHelper::DeleteSysUsageEvent(const std::string& table)
in DeleteSysUsageEvent() argument 181 CreateTable(const std::string& table, const std::vector<std::pair<std::string, std::string>>& fields) CreateTable() argument 192 CreatePluginStatsTable(const std::string& table) CreatePluginStatsTable() argument 207 CreateSysUsageTable(const std::string& table) CreateSysUsageTable() argument 239 InsertSysUsageTable(const std::string& table, const std::string& eventStr) InsertSysUsageTable() argument 272 UpdateSysUsageTable(const std::string& table, const std::string& eventStr) UpdateSysUsageTable() argument 291 QuerySysUsageTable(std::string& eventStr, const std::string& table) QuerySysUsageTable() argument 301 QueryDb(std::vector<std::string>& eventStrs, const std::string& table, const std::vector<std::pair<std::string, std::string>>& queryConds) QueryDb() argument 324 DeleteTableData(const std::string& table) DeleteTableData() argument [all...] |
H A D | fold_app_usage_db_helper.cpp | 161 int FoldAppUsageDbHelper::CreateAppEventsTable(const std::string& table)
in CreateAppEventsTable() argument
|
/base/update/updater/services/fs_manager/ |
H A D | partitions.cpp | 151 ReadPartitionFromSys(const std::string &devname, const std::string &partn, const std::string &type, const std::string &table) ReadPartitionFromSys() argument
|
/base/time/time_service/services/timer/src/ |
H A D | timer_database.cpp | 115 bool TimeDatabase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertValues) in Insert() argument [all...] |
/base/web/webview/ohos_adapter/net_proxy_adapter/src/ |
H A D | net_proxy_adapter_impl.cpp | 74 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local 90 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_db_helper.cpp | 463 GetResultSetTableInfo( const std::shared_ptr<OHOS::NativeRdb::ResultSet> &resultSet, struct UsbRightTableInfo &table) GetResultSetTableInfo() argument 519 struct UsbRightTableInfo table; GetResultRightRecordEx() local [all...] |
/base/request/request/services/src/cxx/ |
H A D | c_request_database.cpp | 87 bool RequestDataBase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertValues) in Insert() argument [all...] |
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
H A D | notification_rdb_data_mgr_test.cpp | 52 virtual int Insert(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues)
in Insert() argument 56 virtual int BatchInsert(int64_t &outInsertNum, const std::string &table,
in BatchInsert() argument 61 virtual int Replace(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues)
in Replace() argument 65 virtual int InsertWithConflictResolution(int64_t &outRowId, const std::string &table,
in InsertWithConflictResolution() argument 71 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values,
in Update() argument 77 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values,
in Update() argument 83 virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &values,
in UpdateWithConflictResolution() argument 89 virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &values,
in UpdateWithConflictResolution() argument 95 virtual int Delete(int &deletedRows, const std::string &table, const std::string &whereClause,
in Delete() argument 100 virtual int Delete(int &deletedRows, const std::string &table, cons in Delete() argument 105 Query(int &errCode, bool distinct, const std::string &table, const std::vector<std::string> &columns, const std::string &whereClause = �, const std::vector<ValueObject> &bindArgs = {}, const std::string &groupBy = �, const std::string &indexName = �, const std::string &orderBy = �, const int &limit = AbsPredicates::INIT_LIMIT_VALUE, const int &offset = AbsPredicates::INIT_LIMIT_VALUE) Query() argument 271 ObtainDistributedTableName( const std::string &device, const std::string &table, int &errCode) ObtainDistributedTableName() argument 322 GetModifyTime( const std::string &table, const std::string &columnName, std::vector<PRIKey> &keys) GetModifyTime() argument 328 CleanDirtyData(const std::string &table, uint64_t cursor) CleanDirtyData() argument [all...] |