Searched refs:IsAssetKey (Results 1 – 2 of 2) sorted by relevance
435 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::ObjectStoreManager600 if (!IsAssetKey(key) || assetKey.find(assetPrefix) != assetKey.end() || in GetAssetsFromDBRecords()
171 static bool IsAssetKey(const std::string& key);