Searched refs:RdbGeneralStore (Results 1 - 4 of 4) sorted by relevance
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_general_store.cpp | 15 #define LOG_TAG "RdbGeneralStore" 90 RdbGeneralStore::RdbGeneralStore(const StoreMetaData &meta) in RdbGeneralStore() function in OHOS::DistributedRdb::RdbGeneralStore 141 RdbGeneralStore::~RdbGeneralStore() in ~RdbGeneralStore() 157 int32_t RdbGeneralStore::BindSnapshots(std::shared_ptr<std::map<std::string, std::shared_ptr<Snapshot>>> bindAssets) in BindSnapshots() 165 int32_t RdbGeneralStore::Bind(Database &database, const std::map<uint32_t, BindInfo> &bindInfos, in Bind() 215 bool RdbGeneralStore::IsBound() in IsBound() 220 int32_t RdbGeneralStore::Close(bool isForce) in Close() 257 int32_t RdbGeneralStore [all...] |
H A D | rdb_general_store.h | 33 class RdbGeneralStore : public DistributedData::GeneralStore { class 49 explicit RdbGeneralStore(const StoreMetaData &meta); 50 ~RdbGeneralStore(); 93 RdbGeneralStore(const RdbGeneralStore& rdbGeneralStore); 94 RdbGeneralStore& operator=(const RdbGeneralStore& rdbGeneralStore); 134 friend RdbGeneralStore;
|
H A D | rdb_service_impl.cpp | 78 auto store = new (std::nothrow) RdbGeneralStore(metaData); in Factory()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_general_store_test.cpp | 41 RdbGeneralStore::Values g_RdbValues = { { "0000000" }, { true }, { int64_t(100) }, { double(100) }, { int64_t(1) },
43 RdbGeneralStore::VBucket g_RdbVBucket = { { "#gid", { "0000000" } }, { "#flag", { true } },
249 * @tc.desc: RdbGeneralStore BindSnapshots test
256 auto store = new (std::nothrow) RdbGeneralStore(metaData_);
in HWTEST_F() 265 * @tc.desc: RdbGeneralStore BindSnapshots nullptr test
275 auto store = new (std::nothrow) RdbGeneralStore(meta);
in HWTEST_F() 285 * @tc.desc: RdbGeneralStore Bind bindInfo test
292 auto store = new (std::nothrow) RdbGeneralStore(metaData_);
in HWTEST_F() 331 * @tc.desc: RdbGeneralStore Bind delegate_ is nullptr test
338 auto store = new (std::nothrow) RdbGeneralStore(metaData in HWTEST_F() [all...] |
Completed in 6 milliseconds