Home
last modified time | relevance | path

Searched refs:syncIdentifier (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/
H A Dkv_store_delegate_manager.cpp597 std::string syncIdentifier = DBCommon::GenerateIdentifierId(storeId, appId, userId, "", 0); in DisableKvStoreAutoLaunch() local
598 std::string hashIdentifier = DBCommon::TransferHashString(syncIdentifier); in DisableKvStoreAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp1059 …auto syncIdentifier = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier(accountId, appId… in SetIdentifier() local
1060 auto dbStatus = dbStore_->SetEqualIdentifier(syncIdentifier, tagretDev); in SetIdentifier()