Home
last modified time | relevance | path

Searched refs:allowEnableNotification (Results 1 - 10 of 10) sorted by relevance

/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.h1619 void SetAllowEnableNotification(bool allowEnableNotification) in SetAllowEnableNotification() argument
1621 baseApplicationInfo_->allowEnableNotification = allowEnableNotification; in SetAllowEnableNotification()
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/
H A Dbundle_install_checker.cpp51 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 Dpre_bundle_profile.cpp48 constexpr const char* ALLOW_ENABLE_NOTIFICATION = "allowEnableNotification";
301 preBundleConfigInfo.allowEnableNotification, in TransformTo()
H A Dbundle_mgr_service_event_handler.cpp3307 appInfo.allowEnableNotification = preBundleConfigInfo.allowEnableNotification; in UpdateTrustedPrivilegeCapability()
H A Dinner_bundle_info.cpp1859 baseApplicationInfo_->allowEnableNotification = applicationInfo.allowEnableNotification; in UpdatePrivilegeCapability()
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/include/
H A Dapplication_info.h237 bool allowEnableNotification = false; member
/foundation/bundlemanager/bundle_framework/interfaces/inner_api/appexecfwk_base/src/
H A Dapplication_info.cpp122 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 Dbms_bundle_data_storage_database_test.cpp1010 "allowEnableNotification": false,

Completed in 29 milliseconds