Home
last modified time | relevance | path

Searched defs:ApiVersion (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-BundlePackInfo-sys.md126 ## ApiVersion section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-BundlePackInfo-sys.md126 ## ApiVersion section
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_pack_info.h69 struct ApiVersion { struct
86 ApiVersion apiVersion; argument
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_profile.cpp108 struct ApiVersion { struct
109 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;
/ohos5.0/foundation/communication/dsoftbus/core/transmission/common/include/
H A Dsoftbus_app_info.h45 } ApiVersion; typedef