Searched refs:SetRecentNotificationCount (Results 1 – 4 of 4) sorted by relevance
1261 ErrCode SetRecentNotificationCount(const std::string arg);
1044 ASSERT_EQ(advancedNotificationService_->SetRecentNotificationCount(arg), (int)ERR_OK);1741 ASSERT_EQ(advancedNotificationService_->SetRecentNotificationCount(arg), ERR_ANS_INVALID_PARAM);
1479 ErrCode AdvancedNotificationService::SetRecentNotificationCount(const std::string arg) in SetRecentNotificationCount() function in OHOS::Notification::AdvancedNotificationService
1497 result = SetRecentNotificationCount(cmd.substr(cmd.find_first_of(" ", 0) + 1)); in ShellDump()