Searched defs:DistributedDeviceConfig (Results 1 – 1 of 1) sorted by relevance
66 struct DistributedDeviceConfig { struct67 int32_t maxTitleLength;68 int32_t maxContentLength;69 uint32_t startAbilityTimeout;70 int32_t operationReplyTimeout = DEFAULT_REPLY_TIMEOUT;71 std::string localType;72 std::set<std::string> supportPeerDevice;73 std::unordered_set<std::string> collaborativeDeleteTypes;74 …::string, std::map<std::string, std::unordered_set<std::string>>> collaborativeDeleteTypesByDevice;