Home
last modified time | relevance | path

Searched refs:SharedBundleInfo (Results 1 – 25 of 40) sorted by relevance

12

/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-bundle.md20 …anager<br>方法or属性:function getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo>>;|@ohos.bund…
85 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo|SharedBundleInfo.d.ts|
86 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo<br>方法 or 属性: readonly name: string;|SharedBund…
87 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo<br>方法 or 属性: readonly compatiblePolicy: bundle…
88 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedBundleInfo<br>方法 or 属性: readonly sharedModuleInfo: Array\…
89 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo|SharedBundleInfo.d.ts|
90 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly name: string;|SharedBund…
91 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly versionCode: number;|Sha…
92 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly versionName: string;|Sha…
93 |新增|NA|模块名: SharedBundleInfo<br>类名: SharedModuleInfo<br>方法 or 属性: readonly description: string;|Sha…
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/shared/
H A Dshared_bundle_info.cpp32 bool SharedBundleInfo::ReadFromParcel(Parcel &parcel) in ReadFromParcel()
52 bool SharedBundleInfo::Marshalling(Parcel &parcel) const in Marshalling()
64 SharedBundleInfo *SharedBundleInfo::Unmarshalling(Parcel &parcel) in Unmarshalling()
66 SharedBundleInfo *info = new (std::nothrow) SharedBundleInfo(); in Unmarshalling()
75 void to_json(nlohmann::json &jsonObject, const SharedBundleInfo &sharedBundleInfo) in to_json()
84 void from_json(const nlohmann::json &jsonObject, SharedBundleInfo &sharedBundleInfo) in from_json()
/ohos5.0/docs/en/release-notes/api-diff/v4.0-beta1/
H A Djs-apidiff-bundle.md20 … attribute name: function getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo>>;|@ohos.bund…
85 |Added|NA|Module name: SharedBundleInfo<br>Class name: SharedBundleInfo|SharedBundleInfo.d.ts|
86 …d|NA|Module name: SharedBundleInfo<br>Class name: SharedBundleInfo<br>Method or attribute name: re…
87SharedBundleInfo<br>Class name: SharedBundleInfo<br>Method or attribute name: readonly compatibleP…
88 …e: SharedBundleInfo<br>Class name: SharedBundleInfo<br>Method or attribute name: readonly sharedMo…
89 |Added|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo|SharedBundleInfo.d.ts|
90 …d|NA|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: re…
91 …|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readon…
92 …|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readon…
93 …|Module name: SharedBundleInfo<br>Class name: SharedModuleInfo<br>Method or attribute name: readon…
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/shared/
H A Dshared_bundle_info.h29 struct SharedBundleInfo : public Parcelable { struct
36 static SharedBundleInfo *Unmarshalling(Parcel &parcel); argument
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sharedBundleInfo-sys.md1 # SharedBundleInfo (System API)
3 The **SharedBundleInfo** module provides information about the shared bundle. The information can b…
11 ## SharedBundleInfo section
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-sharedBundleInfo-sys.md1 # SharedBundleInfo (系统接口)
11 ## SharedBundleInfo section
H A Djs-apis-bundleManager-sys.md3739 …undleName: string, moduleName: string, callback: AsyncCallback\<Array\<SharedBundleInfo\>\>): void
3755 | callback | AsyncCallback\<Array\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo-sys.…
3794 getSharedBundleInfo(bundleName: string, moduleName: string): Promise\<Array\<SharedBundleInfo\>\>
3815 | Promise\<Array\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo-sys.md)\>\> | Promise对象…
3852 getAllSharedBundleInfo(callback: AsyncCallback\<Array\<SharedBundleInfo\>\>): void
3866 | callback | AsyncCallback\<Array\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo-sys.md…
3900 getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo\>\>
3914 | Promise\<Array\<[SharedBundleInfo](js-apis-bundleManager-sharedBundleInfo-sys.md)\>\> | Promise对象…
H A DReadme-CN.md200 - [SharedBundleInfo (系统接口)](js-apis-bundleManager-sharedBundleInfo-sys.md)
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Djson_serializer.h143 void to_json(nlohmann::json &jsonObject, const SharedBundleInfo &sharedBundleInfo);
144 void from_json(const nlohmann::json &jsonObject, SharedBundleInfo &sharedBundleInfo);
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/common/
H A Dcommon_func.h174 static void ConvertSharedBundleInfo(napi_env env, napi_value value, const SharedBundleInfo &bundleI…
176 const std::vector<SharedBundleInfo> &sharedBundles);
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/
H A Djs-apidiff-bundle.md21 …r属性:function getAllSharedBundleInfo(callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@oh…
22 …nager;<br>方法or属性:function getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo>>;|@ohos.bund…
32 |新增|NA|类名:bundleManager;<br>方法or属性:export type SharedBundleInfo = _SharedBundleInfo;|@ohos.bundle.b…
101 |新增|NA|类名:SharedBundleInfo;<br>方法or属性:readonly name: string;|SharedBundleInfo.d.ts|
102 |新增|NA|类名:SharedModuleInfo;<br>方法or属性:readonly name: string;|SharedBundleInfo.d.ts|
103 |新增|NA|类名:SharedBundleInfo;<br>方法or属性:readonly compatiblePolicy: bundleManager.CompatiblePolicy;|Sh…
104 |新增|NA|类名:SharedBundleInfo;<br>方法or属性:readonly sharedModuleInfo: Array\<SharedModuleInfo>;|SharedBu…
105 |新增|NA|类名:SharedModuleInfo;<br>方法or属性:readonly versionCode: number;|SharedBundleInfo.d.ts|
106 |新增|NA|类名:SharedModuleInfo;<br>方法or属性:readonly versionName: string;|SharedBundleInfo.d.ts|
107 |新增|NA|类名:SharedModuleInfo;<br>方法or属性:readonly description: string;|SharedBundleInfo.d.ts|
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/include/bundlemgr/
H A Dbundle_mgr_interface.h1323 virtual ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) in GetAllSharedBundleInfo()
1329 std::vector<SharedBundleInfo> &sharedBundles) in GetSharedBundleInfo()
1334 …virtual ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedB… in GetSharedBundleInfoBySelf()
H A Dbundle_mgr_proxy.h907 virtual ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) override;
909 std::vector<SharedBundleInfo> &sharedBundles) override;
938 SharedBundleInfo &sharedBundleInfo) override;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_application/bundlemgrproxy_fuzzer/
H A Dbundlemgrproxy_fuzzer.cpp261 std::vector<SharedBundleInfo> sharedBundles; in DoSomethingInterestingWithMyAPI()
264 SharedBundleInfo sharedBundleInfo; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dbundle_mgr_host_impl.h894 virtual ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) override;
896 std::vector<SharedBundleInfo> &sharedBundles) override;
898 SharedBundleInfo &sharedBundleInfo) override;
H A Dbundle_data_mgr.h859 ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) const;
862 std::vector<SharedBundleInfo> &sharedBundles);
866 …ErrCode GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &sharedBundleInf…
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_system_app_test.cpp740 std::vector<SharedBundleInfo> sharedBundles;
753 std::vector<SharedBundleInfo> sharedBundles;
1229 SharedBundleInfo sharedBundleInfo;
H A Dbms_bundle_permission_false_test.cpp1010 std::vector<SharedBundleInfo> sharedBundles;
1023 std::vector<SharedBundleInfo> sharedBundles;
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/
H A Djs-apidiff-bundle.md21 …me: function getAllSharedBundleInfo(callback: AsyncCallback\<Array\<SharedBundleInfo>>): void;|@oh…
22 … attribute name: function getAllSharedBundleInfo(): Promise\<Array\<SharedBundleInfo>>;|@ohos.bund…
32 |Added|NA|Class name: bundleManager;<br>Method or attribute name: export type SharedBundleInfo = _S…
101 |Added|NA|Class name: SharedBundleInfo;<br>Method or attribute name: readonly name: string;|SharedB…
102 … name: SharedModuleInfo;<br>Method or attribute name: readonly name: string;|SharedBundleInfo.d.ts|
103 …NA|Class name: SharedBundleInfo;<br>Method or attribute name: readonly compatiblePolicy: bundleMan…
104 …ed|NA|Class name: SharedBundleInfo;<br>Method or attribute name: readonly sharedModuleInfo: Array\…
105 …SharedModuleInfo;<br>Method or attribute name: readonly versionCode: number;|SharedBundleInfo.d.ts|
106 …SharedModuleInfo;<br>Method or attribute name: readonly versionName: string;|SharedBundleInfo.d.ts|
107 …SharedModuleInfo;<br>Method or attribute name: readonly description: string;|SharedBundleInfo.d.ts|
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_hsp_test/
H A Dbms_bundle_shared_library_install_test.cpp686 SharedBundleInfo sharedBundleInfo;
839 std::vector<SharedBundleInfo> sharedBundles;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/
H A Dbundle_manager.h253 std::vector<SharedBundleInfo> sharedBundles;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/
H A Dbundle_mgr_proxy.cpp3686 ErrCode BundleMgrProxy::GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) in GetAllSharedBundleInfo()
3696 …return GetParcelableInfosWithErrCode<SharedBundleInfo>(BundleMgrInterfaceCode::GET_ALL_SHARED_BUND… in GetAllSharedBundleInfo()
3701 std::vector<SharedBundleInfo> &sharedBundles) in GetSharedBundleInfo()
3718 …return GetParcelableInfosWithErrCode<SharedBundleInfo>(BundleMgrInterfaceCode::GET_SHARED_BUNDLE_I… in GetSharedBundleInfo()
3722 ErrCode BundleMgrProxy::GetSharedBundleInfoBySelf(const std::string &bundleName, SharedBundleInfo &… in GetSharedBundleInfoBySelf()
3735 …return GetParcelableInfoWithErrCode<SharedBundleInfo>(BundleMgrInterfaceCode::GET_SHARED_BUNDLE_IN… in GetSharedBundleInfoBySelf()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/
H A Dbundle_mgr_service_event_handler.cpp689 std::vector<SharedBundleInfo> shareBundleInfos; in ProcessSharedBundleProvisionInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/
H A Dbms_bundle_manager_test.cpp2494 std::vector<SharedBundleInfo> sharedBundles;
2498 SharedBundleInfo sharedBundleInfo;
4874 std::vector<SharedBundleInfo> sharedBundles;
4886 SharedBundleInfo sharedBundle;
4904 SharedBundleInfo sharedBundle;
/ohos5.0/foundation/bundlemanager/bundle_tool/frameworks/src/
H A Dbundle_command.cpp2663 SharedBundleInfo sharedBundleInfo; in DumpShared()
2679 std::vector<SharedBundleInfo> sharedBundleInfos; in DumpSharedAll()

12