Home
last modified time | relevance | path

Searched defs:VerifyCollection (Results 1 – 2 of 2) sorted by relevance

/developtools/packing_tool/packing_tool/frameworks/include/json/
Dhap_verify_utils.h29 struct VerifyCollection { struct
30 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 …]
/developtools/packing_tool/adapter/ohos/
DVerifyCollection.java25 class VerifyCollection { class