Home
last modified time | relevance | path

Searched defs:BundleInfo (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dbundle_info.h104 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 Db_json_entity_caps.h25 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 Dkvstore_data_service.h49 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 Djs-apis-bundleManager-bundleInfo.md1 # BundleInfo chapter
9 ## BundleInfo section
H A Djs-apis-bundle-BundleInfo.md1 # BundleInfo chapter
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/
H A Djs-apis-bundleManager-bundleInfo.md1 # BundleInfo chapter
8 ## BundleInfo section
H A Djs-apis-bundle-BundleInfo.md1 # BundleInfo chapter
H A Djs-apis-bundleManager.md1429 ### BundleInfo subsection
/ohos5.0/foundation/multimedia/media_library/frameworks/utils/include/
H A Dpermission_utils.h59 struct BundleInfo { struct
81 static void ClearBundleInfoInCache(); argument
/ohos5.0/base/security/appverify/interfaces/innerkits/appverify/include/provision/
H A Dprovision_info.h42 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 Dcode_signature_analysis_kit_test.cpp53 typedef struct BundleInfo { struct
56 } BundleInfo; argument
/ohos5.0/base/update/sys_installer/services/module_update/util/include/
H A Dmodule_file.h71 struct BundleInfo { struct
84 std::list<BundleInfo> bundleInfoList; argument
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/common/include/
H A Dbundle_active_service.h47 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 Dbundle_info.h49 } BundleInfo; typedef
/ohos5.0/foundation/resourceschedule/device_usage_statistics/services/packagegroup/include/
H A Dbundle_active_group_controller.h45 using BundleInfo = OHOS::AppExecFwk::BundleInfo; variable
/ohos5.0/base/hiviewdfx/hiview/base/event_publish/include/
H A Dapp_event_handler.h27 struct BundleInfo { struct
49 struct AppLaunchInfo : public BundleInfo, public ProcessInfo { argument
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/interfaces/kits/bundle_lite/
H A Dbundle_info.h141 } BundleInfo; typedef
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp27 NotificationPreferencesInfo::BundleInfo::BundleInfo() in BundleInfo() function in OHOS::Notification::NotificationPreferencesInfo::BundleInfo
/ohos5.0/foundation/filemanagement/app_file_service/tests/mock/module_ipc/
H A Dservice_mock.cpp293 std::vector<std::string> Service::GetSupportBackupBundleNames(vector<BJsonEntityCaps::BundleInfo>&,… in GetSupportBackupBundleNames()