Searched defs:whereClause (Results 1 – 6 of 6) sorted by relevance
/base/telephony/telephony_data/sim/src/ |
D | rdb_sim_helper.cpp | 111 std::string whereClause; in SetDefaultCardByType() local 126 std::string whereClause; in UpdateCardStateByType() local
|
/base/usb/usb_manager/services/native/src/ |
D | usb_right_db_helper.cpp | 300 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
|
D | usb_right_database.cpp | 125 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/ |
D | rdb_base_helper.cpp | 48 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/ |
D | notification_rdb_data_mgr_test.cpp | 75 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/ |
D | data_share_dao.cpp | 81 std::string whereClause = "uid = ?"; in SaveSubscriberInfo() local
|