Home
last modified time | relevance | path

Searched refs:BundleType (Results 1 – 25 of 101) sorted by relevance

12345

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp921 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 Dnotification_preferences_database.cpp329 …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 Dpre_install_bundle_info.h257 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 Dnotification_preferences_database_branch_test.cpp544 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 Decological_rule_interceptor.cpp189 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 Drecoverable_application_info.h32 BundleType bundleType = BundleType::APP;
H A Dform_info.h65 BundleType bundleType = BundleType::APP;
H A Dapplication_info.h57 enum class BundleType { enum
304 BundleType bundleType = BundleType::APP;
/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_item_info.h413 BundleType GetFormBundleType() const;
419 void SetFormBundleType(BundleType formBundleType);
491 BundleType bundleType_ = BundleType::APP;
H A Dform_record.h81 BundleType formBundleType = BundleType::APP;
/ohos5.0/foundation/ability/form_fwk/interfaces/inner_api/include/
H A Drunning_form_info.h46 BundleType formBundleType = BundleType::APP;
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/uninstall_data_mgr/
H A Duninstall_bundle_info.h34 BundleType bundleType = BundleType::APP;
/ohos5.0/foundation/ability/ability_runtime/frameworks/simulator/common/include/
H A Dapplication_info.h47 enum class BundleType { enum
191 BundleType bundleType = BundleType::APP;
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Drecoverable_application_info.cpp43 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 Duninstall_bundle_info.cpp83 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 Dnotification_preferences.h401 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 Dpreferences_constant.h55 enum class BundleType { enum
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_dump_mgr.cpp358 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 Djs-apis-bundleManager-recoverableApplicationInfo-sys.md26 | bundleType |[BundleType](js-apis-bundleManager.md#bundletype) | 是 | 否 | 标识包…
H A Djs-apis-inner-application-processInformation.md26 | bundleType<sup>12+</sup> | [bundleManager.BundleType](js-apis-bundleManager.md#bundletype) | 否 | …
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/bundle_resource/
H A Dbundle_resource_process.cpp36 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 Dbms_bundle_app_service_fwk_installer.cpp370 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 Dinner_bundle_info.h88 BundleType bundleType = BundleType::SHARED;
/ohos5.0/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/appservicefwkinstallercheckapplabelinfo_fuzzer/
H A Dappservicefwkinstallercheckapplabelinfo_fuzzer.cpp34 innerBundleInfo.baseApplicationInfo_->bundleType = BundleType::APP_SERVICE_FWK; in DoSomethingInterestingWithMyAPI()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dmodule_profile.cpp110 {"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 …]

12345