Home
last modified time | relevance | path

Searched defs:vibrationEnabled (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_flags.cpp42 void NotificationFlags::SetVibrationEnabled(NotificationConstant::FlagStatus vibrationEnabled) in SetVibrationEnabled()
166 auto vibrationEnabled = jsonObject.at("vibrationEnabled").get<uint8_t>(); in FromJson() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_flags_test.cpp57 NotificationConstant::FlagStatus vibrationEnabled =NotificationConstant::FlagStatus(1); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp926 bool vibrationEnabled = false; in GetNotificationSlotByVibration() local
1343 int32_t vibrationEnabled = static_cast<int32_t>(flags->IsVibrationEnabled()); in SetNotificationFlags() local
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi.cpp659 bool vibrationEnabled = false; in GetNotificationSlotByVibration() local