/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/cloud/ |
H A D | cloud_sync_finished_event.cpp | 20 : CloudEvent(CLOUD_SYNC_FINISHED, storeMetaData.GetStoreInfo()), metaData_(storeMetaData) in CloudSyncFinishedEvent()
|
H A D | cloud_event.cpp | 24 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 D | cloud_event.h | 46 const StoreInfo& GetStoreInfo() const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_relational_store_connection.h | 54 int GetStoreInfo(std::string &userId, std::string &appId, std::string &storeId) override;
|
H A D | sqlite_relational_store_connection.cpp | 344 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 D | store_meta_data.h | 89 API_EXPORT StoreInfo GetStoreInfo() const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/ |
H A D | relational_store_connection.h | 70 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 D | kvdb_service_stub.h | 65 std::pair<int32_t, StoreInfo> GetStoreInfo(uint32_t code, MessageParcel &data);
|
H A D | kvdb_service_stub.cpp | 71 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 D | kvdb_service_impl.cpp | 105 const auto &storeInfo = evt.GetStoreInfo(); in Init()
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_service_impl.h | 201 StoreInfo GetStoreInfo(const RdbSyncerParam ¶m);
|
H A D | rdb_service_impl.cpp | 102 auto &storeInfo = evt.GetStoreInfo(); in RdbServiceImpl() 1200 StoreInfo RdbServiceImpl::GetStoreInfo(const RdbSyncerParam ¶m) 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 D | sync_manager.cpp | 159 auto storeInfo = evt.GetStoreInfo(); in GetLockChangeHandler() 379 auto &storeInfo = evt.GetStoreInfo(); in GetSyncHandler() 428 auto store = evt.GetStoreInfo(); in GetClientChangeHandler()
|
H A D | cloud_service_impl.cpp | 949 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 D | store_meta_data.cpp | 224 StoreInfo StoreMetaData::GetStoreInfo() const in GetStoreInfo() function in OHOS::DistributedData::StoreMetaData
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/test/ |
H A D | meta_data_test.cpp | 539 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 D | relational_store_delegate_impl.cpp | 276 int errCode = conn_->GetStoreInfo(userId, appId, storeId); in RegisterObserver()
|
H A D | relational_sync_able_storage.h | 274 StoreInfo GetStoreInfo() const;
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/ |
H A D | relational_sync_able_storage.cpp | 549 StoreInfo info = GetStoreInfo(); in SaveSyncDataItems() 678 StoreInfo info = GetStoreInfo(); in CreateDistributedDeviceTable() 1003 StoreInfo RelationalSyncAbleStorage::GetStoreInfo() const in GetStoreInfo() function in DistributedDB::RelationalSyncAbleStorage
|