Home
last modified time | relevance | path

Searched defs:DeleteBatch (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_natural_store_connection.cpp109 int SingleVerNaturalStoreConnection::DeleteBatch(const IOption &option, const std::vector<Key> &key… in DeleteBatch() function in DistributedDB::SingleVerNaturalStoreConnection
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_local_storage_executor.cpp148 int SQLiteLocalStorageExecutor::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in DistributedDB::SQLiteLocalStorageExecutor
/ohos5.0/foundation/distributedhardware/device_manager/utils/src/kvadapter/
H A Dkv_adapter.cpp211 int32_t KVAdapter::DeleteBatch(const std::vector<std::string> &keys) in DeleteBatch() function in OHOS::DistributedHardware::KVAdapter
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_single_kv_store.cpp108 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/mock/
H A Dmock_single_kv_store.cpp109 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/mock/
H A Dmock_single_kv_store.cpp109 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/mock/
H A Ddb_store_mock.cpp68 DBStatus DBStoreMock::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedData::DBStoreMock
288 DBStatus DBStoreMock::DeleteBatch(ConcurrentMap<Key, Value> &store, const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedData::DBStoreMock
H A Dkv_store_nb_delegate_mock.cpp64 DBStatus KvStoreNbDelegateMock::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in DistributedDB::KvStoreNbDelegateMock
/ohos5.0/foundation/ability/form_fwk/test/mock/include/
H A Dmock_single_kv_store.h163 DistributedKv::Status DeleteBatch(const std::vector<DistributedKv::Key> &keys) override in DeleteBatch() function
/ohos5.0/foundation/ability/ability_runtime/test/mock/common/include/
H A Dmock_single_kv_store.h166 DistributedKv::Status DeleteBatch(const std::vector<DistributedKv::Key> &keys) override in DeleteBatch() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_impl.cpp106 DBStatus KvStoreDelegateImpl::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in DistributedDB::KvStoreDelegateImpl
H A Dkv_store_nb_delegate_impl.cpp240 DBStatus KvStoreNbDelegateImpl::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in DistributedDB::KvStoreNbDelegateImpl
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_database_branch_test/
H A Dmock_single_kv_store.cpp130 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_preferences_database_test/
H A Dmock_single_kv_store.cpp121 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_screen_status_manager_branch_test/
H A Dmock_single_kv_store.cpp123 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/multiver/
H A Dmulti_ver_natural_store_connection.cpp217 int MultiVerNaturalStoreConnection::DeleteBatch(const IOption &option, const std::vector<Key> &keys) in DeleteBatch() function in DistributedDB::MultiVerNaturalStoreConnection
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/kv/
H A Dsqlite_local_kvdb_connection.cpp226 int SQLiteLocalKvDBConnection::DeleteBatch(const IOption &option, const std::vector<Key> &keys) in DeleteBatch() function in DistributedDB::SQLiteLocalKvDBConnection
/ohos5.0/foundation/deviceprofile/device_info_manager/services/core/src/persistenceadapter/kvadapter/
H A Dkv_adapter.cpp366 int32_t KVAdapter::DeleteBatch(const std::vector<std::string>& keys) in DeleteBatch() function in OHOS::DistributedDeviceProfile::KVAdapter
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/mock/
H A Dmock_single_kv_store.cpp217 Status MockSingleKvStore::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::MockSingleKvStore
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp250 Status RuntimeStore::DeleteBatch(const std::vector<std::string> &unifiedKeys) in DeleteBatch() function in OHOS::UDMF::RuntimeStore
/ohos5.0/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp109 Status SingleStoreImpl::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::SingleStoreImpl
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributeddb_nb_test_tools.cpp323 DistributedDB::DBStatus DistributedDBNbTestTools::DeleteBatch(DistributedDB::KvStoreNbDelegate &kvS… in DeleteBatch() function in DistributedDBNbTestTools
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/cj/src/
H A Ddistributed_kv_store_impl.cpp372 int32_t CJSingleKVStore::DeleteBatch(const CArrStr &cArrStr) in DeleteBatch() function in OHOS::DistributedKVStore::CJSingleKVStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/src/
H A Djs_kv_store.cpp280 napi_value JsKVStore::DeleteBatch(napi_env env, napi_callback_info info) in DeleteBatch() function in OHOS::DistributedData::JsKVStore
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp171 Status SingleStoreImpl::DeleteBatch(const std::vector<Key> &keys) in DeleteBatch() function in OHOS::DistributedKv::SingleStoreImpl

12