Searched refs:devProfile (Results 1 – 2 of 2) sorted by relevance
52 static bool IsDevProfileValid(const DeviceProfile& devProfile);58 static bool IsDeviceProfileValid(const DeviceProfile& devProfile);
349 bool ProfileUtils::IsDevProfileValid(const DeviceProfile& devProfile) in IsDevProfileValid() argument351 return IsKeyValid(devProfile.GetDeviceId()) && IsLocalUdid(devProfile.GetDeviceId()); in IsDevProfileValid()366 bool ProfileUtils::IsDeviceProfileValid(const DeviceProfile& devProfile) in IsDeviceProfileValid() argument368 if (devProfile.GetOsVersion().empty() || devProfile.GetOsType() == MIN_OS_TYPE) { in IsDeviceProfileValid()