Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_database.cpp71 const static std::string KEY_MIDDLE_LINE = "-"; member
1657 KEY_MIDDLE_LINE).append(std::string(bundleName).append(KEY_MIDDLE_LINE)); in RemoveEnabledDbByBundleName()
1872 return std::string(KEY_BUNDLE_DISTRIBUTED_ENABLE_NOTIFICATION).append(KEY_MIDDLE_LINE).append( in GenerateBundleLablel()
1873 std::string(bundleInfo.GetBundleName()).append(KEY_MIDDLE_LINE).append(std::to_string( in GenerateBundleLablel()
1874 bundleInfo.GetBundleUid())).append(KEY_MIDDLE_LINE).append(deviceType)); in GenerateBundleLablel()
1927 return std::string(KEY_SMART_REMINDER_ENABLE_NOTIFICATION).append(KEY_MIDDLE_LINE).append( in GenerateBundleLablel()
1928 deviceType).append(KEY_MIDDLE_LINE).append(std::to_string(userId)); in GenerateBundleLablel()

Completed in 4 milliseconds