Home
last modified time | relevance | path

Searched refs:TYPE_CODE_DOWNLOAD (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_live_view_service_test.cpp322 int32_t TYPE_CODE_DOWNLOAD = 8; variable
324 localLiveViewContent->SetType(TYPE_CODE_DOWNLOAD);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_live_view_service.cpp44 constexpr int32_t TYPE_CODE_DOWNLOAD = 8; variable
761 if (isContinuousLiveView && liveViewContent->GetType() == TYPE_CODE_DOWNLOAD) { in HandleUpdateLiveViewNotificationTimer()
H A Dadvanced_notification_publish_service.cpp65 constexpr int32_t TYPE_CODE_DOWNLOAD = 8; variable
229 … record->request->GetContent()->GetNotificationContent())->GetType() == TYPE_CODE_DOWNLOAD)) { in PublishNotificationForIndirectProxy()
2372 request->GetContent()->GetNotificationContent())->GetType() != TYPE_CODE_DOWNLOAD)) { in PublishNotificationBySa()
2428 … record->request->GetContent()->GetNotificationContent())->GetType() == TYPE_CODE_DOWNLOAD)) { in PublishNotificationBySa()