Home
last modified time | relevance | path

Searched refs:DeleteRemoteNotification (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h94 ErrCode DeleteRemoteNotification(
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/distributed_notification_manager_branch_test/
H A Ddistributed_notification_manager_branch_test.cpp277 EXPECT_EQ(distributedManager_->DeleteRemoteNotification(deviceId, bundleName, label, id),
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp156 EXPECT_EQ(distributedManager_->DeleteRemoteNotification(deviceId, bundleName, label, id),
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp391 ErrCode DistributedNotificationManager::DeleteRemoteNotification( in DeleteRemoteNotification() function in OHOS::Notification::DistributedNotificationManager
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1254 return DistributedNotificationManager::GetInstance()->DeleteRemoteNotification( in DoDistributedDelete()