Searched defs:ApiVersion (Results 1 – 5 of 5) sorted by relevance
126 ## ApiVersion section
69 struct ApiVersion { struct86 ApiVersion apiVersion; argument
108 struct ApiVersion { struct109 uint32_t compatible = 0;110 uint32_t target = 0;111 std::string releaseType = "Release";112 std::string compileSdkVersion;113 std::string compileSdkType = Profile::COMPILE_SDK_TYPE_OPEN_HARMONY;
45 } ApiVersion; typedef