Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/udmf/store/
H A Druntime_store.cpp110 std::string unifiedKey = unifiedData.GetRuntime()->key.GetUnifiedKey(); in Put() local
115 ZLOGE("Marshall runtime info failed, dataPrefix: %{public}s.", unifiedKey.c_str()); in Put()
118 std::vector<uint8_t> udKeyBytes = {unifiedKey.begin(), unifiedKey.end()}; in Put()
130 std::string recordKey = unifiedKey + "/" + record->GetUid(); in Put()
258 for (const std::string &unifiedKey : unifiedKeys) { in DeleteBatch() local
259 if (Delete(unifiedKey) != E_OK) { in DeleteBatch()
260 ZLOGE("Delete failed, key: %{public}s.", unifiedKey.c_str()); in DeleteBatch()
/ohos5.0/foundation/distributeddatamgr/udmf/framework/innerkitsimpl/common/
H A Dunified_meta.cpp654 UnifiedKey unifiedKey(key); in IsValidOptions() local
655 auto isValidKey = unifiedKey.IsValid(); in IsValidOptions()
659 if (intention.empty() && isValidKey && IsPersist(unifiedKey.intention)) { in IsValidOptions()
662 if (isValidKey && unifiedKey.intention == intention && IsPersist(intention)) { in IsValidOptions()