Searched refs:onDoNotDisturbChanged (Results 1 – 6 of 6) sorted by relevance
281 > 此接口从API version 8开始支持,从API version 11开始不再维护,建议使用[onDoNotDisturbChanged](js-apis-inner-notificatio…318 ## onDoNotDisturbChanged<sup>11+</sup>320 onDoNotDisturbChanged?: (mode: notificationManager.DoNotDisturbDate) => void332 | onDoNotDisturbChanged | (mode: notificationManager.[DoNotDisturbDate](js-apis-notificationManager…349 console.info('===> onDoNotDisturbChanged:' + JSON.stringify(mode));353 onDoNotDisturbChanged: onDoNotDisturbChangedCallback
281 …8 and is deprecated since API version 11. You are advised to use [onDoNotDisturbChanged](js-apis-i…318 ## onDoNotDisturbChanged<sup>11+</sup>320 onDoNotDisturbChanged?: (mode: notificationManager.DoNotDisturbDate) => void332 | onDoNotDisturbChanged | (mode: notificationManager.[DoNotDisturbDate](js-apis-notificationManager…349 console.info('===> onDoNotDisturbChanged:' + JSON.stringify(mode));353 onDoNotDisturbChanged: onDoNotDisturbChangedCallback
46 | onDoNotDisturbChanged?: (mode: notificationManager.DoNotDisturbDate) => void …
87 void onDoNotDisturbChanged(const std::shared_ptr<NotificationDoNotDisturbDate> &date);
647 onDoNotDisturbChanged(date); in OnDoNotDisturbDateChange()702 void SubscriberInstance::onDoNotDisturbChanged(const std::shared_ptr<NotificationDoNotDisturbDate>&… in onDoNotDisturbChanged() function in OHOS::NotificationNapi::SubscriberInstance