Searched defs:kvStoreNbDelegate (Results 1 - 2 of 2) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_crud_test.cpp | 1672 KvStoreNbDelegate *kvStoreNbDelegate = nullptr; in HWTEST_F() local 1753 KvStoreNbDelegate *kvStoreNbDelegate = nullptr; in HWTEST_F() local [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/ |
H A D | distributeddb_nb_test_tools.cpp | 34 void DelegateMgrNbCallback::Callback(DBStatus status, KvStoreNbDelegate *kvStoreNbDelegate) in Callback() argument 257 DistributedDB::DBStatus DistributedDBNbTestTools::Get(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, in Get() argument 263 DistributedDB::DBStatus DistributedDBNbTestTools::GetEntries(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, in GetEntries() argument 269 DistributedDB::DBStatus DistributedDBNbTestTools::Put(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, in Put() argument 284 PutBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Entry> &entries, bool isNeedRetry) PutBatch() argument 317 Delete(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key) Delete() argument 323 DeleteBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Key> &keys, bool isNeedRetry) DeleteBatch() argument 356 GetLocal(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, DistributedDB::Value &value) GetLocal() argument 362 PutLocal(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, const DistributedDB::Value &value, bool isNeedRetry, int waitTime) PutLocal() argument 377 PutLocalBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Entry> &entries) PutLocalBatch() argument 408 DeleteLocal( DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key) DeleteLocal() argument 414 DeleteLocalBatch(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const std::vector<DistributedDB::Key> &keys) DeleteLocalBatch() argument 445 RegisterObserver(DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::Key &key, unsigned int mode, DistributedDB::KvStoreObserver *observer) RegisterObserver() argument 451 UnRegisterObserver( DistributedDB::KvStoreNbDelegate &kvStoreNbDelegate, const DistributedDB::KvStoreObserver *observer) UnRegisterObserver() argument [all...] |
Completed in 4 milliseconds