Home
last modified time | relevance | path

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

/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md49 ## Dependency section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-hapModuleInfo.md48 ## Dependency section
H A Djs-apis-bundleManager.md1514 ### Dependency subsection
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dhap_module_info.h57 struct Dependency { struct
58 std::string bundleName;
59 std::string moduleName;
60 uint32_t versionCode;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dhap_module_info.h72 struct Dependency : public Parcelable { struct
79 static Dependency *Unmarshalling(Parcel &parcel); argument