Home
last modified time | relevance | path

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

/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp109 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/
Dsql_util.cpp20 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/
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/telephony/core_service/services/sim/include/
Dusim_function_handle.h23 UsimFunctionHandle(unsigned char table[], int len) in UsimFunctionHandle()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp49 … 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/
Dapp_event_store.cpp38 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/
Dnet_proxy_adapter_impl.cpp73 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/
Dusb_right_db_helper.cpp430 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/
Dpartitions.cpp155 const std::string &type, const std::string &table) in ReadPartitionFromSys()
/base/security/device_auth/frameworks/deviceauth_lite/source/schedule/
Ddistribution.c260 struct check_message_powered table[] = { { BIND, PAKE_MODULAR }, in is_message_illegal() local
/base/request/request/services/service/rust/src/c_wrapper/source/
Dc_request_database.cpp74 bool RequestDataBase::Insert(const std::string &table, const OHOS::NativeRdb::ValuesBucket &insertV… in Insert()
/base/update/sys_installer_lite/frameworks/source/updater/
Dhota_updater.c82 ComponentInfo table[OTA_MAX_PARTITION_NUM]; member