Searched refs:allowEnableNotification (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | pre_scan_info.h | 44 bool allowEnableNotification = false; member 72 allowEnableNotification = false; in Reset() 97 + ", allowEnableNotification = " + GetBoolStrVal(allowEnableNotification) + "]"; in ToString()
|
H A D | app_privilege_capability.h | 33 bool allowEnableNotification = false; member 46 … + ", allowEnableNotification = " + BundleUtil::GetBoolStrVal(allowEnableNotification) + "]"; in ToString()
|
H A D | inner_bundle_info.h | 1641 void SetAllowEnableNotification(bool allowEnableNotification) in SetAllowEnableNotification() argument 1643 baseApplicationInfo_->allowEnableNotification = allowEnableNotification; in SetAllowEnableNotification()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 110 appPrivilegeCapability.allowEnableNotification = true; in __anon37e41dcf0b02() 746 newInfo.SetAllowEnableNotification(preBundleConfigInfo.allowEnableNotification); in GetPrivilegeCapability() 1245 …appPrivilegeCapability.allowEnableNotification = GetPrivilegeCapabilityValue(configInfo.existInJso… in FetchPrivilegeCapabilityFromPreConfig() 1246 …ALLOW_ENABLE_NOTIFICATION, configInfo.allowEnableNotification, appPrivilegeCapability.allowEnableN… in FetchPrivilegeCapabilityFromPreConfig() 1290 applicationInfo.allowEnableNotification = appPrivilegeCapability.allowEnableNotification; in ProcessBundleInfoByPrivilegeCapability()
|
H A D | pre_bundle_profile.cpp | 333 preBundleConfigInfo.allowEnableNotification, in TransformTo()
|
H A D | bundle_mgr_service_event_handler.cpp | 2699 appInfo.allowEnableNotification = preBundleConfigInfo.allowEnableNotification; in UpdateTrustedPrivilegeCapability()
|
H A D | inner_bundle_info.cpp | 1982 baseApplicationInfo_->allowEnableNotification = applicationInfo.allowEnableNotification; in UpdatePrivilegeCapability()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 246 bool allowEnableNotification = false; member
|
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 430 allowEnableNotification = parcel.ReadBool(); in ReadFromParcel() 659 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, allowEnableNotification); in Marshalling() 961 {APPLICATION_ALLOW_ENABLE_NOTIFICATION, applicationInfo.allowEnableNotification}, in to_json() 1100 …applicationInfo.allowEnableNotification, JsonType::BOOLEAN, false, parseResult, ArrayType::NOT_ARR… in from_json()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_utils.cpp | 584 if (bundleInfo.applicationInfo.allowEnableNotification) { in OnBundleDataAdd() 611 if (!bundleInfo.applicationInfo.allowEnableNotification) { in OnBundleDataUpdate() 1856 if (!bundleInfo.applicationInfo.allowEnableNotification) { in InitNotificationEnableList()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1009 "allowEnableNotification": false,
|