Home
last modified time | relevance | path

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

/base/usb/usb_manager/services/native/src/
Dusb_right_db_helper.cpp300 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
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()
68 const std::vector<std::string> &whereArgs) in Delete()
/base/notification/distributed_notification_service/frameworks/ans/src/
Dreminder_store.cpp163 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/
Ddata_share_dao.cpp82 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/
Dnotification_rdb_data_mgr_test.cpp70 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()