Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/object/
H A Dobject_manager.cpp435 if (!hasAsset && IsAssetKey(propertyName)) { in GetObjectData()
454 if (IsAssetKey(propertyName)) { in GetObjectData()
576 bool ObjectStoreManager::IsAssetKey(const std::string& key) in IsAssetKey() function in OHOS::DistributedObject::ObjectStoreManager
600 if (!IsAssetKey(key) || assetKey.find(assetPrefix) != assetKey.end() || in GetAssetsFromDBRecords()
H A Dobject_manager.h171 static bool IsAssetKey(const std::string& key);