Searched refs:GetReleaseType (Results 1 – 7 of 7) sorted by relevance
45 tmp = SystemProperties::GetReleaseType(); in ProcessSystemParam()
236 static const std::string& GetReleaseType() in GetReleaseType() function
897 … return std::make_tuple(false, info.second.GetCurModuleName(), info.second.GetReleaseType()); in GetValidReleaseType()901 (infos.begin()->second).GetReleaseType()); in GetValidReleaseType()953 if (releaseType != info.second.GetReleaseType()) { in CheckAppLabelInfo()956 info.second.GetCurModuleName().c_str(), info.second.GetReleaseType().c_str()); in CheckAppLabelInfo()
4401 if (oldInfo.GetReleaseType() != newInfo.GetReleaseType()) { in CheckReleaseTypeIsCompatible()4403 oldInfo.GetCurModuleName().c_str(), oldInfo.GetReleaseType().c_str(), in CheckReleaseTypeIsCompatible()4404 newInfo.GetCurModuleName().c_str(), newInfo.GetReleaseType().c_str()); in CheckReleaseTypeIsCompatible()
715 std::string GetReleaseType() const in GetReleaseType() function
1834 DumpLog::GetInstance().Print(1, "ReleaseType: " + SystemProperties::GetReleaseType()); in OnDumpInfo()
752 tmp = SystemProperties::GetReleaseType(); in GetDeviceInfo()