Searched refs:allowEnableNotification (Results 1 - 10 of 10) sorted by relevance
/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 | 1619 void SetAllowEnableNotification(bool allowEnableNotification) in SetAllowEnableNotification() argument 1621 baseApplicationInfo_->allowEnableNotification = allowEnableNotification; in SetAllowEnableNotification()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_install_checker.cpp | 51 constexpr const char* ALLOW_ENABLE_NOTIFICATION = "allowEnableNotification"; 110 appPrivilegeCapability.allowEnableNotification = true; 741 newInfo.SetAllowEnableNotification(preBundleConfigInfo.allowEnableNotification); in GetPrivilegeCapability() 1225 appPrivilegeCapability.allowEnableNotification = GetPrivilegeCapabilityValue(configInfo.existInJsonFile, in FetchPrivilegeCapabilityFromPreConfig() 1226 ALLOW_ENABLE_NOTIFICATION, configInfo.allowEnableNotification, appPrivilegeCapability.allowEnableNotification); in FetchPrivilegeCapabilityFromPreConfig() 1270 applicationInfo.allowEnableNotification = appPrivilegeCapability.allowEnableNotification; in ProcessBundleInfoByPrivilegeCapability()
|
H A D | pre_bundle_profile.cpp | 48 constexpr const char* ALLOW_ENABLE_NOTIFICATION = "allowEnableNotification"; 301 preBundleConfigInfo.allowEnableNotification, in TransformTo()
|
H A D | bundle_mgr_service_event_handler.cpp | 3307 appInfo.allowEnableNotification = preBundleConfigInfo.allowEnableNotification; in UpdateTrustedPrivilegeCapability()
|
H A D | inner_bundle_info.cpp | 1859 baseApplicationInfo_->allowEnableNotification = applicationInfo.allowEnableNotification; in UpdatePrivilegeCapability()
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/ |
H A D | application_info.h | 237 bool allowEnableNotification = false; member
|
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/ |
H A D | application_info.cpp | 122 const char* APPLICATION_ALLOW_ENABLE_NOTIFICATION = "allowEnableNotification"; 428 allowEnableNotification = parcel.ReadBool(); in ReadFromParcel() 658 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(Bool, parcel, allowEnableNotification); in Marshalling() 952 {APPLICATION_ALLOW_ENABLE_NOTIFICATION, applicationInfo.allowEnableNotification}, in to_json() 1092 applicationInfo.allowEnableNotification, false, parseResult); in from_json()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_bundle_data_storage_test/ |
H A D | bms_bundle_data_storage_database_test.cpp | 1010 "allowEnableNotification": false,
|
Completed in 55 milliseconds