Home
last modified time | relevance | path

Searched refs:GetStoreInfo (Results 1 - 19 of 19) sorted by relevance

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/
H A Dcloud_sync_finished_event.cpp20 : CloudEvent(CLOUD_SYNC_FINISHED, storeMetaData.GetStoreInfo()), metaData_(storeMetaData) in CloudSyncFinishedEvent()
H A Dcloud_event.cpp24 const StoreInfo &CloudEvent::GetStoreInfo() const in GetStoreInfo() function in OHOS::DistributedData::CloudEvent
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_event.h47 const StoreInfo &GetStoreInfo() const;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h89 API_EXPORT StoreInfo GetStoreInfo() const;
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_relational_store_connection.h54 int GetStoreInfo(std::string &userId, std::string &appId, std::string &storeId) override;
H A Dsqlite_relational_store_connection.cpp344 int SQLiteRelationalStoreConnection::GetStoreInfo(std::string &userId, std::string &appId, std::string &storeId) in GetStoreInfo() function in DistributedDB::SQLiteRelationalStoreConnection
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/
H A Drelational_store_connection.h70 virtual int GetStoreInfo(std::string &userId, std::string &appId, std::string &storeId) = 0;
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_stub.h64 std::pair<int32_t, StoreInfo> GetStoreInfo(uint32_t code, MessageParcel &data);
H A Dkvdb_service_stub.cpp71 auto [status, storeInfo] = GetStoreInfo(code, data); in OnRemoteRequest()
89 std::pair<int32_t, KVDBServiceStub::StoreInfo> KVDBServiceStub::GetStoreInfo(uint32_t code, MessageParcel &data) in GetStoreInfo() function in OHOS::DistributedKv::KVDBServiceStub
H A Dkvdb_service_impl.cpp99 const auto &storeInfo = evt.GetStoreInfo(); in Init()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h201 StoreInfo GetStoreInfo(const RdbSyncerParam &param);
H A Drdb_service_impl.cpp102 auto &storeInfo = evt.GetStoreInfo(); in RdbServiceImpl()
1200 StoreInfo RdbServiceImpl::GetStoreInfo(const RdbSyncerParam &param)
1221 auto storeInfo = GetStoreInfo(param);
1243 auto storeInfo = GetStoreInfo(param);
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp159 auto storeInfo = evt.GetStoreInfo(); in GetLockChangeHandler()
386 auto &storeInfo = evt.GetStoreInfo();
435 auto store = evt.GetStoreInfo();
H A Dcloud_service_impl.cpp971 auto &storeInfo = rdbEvent.GetStoreInfo(); in GetSchema()
986 auto &storeInfo = cloudShareEvent.GetStoreInfo(); in CloudShare()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp533 * @tc.name: GetStoreInfo
534 * @tc.desc: test StoreMetaData GetStoreInfo function
539 HWTEST_F(ServiceMetaDataTest, GetStoreInfo, TestSize.Level1) in HWTEST_F()
545 auto result = storeMetaData.GetStoreInfo(); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_sync_able_storage.h275 StoreInfo GetStoreInfo() const;
H A Drelational_store_delegate_impl.cpp276 int errCode = conn_->GetStoreInfo(userId, appId, storeId); in RegisterObserver()
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data.cpp223 StoreInfo StoreMetaData::GetStoreInfo() const in GetStoreInfo() function in OHOS::DistributedData::StoreMetaData
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp549 StoreInfo info = GetStoreInfo(); in SaveSyncDataItems()
687 StoreInfo info = GetStoreInfo(); in CreateDistributedDeviceTable()
1012 StoreInfo RelationalSyncAbleStorage::GetStoreInfo() const in GetStoreInfo() function in DistributedDB::RelationalSyncAbleStorage

Completed in 19 milliseconds