Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dsubscribe.h87 void onDoNotDisturbChanged(const std::shared_ptr<NotificationDoNotDisturbDate> &date);
/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dsubscribe.cpp33 const std::string DISTURB_CHANGED = "onDoNotDisturbChanged";
652 onDoNotDisturbChanged(date); in OnDoNotDisturbDateChange()
707 void SubscriberInstance::onDoNotDisturbChanged(const std::shared_ptr<NotificationDoNotDisturbDate>& date) in onDoNotDisturbChanged() function in OHOS::NotificationNapi::SubscriberInstance
1246 // onDoNotDisturbChanged?:(mode: notificationManager.DoNotDisturbDate) => void in GetNotificationSubscriber()
1247 NAPI_CALL(env, napi_has_named_property(env, value, "onDoNotDisturbChanged", &hasProperty)); in GetNotificationSubscriber()
1250 napi_get_named_property(env, value, "onDoNotDisturbChanged", &nOnDoNotDisturbChanged); in GetNotificationSubscriber()

Completed in 3 milliseconds