/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | bundle_info.h | 104 std::string name; 107 uint32_t versionCode = 0; 108 std::string versionName; 114 bool isKeepAlive = false; 115 bool singleton = false; 118 std::string vendor; 119 std::string releaseType; 120 bool isNativeApp = false; 125 std::string appId; 149 std::vector<OverlayBundleInfo> overlayBundleInfos; argument [all …]
|
/ohos5.0/foundation/filemanagement/app_file_service/utils/include/b_json/ |
H A D | b_json_entity_caps.h | 25 struct BundleInfo { struct 26 std::string name; 27 int appIndex; 28 int64_t versionCode; 29 std::string versionName; 30 int64_t spaceOccupied; 32 bool allToBackup; 33 bool fullBackupOnly; 35 std::string restoreDeps; 36 std::string supportScene; [all …]
|
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/app/src/ |
H A D | kvstore_data_service.h | 49 struct BundleInfo { struct 50 std::string bundleName; 51 std::string appId; 52 std::string type; 53 int32_t uid; 54 uint32_t tokenId; 55 std::string userId; 56 std::set<std::string> storeIDs;
|
/ohos5.0/docs/en/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-bundleInfo.md | 1 # BundleInfo chapter 9 ## BundleInfo section
|
H A D | js-apis-bundle-BundleInfo.md | 1 # BundleInfo chapter
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-bundleInfo.md | 1 # BundleInfo chapter 8 ## BundleInfo section
|
H A D | js-apis-bundle-BundleInfo.md | 1 # BundleInfo chapter
|
H A D | js-apis-bundleManager.md | 1429 ### BundleInfo subsection
|
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/include/ |
H A D | permission_utils.h | 59 struct BundleInfo { struct 81 static void ClearBundleInfoInCache(); argument
|
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/provision/ |
H A D | provision_info.h | 42 struct BundleInfo { struct 43 std::string developerId; 44 std::string developmentCertificate; 45 std::string distributionCertificate; 46 std::string bundleName; 47 std::string apl; 48 std::string appFeature; 49 std::string appIdentifier; 50 std::vector<std::string> dataGroupIds;
|
/ohos5.0/base/security/access_token/interfaces/innerkits/analysis_model/test/unittest/ |
H A D | code_signature_analysis_kit_test.cpp | 53 typedef struct BundleInfo { struct 56 } BundleInfo; argument
|
/ohos5.0/base/update/sys_installer/services/module_update/util/include/ |
H A D | module_file.h | 71 struct BundleInfo { struct 84 std::list<BundleInfo> bundleInfoList; argument
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/ |
H A D | bundle_active_service.h | 47 using BundleInfo = OHOS::AppExecFwk::BundleInfo; variable
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/tools/qt/simulator/jsfwk/targets/simulator/mock/bms_interfaces/ |
H A D | bundle_info.h | 49 } BundleInfo; typedef
|
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/ |
H A D | bundle_active_group_controller.h | 45 using BundleInfo = OHOS::AppExecFwk::BundleInfo; variable
|
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/ |
H A D | app_event_handler.h | 27 struct BundleInfo { struct 49 struct AppLaunchInfo : public BundleInfo, public ProcessInfo { argument
|
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/ |
H A D | bundle_info.h | 141 } BundleInfo; typedef
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences_info.cpp | 27 NotificationPreferencesInfo::BundleInfo::BundleInfo() in BundleInfo() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
|
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/ |
H A D | service_mock.cpp | 293 std::vector<std::string> Service::GetSupportBackupBundleNames(vector<BJsonEntityCaps::BundleInfo>&,… in GetSupportBackupBundleNames()
|