Home
last modified time | relevance | path

Searched refs:extAttrKey (Results 1 - 5 of 5) sorted by relevance

/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dclouddisk_rdbstore_mock.cpp160 const CacheNode &node, const std::string &extAttrKey) in GetXAttr()
159 GetXAttr(const std::string &cloudId, const std::string &key, std::string &value, const CacheNode &node, const std::string &extAttrKey) GetXAttr() argument
H A Dfile_operations_cloud_mock.cpp506 string GetExtAttr(fuse_req_t req, shared_ptr<CloudDiskInode> inoPtr, const char *extAttrKey) in GetExtAttr() argument
518 int res = rdbStore->GetXAttr(inoPtr->cloudId, CLOUD_EXT_ATTR, extAttr, newNode, extAttrKey); in GetExtAttr()
/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_rdbstore.h53 const CacheNode &node = {}, const std::string &extAttrKey = "");
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/cloud_disk/
H A Dfile_operations_cloud.cpp952 string GetExtAttr(fuse_req_t req, shared_ptr<CloudDiskInode> inoPtr, const char *extAttrKey) in GetExtAttr() argument
964 int res = rdbStore->GetXAttr(inoPtr->cloudId, CLOUD_EXT_ATTR, extAttr, newNode, extAttrKey); in GetExtAttr()
/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_rdbstore.cpp961 const CacheNode &node, const std::string &extAttrKey) in GetXAttr()
976 ret = GetExtAttrValue(cloudId, extAttrKey, value); in GetXAttr()
960 GetXAttr(const std::string &cloudId, const std::string &key, std::string &value, const CacheNode &node, const std::string &extAttrKey) GetXAttr() argument

Completed in 8 milliseconds