Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1261 ErrCode SetRecentNotificationCount(const std::string arg);
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1044 ASSERT_EQ(advancedNotificationService_->SetRecentNotificationCount(arg), (int)ERR_OK);
1741 ASSERT_EQ(advancedNotificationService_->SetRecentNotificationCount(arg), ERR_ANS_INVALID_PARAM);
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp1479 ErrCode AdvancedNotificationService::SetRecentNotificationCount(const std::string arg) in SetRecentNotificationCount() function in OHOS::Notification::AdvancedNotificationService
H A Dadvanced_notification_utils.cpp1497 result = SetRecentNotificationCount(cmd.substr(cmd.find_first_of(" ", 0) + 1)); in ShellDump()