Searched defs:whereClause (Results 1 - 8 of 8) sorted by relevance
/base/hiviewdfx/hiview/adapter/plugins/eventservice/service/idl/src/ |
H A D | data_share_dao.cpp | 77 std::string whereClause = "uid = ?"; in SaveSubscriberInfo() local
|
/base/telephony/telephony_data/sim/src/ |
H A D | rdb_sim_helper.cpp | 114 std::string whereClause; in SetDefaultCardByType() local 129 std::string whereClause; in UpdateCardStateByType() 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 | 377 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 D | rdb_base_helper.cpp | 66 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 D | sys_event_repeat_db.cpp | 197 std::string whereClause = COLUMN_HAPPENTIME;
in ClearHistory() local
|
/base/hiviewdfx/hiappevent/frameworks/native/libhiappevent/cache/ |
H A D | app_event_store.cpp | 536 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 D | notification_rdb_data_mgr_test.cpp | 95 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