Searched refs:DisturbMode (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | constant.cpp | 153 SetNamedPropertyByInteger(env, obj, (int32_t)DisturbMode::ALLOW_UNKNOWN, "ALLOW_UNKNOWN"); in DoNotDisturbMode() 154 SetNamedPropertyByInteger(env, obj, (int32_t)DisturbMode::ALLOW_ALL, "ALLOW_ALL"); in DoNotDisturbMode() 155 SetNamedPropertyByInteger(env, obj, (int32_t)DisturbMode::ALLOW_PRIORITY, "ALLOW_PRIORITY"); in DoNotDisturbMode() 156 SetNamedPropertyByInteger(env, obj, (int32_t)DisturbMode::ALLOW_NONE, "ALLOW_NONE"); in DoNotDisturbMode() 157 SetNamedPropertyByInteger(env, obj, (int32_t)DisturbMode::ALLOW_ALARMS, "ALLOW_ALARMS"); in DoNotDisturbMode()
|
/ohos5.0/base/location/frameworks/js/napi/notification/include/ |
H A D | notification_napi.h | 58 enum class DisturbMode { enum
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | common.h | 65 enum class DisturbMode { enum
|