Searched defs:whereArgs (Results 1 – 6 of 6) sorted by relevance
/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() 347 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName, bundleName}; in DeleteRightRecord() local 359 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName}; in DeleteDeviceRightRecord() local 371 std::vector<std::string> whereArgs = {std::to_string(uid), bundleName}; in DeleteAppRightRecord() local 395 std::vector<std::string> whereArgs = {std::to_string(uid)}; in DeleteUidRightRecord() local 407 …std::vector<std::string> whereArgs = {std::to_string(uid), std::to_string(expiredTime - USB_RIGHT_… in DeleteNormalExpiredRightRecord() local 421 std::vector<std::string> whereArgs = {std::to_string(validPeriod), 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() 68 const std::vector<std::string> &whereArgs) in Delete()
|
/base/notification/distributed_notification_service/frameworks/ans/src/ |
D | reminder_store.cpp | 163 std::vector<std::string> whereArgs; in Delete() local 230 std::vector<std::string> whereArgs; in Update() local 265 std::vector<std::string> whereArgs; in Query() local
|
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
D | data_share_dao.cpp | 82 std::vector<std::string> whereArgs = {std::to_string(uid)}; in SaveSubscriberInfo() local
|
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/ |
D | notification_rdb_data_mgr_test.cpp | 70 const std::vector<std::string> &whereArgs) in Update() 81 const std::string &whereClause, const std::vector<std::string> &whereArgs, in UpdateWithConflictResolution() 93 const std::vector<std::string> &whereArgs) in Delete()
|