Home
last modified time | relevance | path

Searched refs:DeleteAndNoOtherOperation (Results 1 - 2 of 2) sorted by relevance

/base/usb/usb_manager/services/native/src/
H A Dusb_right_db_helper.cpp316 int32_t UsbRightDbHelper::DeleteAndNoOtherOperation( in DeleteAndNoOtherOperation() function in OHOS::USB::UsbRightDbHelper
348 int32_t UsbRightDbHelper::DeleteAndNoOtherOperation(const OHOS::NativeRdb::RdbPredicates &rdbPredicates) in DeleteAndNoOtherOperation() function in OHOS::USB::UsbRightDbHelper
379 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteRightRecord()
391 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteDeviceRightRecord()
403 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteAppRightRecord()
415 int32_t ret = DeleteAndNoOtherOperation(rdbPredicates); in DeleteAppsRightRecord()
427 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteUidRightRecord()
443 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteNormalExpiredRightRecord()
456 int32_t ret = DeleteAndNoOtherOperation(whereClause, whereArgs); in DeleteValidPeriodRightRecord()
/base/usb/usb_manager/services/native/include/
H A Dusb_right_db_helper.h126 int32_t DeleteAndNoOtherOperation(const std::string &whereClause, const std::vector<std::string> &whereArgs);
127 int32_t DeleteAndNoOtherOperation(const OHOS::NativeRdb::RdbPredicates &rdbPredicates);

Completed in 2 milliseconds