Lines Matching refs:cloudId
81 explicit CloudDiskMetaFile(uint32_t userId, const std::string &bundleName, const std::string &cloudId);
133 /* recordId is hex string of 256 bits, convert to u8 cloudId[32] to kernel */
135 static std::string CloudIdToRecordId(const std::string cloudId);
138 const std::string &cloudId);
141 void Clear(uint32_t userId, const std::string &bundleName, const std::string &cloudId);
163 MetaBase(const std::string &name, const std::string &cloudId) : name(name), cloudId(cloudId) {}
171 return other.cloudId == cloudId && other.name == name && other.size == size;
181 std::string cloudId{};