/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-beta1/ |
H A D | js-apidiff-bundle.md | 20 …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 D | shared_bundle_info.cpp | 32 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 D | js-apidiff-bundle.md | 20 … 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… 87 …SharedBundleInfo<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 D | shared_bundle_info.h | 29 struct SharedBundleInfo : public Parcelable { struct 36 static SharedBundleInfo *Unmarshalling(Parcel &parcel); argument
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-sharedBundleInfo-sys.md | 1 # 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 D | js-apis-bundleManager-sharedBundleInfo-sys.md | 1 # SharedBundleInfo (系统接口) 11 ## SharedBundleInfo section
|
H A D | js-apis-bundleManager-sys.md | 3739 …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 D | Readme-CN.md | 200 - [SharedBundleInfo (系统接口)](js-apis-bundleManager-sharedBundleInfo-sys.md)
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | json_serializer.h | 143 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 D | common_func.h | 174 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 D | js-apidiff-bundle.md | 21 …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 D | bundle_mgr_interface.h | 1323 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 D | bundle_mgr_proxy.h | 907 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 D | bundlemgrproxy_fuzzer.cpp | 261 std::vector<SharedBundleInfo> sharedBundles; in DoSomethingInterestingWithMyAPI() 264 SharedBundleInfo sharedBundleInfo; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | bundle_mgr_host_impl.h | 894 virtual ErrCode GetAllSharedBundleInfo(std::vector<SharedBundleInfo> &sharedBundles) override; 896 std::vector<SharedBundleInfo> &sharedBundles) override; 898 SharedBundleInfo &sharedBundleInfo) override;
|
H A D | bundle_data_mgr.h | 859 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 D | bms_bundle_permission_system_app_test.cpp | 740 std::vector<SharedBundleInfo> sharedBundles; 753 std::vector<SharedBundleInfo> sharedBundles; 1229 SharedBundleInfo sharedBundleInfo;
|
H A D | bms_bundle_permission_false_test.cpp | 1010 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 D | js-apidiff-bundle.md | 21 …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 D | bms_bundle_shared_library_install_test.cpp | 686 SharedBundleInfo sharedBundleInfo; 839 std::vector<SharedBundleInfo> sharedBundles;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/js/bundle_manager/ |
H A D | bundle_manager.h | 253 std::vector<SharedBundleInfo> sharedBundles;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_core/src/bundlemgr/ |
H A D | bundle_mgr_proxy.cpp | 3686 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 D | bundle_mgr_service_event_handler.cpp | 689 std::vector<SharedBundleInfo> shareBundleInfos; in ProcessSharedBundleProvisionInfo()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_manager_test/ |
H A D | bms_bundle_manager_test.cpp | 2494 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 D | bundle_command.cpp | 2663 SharedBundleInfo sharedBundleInfo; in DumpShared() 2679 std::vector<SharedBundleInfo> sharedBundleInfos; in DumpSharedAll()
|