Home
last modified time | relevance | path

Searched refs:BUNDLE_IMPORTANCE_TYPE (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dpreferences_constant.h57 BUNDLE_IMPORTANCE_TYPE, enumerator
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp377 return GetBundleProperty(bundleOption, BundleType::BUNDLE_IMPORTANCE_TYPE, importance); in GetImportance()
389 …t = SetBundleProperty(preferencesInfo, bundleOption, BundleType::BUNDLE_IMPORTANCE_TYPE, importanc… in SetImportance()
921 case BundleType::BUNDLE_IMPORTANCE_TYPE: in SaveBundleProperty()
962 case BundleType::BUNDLE_IMPORTANCE_TYPE: in GetBundleProperty()
H A Dnotification_preferences_database.cpp347 …int32_t result = PutBundlePropertyToDisturbeDB(bundleKey, BundleType::BUNDLE_IMPORTANCE_TYPE, impo… in PutImportance()
917 case BundleType::BUNDLE_IMPORTANCE_TYPE: in PutBundlePropertyToDisturbeDB()
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_preferences_database_branch_test/
H A Dnotification_preferences_database_branch_test.cpp560 BundleType type = BundleType::BUNDLE_IMPORTANCE_TYPE;