Home
last modified time | relevance | path

Searched refs:allowEnableNotification (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/
H A Dpre_scan_info.h44 bool allowEnableNotification = false; member
72 allowEnableNotification = false; in Reset()
97 + ", allowEnableNotification = " + GetBoolStrVal(allowEnableNotification) + "]"; in ToString()
H A Dapp_privilege_capability.h33 bool allowEnableNotification = false; member
46 … + ", allowEnableNotification = " + BundleUtil::GetBoolStrVal(allowEnableNotification) + "]"; in ToString()
H A Dinner_bundle_info.h1641 void SetAllowEnableNotification(bool allowEnableNotification) in SetAllowEnableNotification() argument
1643 baseApplicationInfo_->allowEnableNotification = allowEnableNotification; in SetAllowEnableNotification()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp110 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 Dpre_bundle_profile.cpp333 preBundleConfigInfo.allowEnableNotification, in TransformTo()
H A Dbundle_mgr_service_event_handler.cpp2699 appInfo.allowEnableNotification = preBundleConfigInfo.allowEnableNotification; in UpdateTrustedPrivilegeCapability()
H A Dinner_bundle_info.cpp1982 baseApplicationInfo_->allowEnableNotification = applicationInfo.allowEnableNotification; in UpdatePrivilegeCapability()
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h246 bool allowEnableNotification = false; member
/ohos5.0/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp430 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 Dadvanced_notification_utils.cpp584 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 Dbms_bundle_data_storage_database_test.cpp1009 "allowEnableNotification": false,