Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/core/common/include/
H A Dans_const_define.h58 constexpr int32_t DO_NOT_DISTURB_PROFILE_MAX_ID = 10; variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Ddisturb_mode.cpp26 const int DO_NOT_DISTURB_PROFILE_MAX_ID = 10; variable
122 if (profileId < DO_NOT_DISTURB_PROFILE_MIN_ID || profileId > DO_NOT_DISTURB_PROFILE_MAX_ID) { in GetDoNotDisturbProfile()
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences.cpp543 if (profileId < DO_NOT_DISTURB_PROFILE_MIN_ID || profileId > DO_NOT_DISTURB_PROFILE_MAX_ID) { in CheckDoNotDisturbProfileID()