/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | notification_preferences.cpp | 921 case BundleType::BUNDLE_IMPORTANCE_TYPE: in SaveBundleProperty() 925 case BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE: in SaveBundleProperty() 929 case BundleType::BUNDLE_SHOW_BADGE_TYPE: in SaveBundleProperty() 933 case BundleType::BUNDLE_ENABLE_NOTIFICATION_TYPE: in SaveBundleProperty() 937 case BundleType::BUNDLE_POPPED_DIALOG_TYPE: in SaveBundleProperty() 942 case BundleType::BUNDLE_SLOTFLGS_TYPE: in SaveBundleProperty() 962 case BundleType::BUNDLE_IMPORTANCE_TYPE: in GetBundleProperty() 965 case BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE: in GetBundleProperty() 968 case BundleType::BUNDLE_SHOW_BADGE_TYPE: in GetBundleProperty() 974 case BundleType::BUNDLE_POPPED_DIALOG_TYPE: in GetBundleProperty() [all …]
|
H A D | notification_preferences_database.cpp | 329 …int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_SHOW_BADGE_TYPE, enab… in PutShowBadge() 347 …int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_IMPORTANCE_TYPE, impo… in PutImportance() 415 …int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_SLOTFLGS_TYPE, slotFl… in PutSlotFlags() 433 …int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_POPPED_DIALOG_TYPE, h… in PutHasPoppedDialog() 910 const std::string &bundleKey, const BundleType &type, const T &t, const int32_t &bundleUid) in PutBundlePropertyToDisturbeDB() 914 case BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE: in PutBundlePropertyToDisturbeDB() 917 case BundleType::BUNDLE_IMPORTANCE_TYPE: in PutBundlePropertyToDisturbeDB() 920 case BundleType::BUNDLE_SHOW_BADGE_TYPE: in PutBundlePropertyToDisturbeDB() 923 case BundleType::BUNDLE_ENABLE_NOTIFICATION_TYPE: in PutBundlePropertyToDisturbeDB() 926 case BundleType::BUNDLE_POPPED_DIALOG_TYPE: in PutBundlePropertyToDisturbeDB() [all …]
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_install_bundle_info.h | 257 BundleType GetBundleType() const in GetBundleType() 262 void SetBundleType(BundleType bundleType) in SetBundleType() 279 BundleType bundleType_ = BundleType::APP;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/ |
H A D | notification_preferences_database_branch_test.cpp | 544 BundleType type = BundleType::BUNDLE_BADGE_TOTAL_NUM_TYPE; 560 BundleType type = BundleType::BUNDLE_IMPORTANCE_TYPE; 576 BundleType type = BundleType::BUNDLE_SHOW_BADGE_TYPE; 592 BundleType type = BundleType::BUNDLE_ENABLE_NOTIFICATION_TYPE; 608 BundleType type = BundleType::BUNDLE_POPPED_DIALOG_TYPE; 624 BundleType type = BundleType::BUNDLE_NAME_TYPE;
|
/ohos5.0/foundation/ability/ability_runtime/services/abilitymgr/src/interceptor/ |
H A D | ecological_rule_interceptor.cpp | 189 if (callerAppInfo.bundleType == AppExecFwk::BundleType::ATOMIC_SERVICE) { in GetEcologicalCallerInfo() 192 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP) { in GetEcologicalCallerInfo() 198 } else if (callerAppInfo.bundleType == AppExecFwk::BundleType::APP_SERVICE_FWK) { in GetEcologicalCallerInfo() 228 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::ATOMIC_SERVICE)) { in GetAppTypeByBundleType() 231 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP)) { in GetAppTypeByBundleType() 234 if (bundleType == static_cast<int32_t>(AppExecFwk::BundleType::APP_SERVICE_FWK)) { in GetAppTypeByBundleType()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | recoverable_application_info.h | 32 BundleType bundleType = BundleType::APP;
|
H A D | form_info.h | 65 BundleType bundleType = BundleType::APP;
|
H A D | application_info.h | 57 enum class BundleType { enum 304 BundleType bundleType = BundleType::APP;
|
/ohos5.0/foundation/ability/form_fwk/services/include/ |
H A D | form_item_info.h | 413 BundleType GetFormBundleType() const; 419 void SetFormBundleType(BundleType formBundleType); 491 BundleType bundleType_ = BundleType::APP;
|
H A D | form_record.h | 81 BundleType formBundleType = BundleType::APP;
|
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/ |
H A D | running_form_info.h | 46 BundleType formBundleType = BundleType::APP;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.h | 34 BundleType bundleType = BundleType::APP;
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/ |
H A D | application_info.h | 47 enum class BundleType { enum 191 BundleType bundleType = BundleType::APP;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | recoverable_application_info.cpp | 43 bundleType = static_cast<BundleType>(parcel.ReadInt32()); in ReadFromParcel() 106 GetValueIfFindKey<BundleType>(jsonObject, jsonObjectEnd, JSON_KEY_BUNDLE_TYPE, in from_json()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/uninstall_data_mgr/ |
H A D | uninstall_bundle_info.cpp | 83 GetValueIfFindKey<BundleType>(jsonObject, jsonObjectEnd, KEY_BUNDLE_TYPE, in from_json() 105 bundleType = BundleType::APP; in Init()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | notification_preferences.h | 401 const sptr<NotificationBundleOption> &bundleOption, const BundleType &type, const T &value); 404 const sptr<NotificationBundleOption> &bundleOption, const BundleType &type, const T &value); 407 const sptr<NotificationBundleOption> &bundleOption, const BundleType &type, T &value);
|
H A D | preferences_constant.h | 55 enum class BundleType { enum
|
/ohos5.0/foundation/ability/form_fwk/services/src/ |
H A D | form_dump_mgr.cpp | 358 void FormDumpMgr::AppendBundleType(const BundleType formBundleType, std::string &formInfo) const in AppendBundleType() 361 if (formBundleType == BundleType::APP) { in AppendBundleType() 363 } else if (formBundleType == BundleType::ATOMIC_SERVICE) { in AppendBundleType()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-ability-kit/ |
H A D | js-apis-bundleManager-recoverableApplicationInfo-sys.md | 26 | bundleType |[BundleType](js-apis-bundleManager.md#bundletype) | 是 | 否 | 标识包…
|
H A D | js-apis-inner-application-processInformation.md | 26 | bundleType<sup>12+</sup> | [bundleManager.BundleType](js-apis-bundleManager.md#bundletype) | 否 | …
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/ |
H A D | bundle_resource_process.cpp | 36 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetBundleResourceInfo() 71 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAllResourceInfo() 382 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in CheckIsNeedProcessAbilityResource() 475 if (innerBundleInfo.GetApplicationBundleType() == BundleType::SHARED) { in GetAbilityResourceInfos()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_installer_test/ |
H A D | bms_bundle_app_service_fwk_installer.cpp | 370 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP; 376 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; 387 innerModuleInfo.bundleType = BundleType::SHARED; 401 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; 406 innerModuleInfo.bundleType = BundleType::APP; 1146 info.SetApplicationBundleType(BundleType::SHARED); 1148 info.SetApplicationBundleType(BundleType::APP_SERVICE_FWK);
|
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/ability_simulator/include/bundle_parser/ |
H A D | inner_bundle_info.h | 88 BundleType bundleType = BundleType::SHARED;
|
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/ |
H A D | appservicefwkinstallercheckapplabelinfo_fuzzer.cpp | 34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | module_profile.cpp | 110 {"app", BundleType::APP}, 111 {"atomicService", BundleType::ATOMIC_SERVICE}, 112 {"shared", BundleType::SHARED}, 113 {"appService", BundleType::APP_SERVICE_FWK} 1917 BundleType bundleType = BundleType::APP; in ParserAtomicConfig() 1920 bundleType = BundleType::ATOMIC_SERVICE; in ParserAtomicConfig() 1922 bundleType = BundleType::SHARED; in ParserAtomicConfig() 1924 bundleType = BundleType::APP_SERVICE_FWK; in ParserAtomicConfig() 2139 if (applicationInfo.bundleType == BundleType::APP && in ToApplicationInfo() 2485 if (bundleType == BundleType::ATOMIC_SERVICE) { in SetInstallationFree() [all …]
|