Home
last modified time | relevance | path

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

/foundation/resourceschedule/background_task_mgr/services/continuous_task/src/
H A Dnotification_tools.cpp75 std::shared_ptr<Notification::NotificationLocalLiveViewContent> liveContent in PublishNotification() local
77 liveContent->SetTitle(appName); in PublishNotification()
78 liveContent->SetText(prompt); in PublishNotification()
81 liveContent->SetType(TYPE_CODE_DATA_TANSFER); in PublishNotification()
84 liveContent->SetType(TYPE_CODE_AUDIO_RECORDING); in PublishNotification()
87 liveContent->SetType(TYPE_CODE_VOIP); in PublishNotification()
98 notificationRequest.SetContent(std::make_shared<Notification::NotificationContent>(liveContent)); in PublishNotification()

Completed in 1 milliseconds