Home
last modified time | relevance | path

Searched refs:PutCacheNode (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/
H A Dclouddisk_notify_utils_test.cpp190 CloudDiskNotifyUtils.PutCacheNode(cloudId, cacheNode);
207 CloudDiskNotifyUtils.PutCacheNode(cloudId, cacheNode);
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/clouddisk_database/mock/
H A Dclouddisk_notify_utils_mock.cpp112 void CloudDiskNotifyUtils::PutCacheNode(const string &cloudId, const CacheNode &cacheNode) in PutCacheNode() function in OHOS::FileManagement::CloudDisk::CloudDiskNotifyUtils
142 PutCacheNode(cacheNode.cloudId, cacheNode); in GetUriFromCache()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/src/
H A Dclouddisk_notify_utils.cpp131 void CloudDiskNotifyUtils::PutCacheNode(const string &cloudId, const CacheNode &cacheNode) in PutCacheNode() function in OHOS::FileManagement::CloudDisk::CloudDiskNotifyUtils
161 PutCacheNode(cacheNode.cloudId, cacheNode); in GetUriFromCache()
/ohos5.0/foundation/filemanagement/dfs_service/services/clouddisk_database/include/
H A Dclouddisk_notify_utils.h42 static void PutCacheNode(const string &cloudId, const CacheNode &cacheNode);