Home
last modified time | relevance | path

Searched defs:whereArgs (Results 1 - 7 of 7) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp78 std::vector<std::string> whereArgs = {std::to_string(uid)}; in SaveSubscriberInfo() local
/base/usb/usb_manager/services/native/src/
H A Dusb_right_database.cpp124 Update(int32_t &changedRows, const OHOS::NativeRdb::ValuesBucket &values, const std::string &whereClause, const std::vector<std::string> &whereArgs) Update() argument
154 Delete( int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs) Delete() argument
H A Dusb_right_db_helper.cpp378 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName, bundleName, tokenId}; in DeleteRightRecord() local
390 std::vector<std::string> whereArgs = {std::to_string(uid), deviceName}; in DeleteDeviceRightRecord() local
402 std::vector<std::string> whereArgs = {std::to_string(uid), bundleName}; in DeleteAppRightRecord() local
426 std::vector<std::string> whereArgs = {std::to_string(uid)}; in DeleteUidRightRecord() local
316 DeleteAndNoOtherOperation( const std::string &whereClause, const std::vector<std::string> &whereArgs) DeleteAndNoOtherOperation() argument
441 std::vector<std::string> whereArgs = {std::to_string(uid), std::to_string(relativeExpiredTime), DeleteNormalExpiredRightRecord() local
455 std::vector<std::string> whereArgs = {std::to_string(validPeriod), deviceName}; DeleteValidPeriodRightRecord() local
[all...]
/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp46 Update(int &changedRows, const std::string &table, const NativeRdb::ValuesBucket &values, const std::string &whereClause, const std::vector<std::string> &whereArgs) Update() argument
66 Delete(int &changedRows, const std::string &table, const std::string &whereClause, const std::vector<std::string> &whereArgs) Delete() argument
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp573 std::vector<std::string> whereArgs = { in DeleteHistoryEvent() local
/base/notification/distributed_notification_service/services/ans/src/
H A Dreminder_store.cpp162 std::vector<std::string> whereArgs; in GetOldReminders() local
313 std::vector<std::string> whereArgs; in Delete() local
529 std::vector<std::string> whereArgs; in DeleteBase() local
666 std::vector<std::string> whereArgs; in Update() local
815 std::vector<std::string> whereArgs; Query() local
[all...]
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp71 Update(int &changedRows, const std::string &table, const ValuesBucket &values, const std::string &whereClaus, const std::vector<std::string> &whereArgs) Update() argument
83 UpdateWithConflictResolution(int &changedRows, const std::string &table, const ValuesBucket &values, const std::string &whereClause, const std::vector<std::string> &whereArgs, ConflictResolution conflictResolution) UpdateWithConflictResolution() argument
95 Delete(int &deletedRows, const std::string &table, const std::string &whereClause, const std::vector<std::string> &whereArgs) Delete() argument

Completed in 7 milliseconds