Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h193 static bool IsSystemRecord(const Key &key);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp1372 bool isSystemRecord = IsSystemRecord(dataItem.key); in GetDataItemFromCloudData()
1454 bool CloudStorageUtils::IsSystemRecord(const Key &key) in IsSystemRecord() function in DistributedDB::CloudStorageUtils