Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp71 const static std::string KEY_MIDDLE_LINE = "-"; variable
1701 KEY_MIDDLE_LINE).append(std::string(bundleName).append(KEY_MIDDLE_LINE)); in RemoveEnabledDbByBundleName()
1933 return std::string(KEY_ENABLE_BUNDLE_DISTRIBUTED_NOTIFICATION).append(KEY_MIDDLE_LINE).append( in GenerateBundleLablel()
1934 std::string(bundleInfo.GetBundleName()).append(KEY_MIDDLE_LINE).append(std::to_string( in GenerateBundleLablel()
1935 bundleInfo.GetBundleUid())).append(KEY_MIDDLE_LINE).append(deviceType)); in GenerateBundleLablel()
1988 return std::string(KEY_SMART_REMINDER_ENABLE_NOTIFICATION).append(KEY_MIDDLE_LINE).append( in GenerateBundleLablel()
1989 deviceType).append(KEY_MIDDLE_LINE).append(std::to_string(userId)); in GenerateBundleLablel()