Searched defs:DistributedDeviceInfo (Results 1 – 2 of 2) sorted by relevance
43 struct DistributedDeviceInfo { struct44 DistributedDeviceInfo() {} in DistributedDeviceInfo() argument45 DistributedDeviceInfo(uint16_t deviceType, std::string deviceId) in DistributedDeviceInfo() function47 DistributedDeviceInfo(uint16_t deviceType, std::string deviceId, std::string networkId) in DistributedDeviceInfo() function49 bool IsPadOrPc() const in IsPadOrPc()58 bool deviceUsage = false;59 bool liveViewSync = false;60 bool iconSync = false;61 bool installedBundlesSync = false;62 uint16_t deviceType_;[all …]
37 DistributedDeviceInfo() {} in DistributedDeviceInfo() function38 DistributedDeviceInfo(std::string deviceId, std::string deviceName, in DistributedDeviceInfo() function