Home
last modified time | relevance | path

Searched defs:whereClause (Results 1 – 6 of 6) sorted by relevance

/base/telephony/telephony_data/sim/src/
Drdb_sim_helper.cpp111 std::string whereClause; in SetDefaultCardByType() local
126 std::string whereClause; in UpdateCardStateByType() local
/base/usb/usb_manager/services/native/src/
Dusb_right_db_helper.cpp300 const std::string &whereClause, const std::vector<std::string> &whereArgs) in DeleteAndNoOtherOperation()
346 std::string whereClause = {"uid = ? AND deviceName = ? AND bundleName = ?"}; in DeleteRightRecord() local
358 std::string whereClause = {"uid = ? AND deviceName = ?"}; in DeleteDeviceRightRecord() local
370 std::string whereClause = {"uid = ? AND bundleName = ?"}; in DeleteAppRightRecord() local
394 std::string whereClause = {"uid = ?"}; in DeleteUidRightRecord() local
406 std::string whereClause = {"uid = ? AND requestTime < ? AND validPeriod NOT IN (?, ?)"}; in DeleteNormalExpiredRightRecord() local
420 std::string whereClause = {"validPeriod = ? AND deviceName = ?"}; in DeleteValidPeriodRightRecord() local
Dusb_right_database.cpp125 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update()
155 int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs) in Delete()
/base/telephony/telephony_data/common/src/
Drdb_base_helper.cpp48 const std::string &whereClause, const std::vector<std::string> &whereArgs) in Update()
67 …t RdbBaseHelper::Delete(int &changedRows, const std::string &table, const std::string &whereClause, in Delete()
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
Dnotification_rdb_data_mgr_test.cpp75 const std::string &whereClause = "", in Update()
81 const std::string &whereClause, const std::vector<std::string> &whereArgs, in UpdateWithConflictResolution()
87 const std::string &whereClause = "", const std::vector<ValueObject> &bindArgs = {}, 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()
103 const std::vector<std::string> &columns, const std::string &whereClause = "", in Query()
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
Ddata_share_dao.cpp81 std::string whereClause = "uid = ?"; in SaveSubscriberInfo() local