Searched defs:VerifyCollection (Results 1 – 2 of 2) sorted by relevance
29 struct VerifyCollection { struct30 std::string bundleName = "";31 std::string vendor = "";32 int32_t versionCode = -1;33 std::string versionName = "";34 int32_t minCompatibleVersionCode = -1;35 int32_t compatibleApiVersion = -1;36 int32_t targetApiVersion = -1;37 std::string releaseType = "";38 std::string targetBundleName = "";[all …]
25 class VerifyCollection { class