Home
last modified time | relevance | path

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

/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1253 ErrCode SetRecentNotificationCount(const std::string arg);
/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp1040 * @tc.desc : Test SetRecentNotificationCount function when the result is ERR_OK
1046 ASSERT_EQ(advancedNotificationService_->SetRecentNotificationCount(arg), (int)ERR_OK); in HWTEST_F()
1736 * @tc.desc : Test SetRecentNotificationCount function.
1744 ASSERT_EQ(advancedNotificationService_->SetRecentNotificationCount(arg), ERR_ANS_INVALID_PARAM); in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_utils.cpp1514 result = SetRecentNotificationCount(cmd.substr(cmd.find_first_of(" ", 0) + 1)); in ShellDump()
H A Dadvanced_notification_service.cpp1490 ErrCode AdvancedNotificationService::SetRecentNotificationCount(const std::string arg) in SetRecentNotificationCount() function in OHOS::Notification::AdvancedNotificationService

Completed in 16 milliseconds