Searched refs:publishNotification (Results 1 – 6 of 6) sorted by relevance
52 if (nfcNtfInf_.publishNotification == nullptr) { in PublishNfcNotification()59 nfcNtfInf_.publishNotification(notificationId, name, balance); in PublishNfcNotification()99 nfcNtfInf_.publishNotification = reinterpret_cast<void (*)(int, const std::string &, int)> in InitNfcNtfLib()101 if (nfcNtfInf_.regNtfCallback == nullptr || nfcNtfInf_.publishNotification == nullptr) { in InitNfcNtfLib()
40 void (*publishNotification)(int notificationId, const std::string &name, int balance); member
69 …async publishNotification(notificationRequest: notificationManager.NotificationRequest, id?: numbe…125 this.publishNotification(notificationRequest, notifyId);
167 async function publishNotification() {
2214 * 发送通知:通过publishNotification()封装发布通知的接口;2228 将content传递给NotificationRequestUtil得到完整的发布信息,最后调用NotificationUtil.publishNotification()发布内容;2232 通过publishNotification()封装发布通知的接口的同时,根据NotificationUtil类中对应变量的值判断是否开启了提示音或马达,若已开启,则执行对应代码段;2270 * 发送通知:通过publishNotification()封装发布通知的接口;2281 …content传递给NotificationRequestUtil得到完整的发布信息,最后调用NotificationUtil.publishNotification()发布内容,并调用Notif…2863 * 发送通知:通过WorkSchedulerSystem.publishNotification()方法,调用Notification.publish()接口发送指定内容的信息;