Home
last modified time | relevance | path

Searched defs:StoreInfo (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dstore_info.h22 struct StoreInfo { struct
23 uint32_t tokenId = 0;
24 std::string bundleName;
25 std::string storeName;
26 int32_t instanceId = 0;
27 int32_t user = 0;
28 std::string deviceId;
29 uint64_t syncId = 0;
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/adapter/include/dfx/
H A Ddb_meta_callback_delegate.h24 struct StoreInfo { struct
37 KVSTORE_API virtual void GetKvStoreKeys(std::vector<StoreInfo> &entries) = 0; argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/checker/
H A Dchecker_manager.h34 struct StoreInfo { struct
46 virtual std::string GetAppId(const StoreInfo &info) = 0; argument
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dtypes_export.h215 struct StoreInfo { struct
220 …DeviceIdCallback = std::function<std::string (const std::string &oriDevId, const StoreInfo &info)>; argument
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_service_impl.h48 using StoreInfo = DistributedData::StoreInfo; variable
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/cloud/
H A Dcloud_service_impl.h36 using StoreInfo = DistributedData::StoreInfo; variable
H A Dsync_manager.h108 using StoreInfo = DistributedData::StoreInfo; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/syncer/
H A Ddistributeddb_single_ver_p2p_simple_sync_test.cpp816 … RuntimeConfig::SetTranslateToDeviceIdCallback([](const std::string &oriDevId, const StoreInfo &) { in __anoncdf0d24b0302()