Home
last modified time | relevance | path

Searched defs:bundleInfo (Results 1 – 25 of 406) sorted by relevance

12345678910>>...17

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dnotification_preferences_database_test.cpp91 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
105 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
117 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
142 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
157 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
170 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
183 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
197 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
299 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
412 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/frameworks/bundle_lite/src/
H A Dbundle_info_utils.cpp36 void BundleInfoUtils::FreeBundleInfo(BundleInfo *bundleInfo) in FreeBundleInfo()
131 bool BundleInfoUtils::SetBundleInfoBundleName(BundleInfo *bundleInfo, const char *bundleName) in SetBundleInfoBundleName()
142 bool BundleInfoUtils::SetBundleInfoVendor(BundleInfo *bundleInfo, const char *vendor) in SetBundleInfoVendor()
153 bool BundleInfoUtils::SetBundleInfoLabel(BundleInfo *bundleInfo, const char *label) in SetBundleInfoLabel()
164 bool BundleInfoUtils::SetBundleInfoVersionName(BundleInfo *bundleInfo, const char *versionName) in SetBundleInfoVersionName()
175 bool BundleInfoUtils::SetBundleInfoBigIconPath(BundleInfo *bundleInfo, const char *bigIconPath) in SetBundleInfoBigIconPath()
186 bool BundleInfoUtils::SetBundleInfoCodePath(BundleInfo *bundleInfo, const char *codePath) in SetBundleInfoCodePath()
197 bool BundleInfoUtils::SetBundleInfoDataPath(BundleInfo *bundleInfo, const char *dataPath) in SetBundleInfoDataPath()
208 bool BundleInfoUtils::SetBundleInfoModuleInfos(BundleInfo *bundleInfo, const ModuleInfo *moduleInfo… in SetBundleInfoModuleInfos()
249 bool BundleInfoUtils::SetBundleInfoAppId(BundleInfo *bundleInfo, const char *appId) in SetBundleInfoAppId()
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/include/
H A Dgt_bundle_installer.h71 #define FREE_PRO_RESOURCE(fp, permissions, bundleInfo) \ argument
87 #define CHECK_PRO_RESULT(errcode, fp, permissions, bundleInfo, signatureInfo) \ argument
96 #define CLEAR_INSTALL_ENV(bundleInfo) \ argument
105 #define CHECK_PRO_PART_ROLLBACK(errcode, path, permissions, bundleInfo, signatureInfo) \ argument
117 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, signatureInfo, randStr) \ argument
H A Dbundle_installer.h71 #define CHECK_PRO_RESULT(errcode, bundleInfo, permissions, abilityRes) \ argument
81 #define CLEAR_INSTALL_ENV(bundleInfo) \ argument
90 #define CHECK_PRO_PART_ROLLBACK(errcode, path, permissions, bundleInfo, abilityRes) \ argument
101 #define CHECK_PRO_ROLLBACK(errcode, permissions, bundleInfo, abilityRes, randStr) \ argument
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp56 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
72 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
92 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
128 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
148 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
168 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
188 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
239 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
340 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
357 NotificationPreferencesInfo::BundleInfo bundleInfo; variable
[all …]
/ohos5.0/foundation/ability/dmsfwk_lite/moduletest/dtbschedmgr_lite/source/
H A Dpermission_test.cpp63 BundleInfo bundleInfo = {0}; variable
77 BundleInfo bundleInfo = {0}; variable
105 BundleInfo bundleInfo = {0}; variable
124 BundleInfo bundleInfo = {0}; variable
136 BundleInfo bundleInfo = {0}; variable
/ohos5.0/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H A Dbundle_info_creator.cpp30 …t8_t BundleInfoCreator::SaveBundleInfo(const BundleProfile &bundleProfile, BundleInfo **bundleInfo) in SaveBundleInfo()
80 BundleInfo *bundleInfo = reinterpret_cast<BundleInfo *>(AdapterMalloc(sizeof(BundleInfo))); in CreateBundleInfo() local
109 const std::string &dataDirPath, BundleInfo *bundleInfo) in SetBundleInfo()
165 bool BundleInfoCreator::SetModuleInfos(const BundleProfile &bundleProfile, BundleInfo *bundleInfo) in SetModuleInfos()
214 BundleInfo *bundleInfo) in SetAbilityInfos()
241 BundleInfo *bundleInfo, uint32_t index) in SetAbilityInfo()
H A Dbundle_res_transform.cpp28 BundleInfo *bundleInfo) in ConvertResInfoToBundleInfo()
75 …sform::ConvertIconResToBundleInfo(const std::string &path, uint32_t iconId, BundleInfo *bundleInfo, in ConvertIconResToBundleInfo()
115 …orm::ConvertLableResToBundleInfo(const std::string &path, uint32_t labelId, BundleInfo *bundleInfo, in ConvertLableResToBundleInfo()
147 …sform::ConvertDesResIdToBundleInfo(const std::string &path, uint32_t desId, BundleInfo *bundleInfo, in ConvertDesResIdToBundleInfo()
/ohos5.0/foundation/communication/netmanager_base/utils/bundle_utils/src/
H A Dnet_bundle_impl.cpp49 AppExecFwk::BundleInfo bundleInfo; in GetJsonFromBundle() local
71 AppExecFwk::BundleInfo bundleInfo; in IsAtomicService() local
89 AppExecFwk::BundleInfo bundleInfo; in ObtainBundleNameForSelf() local
107 AppExecFwk::BundleInfo bundleInfo; in ObtainTargetApiVersionForSelf() local
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Duser_unlocked_event_subscriber.cpp95 void UpdateAppDataMgr::CheckPathAttribute(const std::string &path, const BundleInfo &bundleInfo, bo… in CheckPathAttribute()
123 const BundleInfo &bundleInfo, int32_t userId, const std::string &elDir) in CreateBundleDataDir()
199 void UpdateAppDataMgr::CreateDataGroupDir(const BundleInfo &bundleInfo, int32_t userId) in CreateDataGroupDir()
275 for (const auto &bundleInfo : bundleInfos) { in ProcessUpdateAppDataDir() local
310 void UpdateAppDataMgr::ProcessExtensionDir(const BundleInfo &bundleInfo, std::vector<std::string> &… in ProcessExtensionDir()
325 for (const auto &bundleInfo : bundleInfos) { in ProcessUpdateAppLogDir() local
338 for (const auto &bundleInfo : bundleInfos) { in ProcessNewBackupDir() local
355 void UpdateAppDataMgr::CreateNewBackupDir(const BundleInfo &bundleInfo, int32_t userId) in CreateNewBackupDir()
387 bool UpdateAppDataMgr::CreateBundleLogDir(const BundleInfo &bundleInfo, int32_t userId) in CreateBundleLogDir()
415 for (const auto &bundleInfo : bundleInfos) { in ProcessFileManagerDir() local
[all …]
/ohos5.0/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_jsonutil/
H A Db_jsonutil_test.cpp108 std::string bundleInfo = "info1"; variable
142 std::string bundleInfo = "{\"infos\":\"infos\"}"; variable
174 std::string bundleInfo = "info1"; variable
206 std::string bundleInfo = "info1"; variable
238 std::string bundleInfo = { variable
273 std::string bundleInfo = {"{\"infos\":[{\"type\":null}]}"}; variable
307 std::string bundleInfo = {"{\"infos\":[{\"type\":123}],\"clearBackupData\": \"true\"}"}; variable
341 std::string bundleInfo = {"{\"infos\":[{\"type\":\"testType\",\"details\":null}]}"}; variable
374 std::string bundleInfo = {"{\"infos\":[{\"type\":\"testType\",\"details\":[]}]}"}; variable
407 std::string bundleInfo = {"{\"infos\":[{\"type\":\"testType\",\"details\":[\"detail\"]}]}"}; variable
[all …]
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/quick_fix/
H A Dquick_fix_checker.cpp75 const BundleInfo &bundleInfo, const Security::Verify::ProvisionInfo &provisionInfo) in CheckPatchWithInstalledBundle()
107 const BundleInfo &bundleInfo, const AppqfInfo &qfInfo) in CheckPatchNativeSoWithInstalledBundle()
149 …er::CheckHotReloadWithInstalledBundle(const AppQuickFix &appQuickFix, const BundleInfo &bundleInfo) in CheckHotReloadWithInstalledBundle()
171 …ecker::CheckCommonWithInstalledBundle(const AppQuickFix &appQuickFix, const BundleInfo &bundleInfo) in CheckCommonWithInstalledBundle()
199 ErrCode QuickFixChecker::CheckModuleNameExist(const BundleInfo &bundleInfo, in CheckModuleNameExist()
218 ErrCode QuickFixChecker::CheckSignatureInfo(const BundleInfo &bundleInfo, in CheckSignatureInfo()
/ohos5.0/foundation/ability/dmsfwk_lite/source/
H A Ddmslite_permission.c69 BundleInfo bundleInfo; in CheckRemotePermission() local
120 static int32_t GetBundleInfoFromFile(const char *filePath, BundleInfo *bundleInfo) in GetBundleInfoFromFile()
165 static int32_t GetBundleInfoFromBms(const CallerInfo *callerInfo, BundleInfo *bundleInfo) in GetBundleInfoFromBms()
204 int32_t GetCallerBundleInfo(const CallerInfo *callerInfo, BundleInfo *bundleInfo) in GetCallerBundleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_permission_grant_test/
H A Dbms_bundle_permission_getrequest_test.cpp86 BundleInfo bundleInfo; variable
104 BundleInfo bundleInfo; variable
122 BundleInfo bundleInfo; variable
/ohos5.0/foundation/ability/form_fwk/test/unittest/form_info_mgr_test/
H A Dform_info_mgr_test.cpp130 …auto bmsTask = [] (const std::string &bundleName, int32_t flag, BundleInfo &bundleInfo, int32_t us… in __anone2d0b7520102()
149 BundleInfo bundleInfo; variable
166 BundleInfo bundleInfo; variable
183 BundleInfo bundleInfo; variable
199 BundleInfo bundleInfo; variable
215 BundleInfo bundleInfo; variable
234 …auto bmsTask = [] (const std::string &bundleName, int32_t flag, BundleInfo &bundleInfo, int32_t us… in __anone2d0b7520202()
271 …auto bmsTask = [] (const std::string &bundleName, int32_t flag, BundleInfo &bundleInfo, int32_t us… in __anone2d0b7520302()
300 …auto bmsTask = [] (const std::string &bundleName, int32_t flag, BundleInfo &bundleInfo, int32_t us… in __anone2d0b7520402()
486 …auto bmsTask = [] (const std::string &bundleName, int32_t flag, BundleInfo &bundleInfo, int32_t us… in __anone2d0b7520502()
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/app_mgr_service_inner_tdd_test/
H A Dapp_mgr_service_inner_tdd_test.cpp128 BundleInfo bundleInfo; variable
150 BundleInfo bundleInfo; variable
178 BundleInfo bundleInfo; variable
209 BundleInfo bundleInfo; variable
241 BundleInfo bundleInfo; variable
274 BundleInfo bundleInfo; variable
317 BundleInfo bundleInfo; variable
378 BundleInfo bundleInfo; variable
399 BundleInfo bundleInfo; variable
527 BundleInfo bundleInfo; variable
[all …]
/ohos5.0/foundation/ability/ability_runtime/test/unittest/child_process_manager_test/
H A Dchild_process_manager_test.cpp166 AppExecFwk::BundleInfo bundleInfo; variable
179 AppExecFwk::BundleInfo bundleInfo; variable
196 AppExecFwk::BundleInfo bundleInfo; variable
215 AppExecFwk::BundleInfo bundleInfo; variable
247 AppExecFwk::BundleInfo bundleInfo; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_default_app_test/
H A Dbms_bundle_default_app_test.cpp286 BundleInfo bundleInfo; variable
314 BundleInfo bundleInfo; variable
342 BundleInfo bundleInfo; variable
375 BundleInfo bundleInfo; variable
406 BundleInfo bundleInfo; variable
434 BundleInfo bundleInfo; variable
462 BundleInfo bundleInfo; variable
487 BundleInfo bundleInfo; variable
513 BundleInfo bundleInfo; variable
537 BundleInfo bundleInfo; variable
[all …]
/ohos5.0/base/security/dlp_permission_service/services/dlp_permission/sa/test/unittest/src/
H A Ddlp_bundle_adapter_test.cpp50 BundleInfo bundleInfo; variable
64 BundleInfo bundleInfo; variable
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_common_utils_test/src/
H A Dmedialibrary_permission_utils_test.cpp57 BundleInfo bundleInfo {bundleName, "", ""}; variable
68 BundleInfo bundleInfo {bundleName, "", ""}; variable
104 BundleInfo bundleInfo {bundleName, packageName, ""}; variable
152 BundleInfo bundleInfo {bundleName, packageName, appId}; variable
/ohos5.0/drivers/external_device_manager/services/native/driver_extension_manager/src/device_manager/
H A Ddevice.cpp25 std::string Device::GetBundleName(const std::string &bundleInfo) in GetBundleName()
36 std::string Device::GetAbilityName(const std::string &bundleInfo) in GetAbilityName()
52 std::string bundleInfo = GetBundleInfo(); in Connect() local
103 std::string bundleInfo = GetBundleInfo(); in Connect() local
127 std::string bundleInfo = GetBundleInfo(); in Disconnect() local
174 std::string bundleInfo = GetBundleInfo(); in OnDisconnect() local
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/data_share/common/
H A Dbundle_mgr_proxy.cpp83 AppExecFwk::BundleInfo bundleInfo; in GetBundleInfoFromBMS() local
153 …air<int, BundleConfig> BundleMgrProxy::ConvertToDataShareBundle(AppExecFwk::BundleInfo &bundleInfo) in ConvertToDataShareBundle()
173 AppExecFwk::BundleInfo &bundleInfo) in ConvertExtensionAbility()
205 …td::vector<HapModuleInfo>> BundleMgrProxy::ConvertHapModuleInfo(AppExecFwk::BundleInfo &bundleInfo) in ConvertHapModuleInfo()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_event_handler_test/
H A Dbms_event_handler_unlocked_test.cpp69 bool BmsEventHandlerUnLockedTest::CreateBundleDataDir(const BundleInfo &bundleInfo, int32_t userId) in CreateBundleDataDir()
99 BundleInfo bundleInfo; variable
111 BundleInfo bundleInfo; variable
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/kits/native/bundle/src/
H A Dnative_interface_bundle.cpp103 OHOS::AppExecFwk::BundleInfo bundleInfo; in OH_NativeBundle_GetCurrentApplicationInfo() local
152 OHOS::AppExecFwk::BundleInfo bundleInfo; in OH_NativeBundle_GetAppId() local
183 OHOS::AppExecFwk::BundleInfo bundleInfo; in OH_NativeBundle_GetAppIdentifier() local
216 OHOS::AppExecFwk::BundleInfo bundleInfo; in OH_NativeBundle_GetMainElementName() local
/ohos5.0/foundation/ability/ability_runtime/test/moduletest/common/ams/app_running_record_test/
H A Dams_app_running_record_module_test.cpp112 BundleInfo bundleInfo; in CheckAppRunningRecording() local
196 BundleInfo bundleInfo; variable
263 BundleInfo bundleInfo; variable
309 BundleInfo bundleInfo; variable
359 BundleInfo bundleInfo; variable
411 BundleInfo bundleInfo; variable
484 BundleInfo bundleInfo; variable
548 BundleInfo bundleInfo; variable
594 BundleInfo bundleInfo; variable
662 BundleInfo bundleInfo; variable

12345678910>>...17