Home
last modified time | relevance | path

Searched defs:whereClause (Results 1 - 8 of 8) sorted by relevance

/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/
H A Ddata_share_dao.cpp77 std::string whereClause = "uid = ?"; in SaveSubscriberInfo() local
/base/telephony/telephony_data/sim/src/
H A Drdb_sim_helper.cpp114 std::string whereClause; in SetDefaultCardByType() local
129 std::string whereClause; in UpdateCardStateByType() 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.cpp377 std::string whereClause = {"uid = ? AND deviceName = ? AND bundleName = ? AND tokenId = ?"}; in DeleteRightRecord() local
389 std::string whereClause = {"uid = ? AND deviceName = ?"}; in DeleteDeviceRightRecord() local
401 std::string whereClause = {"uid = ? AND bundleName = ?"}; in DeleteAppRightRecord() local
425 std::string whereClause = {"uid = ?"}; in DeleteUidRightRecord() local
316 DeleteAndNoOtherOperation( const std::string &whereClause, const std::vector<std::string> &whereArgs) DeleteAndNoOtherOperation() argument
437 std::string whereClause = {"uid = ? AND requestTime < ? AND validPeriod NOT IN (?, ?)"}; DeleteNormalExpiredRightRecord() local
454 std::string whereClause = {"validPeriod = ? AND deviceName = ?"}; DeleteValidPeriodRightRecord() local
[all...]
/base/telephony/telephony_data/common/src/
H A Drdb_base_helper.cpp66 int RdbBaseHelper::Delete(int &changedRows, const std::string &table, const std::string &whereClause, in Delete() argument
46 Update(int &changedRows, const std::string &table, const NativeRdb::ValuesBucket &values, const std::string &whereClause, const std::vector<std::string> &whereArgs) Update() argument
/base/hiviewdfx/hiview/base/event_store/store/
H A Dsys_event_repeat_db.cpp197 std::string whereClause = COLUMN_HAPPENTIME; in ClearHistory() local
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/
H A Dapp_event_store.cpp536 std::string whereClause = "(SELECT COUNT(1) AS num FROM " + Events::TABLE + " WHERE " in DeleteUnusedParamsExceptCurId() local
556 std::string whereClause = "(SELECT COUNT(1) AS num FROM " + Events::TABLE + " WHERE " in DeleteUnusedEventMapping() local
577 std::string whereClause in DeleteHistoryEvent() local
/base/notification/distributed_notification_service/services/ans/test/unittest/notification_rdb_data_mgr_test/
H A Dnotification_rdb_data_mgr_test.cpp95 virtual int Delete(int &deletedRows, const std::string &table, const std::string &whereClause, in Delete() 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

Completed in 7 milliseconds