/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_helper.cpp | 596 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 D | notification_helper.h | 1128 static ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/include/ |
H A D | ans_notification.h | 1218 ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused);
|
H A D | ans_manager_interface.h | 985 virtual ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) = 0;
|
H A D | ans_manager_proxy.h | 974 ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) override;
|
H A D | ans_manager_stub.h | 976 virtual ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) override;
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 675 ErrCode AnsManagerStub::UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) in UpdateNotificationTimerByUid() function in OHOS::Notification::AnsManagerStub
|
H A D | ans_notification.cpp | 2047 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 D | ans_manager_proxy.cpp | 2266 ErrCode AnsManagerProxy::UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) in UpdateNotificationTimerByUid() function in OHOS::Notification::AnsManagerProxy
|
H A D | ans_manager_stub.cpp | 2703 ErrCode result = UpdateNotificationTimerByUid(uid, isPaused); in HandleUpdateNotificationTimerByUid()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 597 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 D | notification_helper_test.cpp | 1319 ErrCode ret = notificationHelper.UpdateNotificationTimerByUid(uid, isPaused);
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/include/ |
H A D | advanced_notification_service.h | 1174 ErrCode UpdateNotificationTimerByUid(const int32_t uid, const bool isPaused) override;
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_service.cpp | 2262 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 D | ans_manager_stub_test.cpp | 5486 ErrCode result = ansManagerStub_->UpdateNotificationTimerByUid(uid, isPaused);
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 8210 int32_t result = proxy->UpdateNotificationTimerByUid(uid, isPaused);
|