Home
last modified time | relevance | path

Searched refs:AbsRdbPredicates (Results 1 – 25 of 31) sorted by relevance

12

/base/telephony/telephony_data/sms_mms/src/
Dsms_mms_ability.cpp179 NativeRdb::AbsRdbPredicates *absRdbPredicates = GetPredicates(messageUriType, uri); in Query()
215 NativeRdb::AbsRdbPredicates *absRdbPredicates = GetPredicates(messageUriType, uri); in Update()
229 NativeRdb::AbsRdbPredicates *SmsMmsAbility::GetPredicates(MessageUriType messageUriType, const Uri … in GetPredicates()
231 NativeRdb::AbsRdbPredicates *absRdbPredicates = nullptr; in GetPredicates()
234 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SMS_MMS_INFO); in GetPredicates()
238 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_MMS_PROTOCOL); in GetPredicates()
242 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SMS_SUBSECTION); in GetPredicates()
246 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_MMS_PART); in GetPredicates()
250 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SESSION); in GetPredicates()
254 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_MMS_PDU); in GetPredicates()
[all …]
/base/customization/enterprise_device_management/services/edm/include/database/
Dedm_rdb_data_manager.h30 bool Delete(const NativeRdb::AbsRdbPredicates &predicates);
31 …bool Update(const NativeRdb::ValuesBucket &valuesBucket, const NativeRdb::AbsRdbPredicates &predic…
32 std::shared_ptr<NativeRdb::ResultSet> Query(const NativeRdb::AbsRdbPredicates &predicates,
/base/telephony/telephony_data/common/include/
Drdb_base_helper.h29 class AbsRdbPredicates; variable
47 …changedRows, const NativeRdb::ValuesBucket &values, const NativeRdb::AbsRdbPredicates &predicates);
50 int Delete(int &deletedRows, const NativeRdb::AbsRdbPredicates &predicates);
54 const NativeRdb::AbsRdbPredicates &predicates, const std::vector<std::string> columns);
/base/telephony/telephony_data/sms_mms/include/
Dsms_mms_ability.h40 class AbsRdbPredicates; variable
102 …NativeRdb::AbsRdbPredicates *CreateAbsRdbPredicates(MessageUriType messageUriType, int &result, Ur…
103 NativeRdb::AbsRdbPredicates *GetPredicates(MessageUriType messageUriType, const Uri &uri);
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
Dapp_event_observer_dao.cpp73 NativeRdb::AbsRdbPredicates predicates(Observers::TABLE); in QuerySeq()
97 NativeRdb::AbsRdbPredicates predicates(Observers::TABLE); in QuerySeqs()
119 NativeRdb::AbsRdbPredicates predicates(Observers::TABLE); in Delete()
132 NativeRdb::AbsRdbPredicates predicates(Observers::TABLE); in Delete()
Duser_property_dao.cpp89 NativeRdb::AbsRdbPredicates predicates(TABLE); in Update()
105 NativeRdb::AbsRdbPredicates predicates(TABLE); in Delete()
122 NativeRdb::AbsRdbPredicates predicates(TABLE); in Query()
146 NativeRdb::AbsRdbPredicates predicates(TABLE); in QueryAll()
Duser_id_dao.cpp89 NativeRdb::AbsRdbPredicates predicates(TABLE); in Update()
105 NativeRdb::AbsRdbPredicates predicates(TABLE); in Delete()
122 NativeRdb::AbsRdbPredicates predicates(TABLE); in Query()
146 NativeRdb::AbsRdbPredicates predicates(TABLE); in QueryAll()
Dapp_event_mapping_dao.cpp76 NativeRdb::AbsRdbPredicates predicates(TABLE); in Delete()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp31 class AbsRdbPredicates;
58 const NativeRdb::AbsRdbPredicates &predicate) in Update()
77 int RdbBaseHelper::Delete(int &deletedRows, const NativeRdb::AbsRdbPredicates &predicates) in Delete()
115 const NativeRdb::AbsRdbPredicates &predicates, const std::vector<std::string> columns) in Query()
/base/telephony/telephony_data/opkey/src/
Dopkey_ability.cpp147 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Query()
185 NativeRdb::AbsRdbPredicates *absRdbPredicates = nullptr; in Update()
188 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Update()
222 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Delete()
/base/customization/enterprise_device_management/services/edm/src/database/
Dedm_rdb_data_manager.cpp89 bool EdmRdbDataManager::Delete(const NativeRdb::AbsRdbPredicates &predicates) in Delete()
103 const NativeRdb::AbsRdbPredicates &predicates) in Update()
116 std::shared_ptr<NativeRdb::ResultSet> EdmRdbDataManager::Query(const NativeRdb::AbsRdbPredicates &p… in Query()
/base/request/request/services/service/request/c_wrapper/include/
Dc_request_database.h101 …bool Update(const OHOS::NativeRdb::ValuesBucket values, const OHOS::NativeRdb::AbsRdbPredicates &p…
103 … const OHOS::NativeRdb::AbsRdbPredicates &predicates, const std::vector<std::string> &columns);
104 bool Delete(const OHOS::NativeRdb::AbsRdbPredicates &predicates);
/base/customization/enterprise_device_management/services/edm/src/
Ddevice_policies_storage_rdb.cpp107 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::DEVICE_ADMIN_POLICIES_RDB_TABLE_NAME); in UpdateAdminPolicy()
124 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::DEVICE_ADMIN_POLICIES_RDB_TABLE_NAME); in DeleteAdminPolicy()
141 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::DEVICE_ADMIN_POLICIES_RDB_TABLE_NAME); in QueryAdminPolicy()
220 … NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::DEVICE_COMBINED_POLICIES_RDB_TABLE_NAME); in UpdateCombinedPolicy()
235 … NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::DEVICE_COMBINED_POLICIES_RDB_TABLE_NAME); in DeleteCombinedPolicy()
250 … NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::DEVICE_COMBINED_POLICIES_RDB_TABLE_NAME); in QueryCombinedPolicy()
279 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::DEVICE_ADMIN_POLICIES_RDB_TABLE_NAME); in QueryAllUserId()
Dadmin_policies_storage_rdb.cpp87 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::ADMIN_POLICIES_RDB_TABLE_NAME); in UpdateAdmin()
126 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::ADMIN_POLICIES_RDB_TABLE_NAME); in DeleteAdmin()
154 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::ADMIN_POLICIES_RDB_TABLE_NAME); in UpdateAdmin()
173 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::ADMIN_POLICIES_RDB_TABLE_NAME); in UpdateEntInfo()
198 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::ADMIN_POLICIES_RDB_TABLE_NAME); in UpdateManagedEvents()
214 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::ADMIN_POLICIES_RDB_TABLE_NAME); in QueryAllAdmin()
316 NativeRdb::AbsRdbPredicates predicates(EdmRdbFiledConst::ADMIN_POLICIES_RDB_TABLE_NAME); in UpdateAuthorizedAdmin()
/base/web/webview/ohos_adapter/distributeddatamgr_adapter/webdatabase/src/
Dohos_web_permission_data_base_adapter_impl.cpp128 NativeRdb::AbsRdbPredicates dirAbsPred(tableName); in ExistPermissionByOrigin()
151 NativeRdb::AbsRdbPredicates dirAbsPred(tableName); in GetPermissionResultByOrigin()
200 NativeRdb::AbsRdbPredicates dirAbsPred(tableName); in ClearPermissionByOrigin()
218 NativeRdb::AbsRdbPredicates dirAbsPred(tableName); in ClearAllPermission()
234 NativeRdb::AbsRdbPredicates dirAbsPred(tableName); in GetOriginsByPermission()
Dohos_web_data_base_adapter_impl.cpp150 NativeRdb::AbsRdbPredicates dirAbsPred(HTTPAUTH_TABLE_NAME); in GetHttpAuthCredentials()
186 NativeRdb::AbsRdbPredicates dirAbsPred(HTTPAUTH_TABLE_NAME); in ExistHttpAuthCredentials()
204 NativeRdb::AbsRdbPredicates dirAbsPred(HTTPAUTH_TABLE_NAME); in DeleteHttpAuthCredentials()
/base/telephony/telephony_data/sim/src/
Dsim_ability.cpp162 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Query()
202 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Update()
281 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Delete()
/base/telephony/telephony_data/pdp_profile/src/
Dpdp_profile_ability.cpp183 …NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_PDP_PROFILE); in Query()
226 NativeRdb::AbsRdbPredicates *absRdbPredicates = nullptr; in Update()
229 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_PDP_PROFILE); in Update()
315 …NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_PDP_PROFILE); in Delete()
/base/notification/distributed_notification_service/services/ans/src/
Dnotification_rdb_data_mgr.cpp205 NativeRdb::AbsRdbPredicates absRdbPredicates(notificationRdbConfig_.tableName); in DeleteData()
227 NativeRdb::AbsRdbPredicates absRdbPredicates(notificationRdbConfig_.tableName); in DeleteBathchData()
250 NativeRdb::AbsRdbPredicates absRdbPredicates(notificationRdbConfig_.tableName); in QueryData()
283 NativeRdb::AbsRdbPredicates absRdbPredicates(notificationRdbConfig_.tableName); in QueryDataBeginWithKey()
329 NativeRdb::AbsRdbPredicates absRdbPredicates(notificationRdbConfig_.tableName); in QueryAllData()
/base/telephony/telephony_data/global_params/src/
Dglobal_params_ability.cpp135 NativeRdb::AbsRdbPredicates *absRdbPredicates = nullptr; in Query()
138 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_NUMBER_MATCH); in Query()
142 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_ECC_DATA); in Query()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp166 virtual int Count(int64_t &outValue, const AbsRdbPredicates &predicates) in Count()
171 const AbsRdbPredicates &predicates, const std::vector<std::string> &columns) in Query()
182 const AbsRdbPredicates &predicates, const std::vector<std::string> &columns) in QueryByStep()
187 … const AbsRdbPredicates &predicates, const std::vector<std::string> &columns, int &errCode) in RemoteQuery()
191 …virtual int Update(int &changedRows, const ValuesBucket &values, const AbsRdbPredicates &predicate… in Update()
195 virtual int Delete(int &deletedRows, const AbsRdbPredicates &predicates) in Delete()
271 …virtual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncBrief& as… in Sync()
276 …virtual int Sync(const SyncOption& option, const AbsRdbPredicates& predicate, const AsyncDetail& a… in Sync()
/base/hiviewdfx/hiview/plugins/usage_event_report/cache/
Devent_db_helper.cpp269 NativeRdb::AbsRdbPredicates predicates(DB_TABLE_PLUGIN_STATS); in UpdatePluginStatsTable()
284 NativeRdb::AbsRdbPredicates predicates(table); in UpdateSysUsageTable()
311 NativeRdb::AbsRdbPredicates predicates(table); in QueryDb()
335 NativeRdb::AbsRdbPredicates predicates(table); in DeleteTableData()
/base/telephony/telephony_data/opkey/include/
Dopkey_ability.h39 class AbsRdbPredicates; variable
/base/telephony/telephony_data/global_params/include/
Dglobal_params_ability.h39 class AbsRdbPredicates; variable
/base/telephony/telephony_data/sim/include/
Dsim_ability.h39 class AbsRdbPredicates; variable

12