Home
last modified time | relevance | path

Searched refs:GetCurrentDistributedNotification (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp291 …distributedManager_->GetCurrentDistributedNotification(requestList), ERR_ANS_DISTRIBUTED_OPERATION…
304 distributedManager_->GetCurrentDistributedNotification(requestList), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h118 ErrCode GetCurrentDistributedNotification(std::vector<sptr<NotificationRequest>> &requestList);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp225 EXPECT_EQ(distributedManager_->GetCurrentDistributedNotification(requestList),
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp435 ErrCode DistributedNotificationManager::GetCurrentDistributedNotification( in GetCurrentDistributedNotification() function in OHOS::Notification::DistributedNotificationManager