Home
last modified time | relevance | path

Searched refs:Delete (Results 1 - 13 of 13) sorted by relevance

/drivers/external_device_manager/services/native/driver_extension_manager/include/drivers_pkg_manager/
H A Dpkg_database.h56 int32_t Delete(const OHOS::NativeRdb::RdbPredicates &rdbPredicates);
57 int32_t Delete(int32_t &changedRows, const std::string &whereClause, const std::vector<std::string> &whereArgs);
/drivers/peripheral/pin_auth/test/unittest/pin_auth/service/src/
H A Dall_in_one_impl_test.cpp82 result = impl->Delete(templateId); in HWTEST_F()
140 result = impl->Delete(templateId); in HWTEST_F()
/drivers/peripheral/face_auth/hdi_service/include/
H A Dall_in_one_executor_impl.h46 int32_t Delete(const std::vector<uint64_t> &templateIdList) override;
/drivers/peripheral/fingerprint_auth/hdi_service/include/
H A Dall_in_one_executor_impl.h46 int32_t Delete(const std::vector<uint64_t> &templateIdList) override;
/drivers/external_device_manager/services/native/driver_extension_manager/src/drivers_pkg_manager/
H A Dpkg_database.cpp142 int32_t PkgDataBase::Delete( in Delete() function in OHOS::ExternalDeviceManager::PkgDataBase
146 EDM_LOGE(MODULE_PKG_MGR, "Delete store_ is nullptr"); in Delete()
149 int32_t ret = store_->Delete(changedRows, PKG_TABLE_NAME, whereClause, whereArgs); in Delete()
151 EDM_LOGE(MODULE_PKG_MGR, "Delete(whereClause) ret :%{public}d", ret); in Delete()
H A Dpkg_db_helper.cpp54 ret = rightDatabase_->Delete(changedRows, whereClause, whereArgs); in DeleteAndNoOtherOperation()
56 EDM_LOGE(MODULE_PKG_MGR, "Delete error: %{public}d", ret); in DeleteAndNoOtherOperation()
96 ret = rightDatabase_->Delete(changedRows, whereClause, whereArgs); in AddOrUpdatePkgInfo()
/drivers/peripheral/pin_auth/hdi_service/service/inc/
H A Dall_in_one_impl.h48 int32_t Delete(uint64_t templateId) override;
/drivers/peripheral/face_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp129 int32_t AllInOneExecutorImpl::Delete(const std::vector<uint64_t> &templateIdList) in Delete() function in OHOS::HDI::FaceAuth::AllInOneExecutorImpl
/drivers/peripheral/fingerprint_auth/hdi_service/src/
H A Dall_in_one_executor_impl.cpp129 int32_t AllInOneExecutorImpl::Delete(const std::vector<uint64_t> &templateIdList) in Delete() function in OHOS::HDI::FingerprintAuth::AllInOneExecutorImpl
/drivers/peripheral/pin_auth/test/fuzztest/pin_auth/pinauthhdi_fuzzer/
H A Dpin_auth_hdi_fuzzer.cpp179 g_executorImpl.Delete(templateId); in FuzzDelete()
/drivers/peripheral/face_auth/test/fuzztest/face_auth/faceauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp203 g_executorImpl.Delete(templateIdList); in FuzzDelete()
/drivers/peripheral/fingerprint_auth/test/fuzztest/fingerprint_auth/fingerprintauthallinoneexecutor_fuzzer/
H A Dall_in_one_executor_fuzzer.cpp204 g_executorImpl.Delete(templateIdList); in FuzzDelete()
/drivers/peripheral/pin_auth/hdi_service/service/src/
H A Dall_in_one_impl.cpp296 int32_t AllInOneImpl::Delete(uint64_t templateId) in Delete() function in OHOS::HDI::PinAuth::AllInOneImpl
411 IAM_LOGE("Delete scheduleId not exist"); in DelScheduleInfo()

Completed in 10 milliseconds