Searched refs:PublishNotification (Results 1 - 9 of 9) sorted by relevance
/foundation/resourceschedule/background_task_mgr/services/continuous_task/include/ |
H A D | notification_tools.h | 28 ErrCode PublishNotification(const std::shared_ptr<ContinuousTaskRecord> &continuousTaskRecord,
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/mock/ |
H A D | mock_notification_tools.cpp | 20 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 D | notification_tools.cpp | 70 WEAK_FUNC ErrCode NotificationTools::PublishNotification( in PublishNotification() function in OHOS::BackgroundTaskMgr::NotificationTools 114 if (Notification::NotificationHelper::PublishNotification(notificationRequest) != ERR_OK) { in PublishNotification()
|
H A D | bg_continuous_task_mgr.cpp | 853 return NotificationTools::GetInstance()->PublishNotification(continuousTaskRecord,
in SendContinuousTaskNotification()
|
/foundation/multimedia/audio_framework/services/audio_policy/safe_volume_notification/src/ |
H A D | audio_safe_volume_notification_impl.cpp | 280 auto ret = Notification::NotificationHelper::PublishNotification(request); in PublishSafeVolumeNotification()
|
/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 437 ret = Notification::NotificationHelper::PublishNotification(request);
in PublishNfcNotification()
|
/foundation/resourceschedule/background_task_mgr/services/test/unittest/ |
H A D | bgtask_misc_unit_test.cpp | 235 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 D | screen_capture_server.cpp | 1575 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 D | avsession_service.cpp | 2830 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