Searched refs:packageIndex (Results 1 – 5 of 5) sorted by relevance
31 int32_t packageIndex = 0; // 包的安装顺序 member64 .append("packageIndex=").append(std::to_string(packageIndex)).append(",") in ToString()
101 int32_t packageIndex = 0; member108 json["packageIndex"] = packageIndex; in ToJson()
68 GetColumnValue(resultSet, COLUMN_COMPONENT_PACKAGE_INDEX, value.packageIndex); in ParseDbValue()96 PutColumnValue(dbValue, COLUMN_COMPONENT_PACKAGE_INDEX, value.packageIndex); in BuildDbValue()
86 package.packageIndex = 0; in AnalyzeBlVersionCheckResults()
372 static bool HnpOtherPackageInstallCheck(const char *name, const char *version, int packageIndex, cJ… in HnpOtherPackageInstallCheck() argument378 if (i == packageIndex) { in HnpOtherPackageInstallCheck()