Home
last modified time | relevance | path

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

/ohos5.0/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
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/cloud/
H A Dcloud_event.h46 const StoreInfo& GetStoreInfo() const;
/ohos5.0/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::str… in GetStoreInfo() function in DistributedDB::SQLiteRelationalStoreConnection
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/metadata/
H A Dstore_meta_data.h89 API_EXPORT StoreInfo GetStoreInfo() const;
/ohos5.0/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;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_stub.h65 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, Message… in GetStoreInfo() function in OHOS::DistributedKv::KVDBServiceStub
H A Dkvdb_service_impl.cpp105 const auto &storeInfo = evt.GetStoreInfo(); in Init()
/ohos5.0/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) in GetStoreInfo() function in OHOS::DistributedRdb::RdbServiceImpl
1219 auto storeInfo = GetStoreInfo(param); in LockCloudContainer()
1239 auto storeInfo = GetStoreInfo(param); in UnlockCloudContainer()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dsync_manager.cpp159 auto storeInfo = evt.GetStoreInfo(); in GetLockChangeHandler()
379 auto &storeInfo = evt.GetStoreInfo(); in GetSyncHandler()
428 auto store = evt.GetStoreInfo(); in GetClientChangeHandler()
H A Dcloud_service_impl.cpp949 auto &storeInfo = rdbEvent.GetStoreInfo(); in GetSchema()
964 auto &storeInfo = cloudShareEvent.GetStoreInfo(); in CloudShare()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/metadata/
H A Dstore_meta_data.cpp224 StoreInfo StoreMetaData::GetStoreInfo() const in GetStoreInfo() function in OHOS::DistributedData::StoreMetaData
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/
H A Dmeta_data_test.cpp539 HWTEST_F(ServiceMetaDataTest, GetStoreInfo, TestSize.Level1)
545 auto result = storeMetaData.GetStoreInfo();
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_delegate_impl.cpp276 int errCode = conn_->GetStoreInfo(userId, appId, storeId); in RegisterObserver()
H A Drelational_sync_able_storage.h274 StoreInfo GetStoreInfo() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp549 StoreInfo info = GetStoreInfo(); in SaveSyncDataItems()
678 StoreInfo info = GetStoreInfo(); in CreateDistributedDeviceTable()
1003 StoreInfo RelationalSyncAbleStorage::GetStoreInfo() const in GetStoreInfo() function in DistributedDB::RelationalSyncAbleStorage