Home
last modified time | relevance | path

Searched refs:identifierTag (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_service_impl.cpp315 …auto identifierTag = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier("", storeMeta.app… in ResolveAutoLaunch() local
317 if (identifier != identifierTag) { in ResolveAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/
H A Dudmf_service_impl.cpp722 …auto identifierTag = DistributedDB::KvStoreDelegateManager::GetKvStoreIdentifier("", storeMeta.app… in ResolveAutoLaunch() local
724 if (identifier != identifierTag) { in ResolveAutoLaunch()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dkvdb_service_impl.cpp801 …auto identifierTag = DBManager::GetKvStoreIdentifier("", storeMeta.appId, storeMeta.storeId, true); in ResolveAutoLaunch() local
803 if (identifier != identifierTag && !isTripleIdentifierEqual) { in ResolveAutoLaunch()