Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/distributed/include/
H A Ddistributed_notification_manager.h110 ErrCode UngegisterCallback();
/ohos5.0/base/notification/distributed_notification_service/services/distributed/test/unittest/
H A Ddistributed_notification_manager_test.cpp214 EXPECT_EQ(distributedManager_->UngegisterCallback(), ERR_OK);
/ohos5.0/base/notification/distributed_notification_service/services/distributed/src/
H A Ddistributed_notification_manager.cpp423 ErrCode DistributedNotificationManager::UngegisterCallback() in UngegisterCallback() function in OHOS::Notification::DistributedNotificationManager
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp346 DistributedNotificationManager::GetInstance()->UngegisterCallback(); in ~AdvancedNotificationService()