Home
last modified time | relevance | path

Searched refs:UpdateNotificationTimerByUid (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_helper.cpp596 ErrCode NotificationHelper::UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) in UpdateNotificationTimerByUid() function in OHOS::Notification::NotificationHelper
598 …return DelayedSingleton<AnsNotification>::GetInstance()->UpdateNotificationTimerByUid(uid, isPause… in UpdateNotificationTimerByUid()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_helper.h1128 static ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/
H A Dans_notification.h1218 ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused);
H A Dans_manager_interface.h985 virtual ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) = 0;
H A Dans_manager_proxy.h974 ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) override;
H A Dans_manager_stub.h976 virtual ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) override;
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp675 ErrCode AnsManagerStub::UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) in UpdateNotificationTimerByUid() function in OHOS::Notification::AnsManagerStub
H A Dans_notification.cpp2047 ErrCode AnsNotification::UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) in UpdateNotificationTimerByUid() function in OHOS::Notification::AnsNotification
2054 return proxy->UpdateNotificationTimerByUid(uid, isPaused); in UpdateNotificationTimerByUid()
H A Dans_manager_proxy.cpp2266 ErrCode AnsManagerProxy::UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) in UpdateNotificationTimerByUid() function in OHOS::Notification::AnsManagerProxy
H A Dans_manager_stub.cpp2703 ErrCode result = UpdateNotificationTimerByUid(uid, isPaused); in HandleUpdateNotificationTimerByUid()
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/
H A Dans_notification_branch_test.cpp597 ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) override in UpdateNotificationTimerByUid() function in OHOS::Notification::MockAnsManagerInterface
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dnotification_helper_test.cpp1319 ErrCode ret = notificationHelper.UpdateNotificationTimerByUid(uid, isPaused);
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/
H A Dadvanced_notification_service.h1174 ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) override;
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_service.cpp2262 ErrCode AdvancedNotificationService::UpdateNotificationTimerByUid(const int32_t uid, const bool isP… in UpdateNotificationTimerByUid() function in OHOS::Notification::AdvancedNotificationService
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp5486 ErrCode result = ansManagerStub_->UpdateNotificationTimerByUid(uid, isPaused);
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/
H A Dans_manager_proxy_unit_test.cpp8210 int32_t result = proxy->UpdateNotificationTimerByUid(uid, isPaused);