/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_dao.cpp | 78 std::vector<std::string> whereArgs = {std::to_string(uid)}; in SaveSubscriberInfo() local
|
/base/usb/usb_manager/services/native/src/ |
H A D | usb_right_database.cpp | 124 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 D | usb_right_db_helper.cpp | 378 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 D | rdb_base_helper.cpp | 46 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 D | app_event_store.cpp | 573 std::vector<std::string> whereArgs = {
in DeleteHistoryEvent() local
|
/base/notification/distributed_notification_service/services/ans/src/ |
H A D | reminder_store.cpp | 162 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 D | notification_rdb_data_mgr_test.cpp | 71 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
|