Home
last modified time | relevance | path

Searched refs:PublishNotification (Results 1 - 9 of 9) sorted by relevance

/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/
H A Dnotification_tools.h28 ErrCode PublishNotification(const std::shared_ptr<ContinuousTaskRecord> &continuousTaskRecord,
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/
H A Dmock_notification_tools.cpp20 ErrCode NotificationTools::PublishNotification(const std::shared_ptr<ContinuousTaskRecord> &continuousTaskRecord, in PublishNotification() function in OHOS::BackgroundTaskMgr::NotificationTools
/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp70 WEAK_FUNC ErrCode NotificationTools::PublishNotification( in PublishNotification() function in OHOS::BackgroundTaskMgr::NotificationTools
114 if (Notification::NotificationHelper::PublishNotification(notificationRequest) != ERR_OK) { in PublishNotification()
H A Dbg_continuous_task_mgr.cpp853 return NotificationTools::GetInstance()->PublishNotification(continuousTaskRecord, in SendContinuousTaskNotification()
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/
H A Daudio_safe_volume_notification_impl.cpp280 auto ret = Notification::NotificationHelper::PublishNotification(request); in PublishSafeVolumeNotification()
/foundation/communication/nfc/services/src/notification/
H A Dnfc_notification.cpp437 ret = Notification::NotificationHelper::PublishNotification(request); in PublishNfcNotification()
/foundation/resourceschedule/background_task_mgr/services/test/unittest/
H A Dbgtask_misc_unit_test.cpp235 NotificationTools::GetInstance()->PublishNotification(taskRecord, "appName", "prompt", 1); in HWTEST_F()
237 EXPECT_EQ(NotificationTools::GetInstance()->PublishNotification(taskRecord, "appName", "prompt", 1), in HWTEST_F()
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1575 MEDIA_LOGD("Screencapture service PublishNotification, result %{public}d", result); in StartNotification()
1595 result = NotificationHelper::PublishNotification(request); in StartNotification()
1687 int32_t result = NotificationHelper::PublishNotification(request); in UpdateMicrophoneEnabled()
/foundation/multimedia/av_session/services/session/server/
H A Davsession_service.cpp2830 SLOGE("PublishNotification Exeed MAX_NOTIFICATION_NUM"); in NotifySystemUI()
2861 result = Notification::NotificationHelper::PublishNotification(request); in NotifySystemUI()
2862 SLOGI("PublishNotification uid %{public}d, userId %{public}d, result %{public}d", uid, userId, result); in NotifySystemUI()

Completed in 21 milliseconds