/base/hiviewdfx/hiview/plugins/usage_event_report/cache/ |
D | event_db_helper.cpp | 109 int EventDbHelper::InsertSysUsageEvent(std::shared_ptr<LoggerEvent> event, const std::string& table) in InsertSysUsageEvent() 151 int EventDbHelper::QuerySysUsageEvent(std::shared_ptr<LoggerEvent>& event, const std::string& table) in QuerySysUsageEvent() 179 int EventDbHelper::DeleteSysUsageEvent(const std::string& table) in DeleteSysUsageEvent() 188 int EventDbHelper::CreateTable(const std::string& table, in CreateTable() 199 int EventDbHelper::CreatePluginStatsTable(const std::string& table) in CreatePluginStatsTable() 214 int EventDbHelper::CreateSysUsageTable(const std::string& table) in CreateSysUsageTable() 246 int EventDbHelper::InsertSysUsageTable(const std::string& table, const std::string& eventStr) in InsertSysUsageTable() 279 int EventDbHelper::UpdateSysUsageTable(const std::string& table, const std::string& eventStr) in UpdateSysUsageTable() 298 int EventDbHelper::QuerySysUsageTable(std::string& eventStr, const std::string& table) in QuerySysUsageTable() 308 int EventDbHelper::QueryDb(std::vector<std::string>& eventStrs, const std::string& table, in QueryDb() [all …]
|
/base/hiviewdfx/hiview/base/utility/ |
D | sql_util.cpp | 20 std::string GenerateCreateSql(const std::string& table, in GenerateCreateSql() 38 std::string GenerateDropSql(const std::string& table) in GenerateDropSql()
|
/base/telephony/telephony_data/common/src/ |
D | rdb_base_helper.cpp | 38 …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/telephony/core_service/services/sim/include/ |
D | usim_function_handle.h | 23 UsimFunctionHandle(unsigned char table[], int len) in UsimFunctionHandle()
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
D | notification_rdb_data_mgr_test.cpp | 49 … virtual int Insert(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues) in Insert() 53 virtual int BatchInsert(int64_t &outInsertNum, const std::string &table, in BatchInsert() 58 …virtual int Replace(int64_t &outRowId, const std::string &table, const ValuesBucket &initialValues) in Replace() 62 virtual int InsertWithConflictResolution(int64_t &outRowId, const std::string &table, in InsertWithConflictResolution() 68 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values, in Update() 74 virtual int Update(int &changedRows, const std::string &table, const ValuesBucket &values, in Update() 80 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… in UpdateWithConflictResolution() 86 …virtual int UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesB… in UpdateWithConflictResolution() 92 … virtual int Delete(int &deletedRows, const std::string &table, const std::string &whereClause, in Delete() 97 …virtual int Delete(int &deletedRows, const std::string &table, const std::string &whereClause = "", in Delete() [all …]
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
D | app_event_store.cpp | 38 std::string GenerateCreateSql(const std::string& table, std::vector<std::pair<std::string, std::str… in GenerateCreateSql() 55 std::string GenerateDropSql(const std::string& table) in GenerateDropSql()
|
/base/web/webview/ohos_adapter/net_proxy_adapter/src/ |
D | net_proxy_adapter_impl.cpp | 73 const uint8_t table[CHAR_ARRAY_LENGTH_FOUR] = { in MakeCharFour() local 89 const uint8_t table[CHAR_ARRAY_LENGTH_THREE] = { in MakeCharTree() local
|
/base/usb/usb_manager/services/native/src/ |
D | usb_right_db_helper.cpp | 430 const std::shared_ptr<OHOS::NativeRdb::ResultSet> &resultSet, struct UsbRightTableInfo &table) in GetResultSetTableInfo() 481 struct UsbRightTableInfo table; in GetResultRightRecordEx() local
|
/base/update/updater/services/fs_manager/ |
D | partitions.cpp | 155 const std::string &type, const std::string &table) in ReadPartitionFromSys()
|
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/ |
D | distribution.c | 260 struct check_message_powered table[] = { { BIND, PAKE_MODULAR }, in is_message_illegal() local
|
/base/request/request/services/service/rust/src/c_wrapper/source/ |
D | c_request_database.cpp | 74 bool RequestDataBase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertV… in Insert()
|
/base/update/sys_installer_lite/frameworks/source/updater/ |
D | hota_updater.c | 82 ComponentInfo table[OTA_MAX_PARTITION_NUM]; member
|