/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_utils_test.cpp | 126 void AnsUtilsTest::TestAddNotification(int notificationId, const sptr<NotificationBundleOption> &bu… in TestAddNotification() 198 int notificationId = 1; variable 215 int notificationId = 1; variable 231 int notificationId = 1; variable 306 int notificationId = 1; variable 328 int notificationId = 1; variable 368 int notificationId = 1; variable 386 int notificationId = 1; variable 405 int notificationId = 1; variable
|
H A D | notification_local_live_view_subscriber_manager_test.cpp | 46 … void OnResponse(int32_t notificationId, sptr<NotificationButtonOption> buttonOption) override in OnResponse()
|
H A D | advanced_notification_service_branch_test.cpp | 205 int32_t notificationId = 1; variable 223 int32_t notificationId = 1; variable 674 int32_t notificationId = 1; variable
|
/ohos5.0/foundation/communication/nfc/services/src/external_deps/ |
H A D | nfc_notification_publisher.cpp | 45 static void NfcNotificationCallback(int notificationId) in NfcNotificationCallback() 50 void NfcNotificationPublisher::PublishNfcNotification(int notificationId, const std::string &name, … in PublishNfcNotification() 109 void NfcNotificationPublisher::OnNotificationButtonClicked(int notificationId) in OnNotificationButtonClicked()
|
/ohos5.0/foundation/communication/nfc/services/src/notification/ |
H A D | nfc_notification.cpp | 55 int notificationId = request->GetId(); in OnCanceled() local 176 static bool SetTitleAndTextForOtherNotificationId(int notificationId, in SetTitleAndTextForOtherNotificationId() 215 static bool SetTitleAndText(int notificationId, in SetTitleAndText() 263 static std::string GetButtonName(int notificationId) in GetButtonName() 384 void NfcNotification::PublishNfcNotification(int notificationId, const std::string &name, int balan… in PublishNfcNotification() 454 void PublishNfcNotification(int notificationId, const std::string &name, int balance) in PublishNfcNotification()
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/notification_subscriber_manager_branch_test/ |
H A D | notification_subscriber_manager_branch_test.cpp | 423 int32_t notificationId = 1; variable 758 int32_t notificationId = 1; variable 777 int32_t notificationId = 0; variable 814 int32_t notificationId = 0; variable 848 int32_t notificationId = 0; variable 897 int32_t notificationId = 0; variable 1020 int32_t notificationId = 0; variable 1053 int32_t notificationId = 0; variable 1170 int32_t notificationId = 0; variable 1207 int32_t notificationId = 0; variable [all …]
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_subscriber_local_live_view_stub.cpp | 103 int32_t notificationId = 0; in HandleOnResponse() local 122 void AnsSubscriberLocalLiveViewStub::OnResponse(int32_t notificationId, sptr<NotificationButtonOpti… in OnResponse()
|
H A D | ans_manager_stub_invalid.cpp | 41 ErrCode AnsManagerStub::Cancel(int notificationId, const std::string &label, int32_t instanceKey) in Cancel() 53 ErrCode AnsManagerStub::CancelAsBundle(int32_t notificationId, const std::string &representativeBun… in CancelAsBundle() 59 …gerStub::CancelAsBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) in CancelAsBundle() 66 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) in CancelAsBundle() 141 …const sptr<NotificationBundleOption> &bundleOption, const int32_t notificationId, const std::strin… in GetActiveNotificationByFilter() 204 const int32_t notificationId, const sptr<NotificationButtonOption> &buttonOption) in TriggerLocalLiveView() 211 int notificationId, const std::string &label, int32_t removeReason) in RemoveNotification() 463 … AnsManagerStub::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
|
H A D | ans_subscriber_local_live_view_proxy.cpp | 92 void AnsSubscriberLocalLiveViewProxy::OnResponse(int32_t notificationId, sptr<NotificationButtonOpt… in OnResponse()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelnotification_fuzzer/ |
H A D | cancelnotification_fuzzer.cpp | 24 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/cancelasbundle_fuzzer/ |
H A D | cancelasbundle_fuzzer.cpp | 24 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequestannex_fuzzer/ |
H A D | notificationrequestannex_fuzzer.cpp | 26 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/ |
H A D | local_live_view_subscribe.cpp | 30 int32_t notificationId; member 79 napi_value notificationId = nullptr; in UvQueueWorkOnResponse() local 102 void LocalLiveViewSubscriberInstance::OnResponse(int32_t notificationId, sptr<NotificationButtonOpt… in OnResponse()
|
/ohos5.0/foundation/communication/nfc/services/src/tag/ |
H A D | tag_dispatcher.cpp | 258 void TagDispatcher::OnNotificationButtonClicked(int notificationId) in OnNotificationButtonClicked() 312 NfcNotificationId notificationId = NFC_TAG_DEFAULT_NOTIFICATION_ID; in PublishTagNotification() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_event_service.cpp | 101 void AdvancedNotificationService::SendCancelHiSysEvent(int32_t notificationId, const std::string &l… in SendCancelHiSysEvent() 117 void AdvancedNotificationService::SendRemoveHiSysEvent(int32_t notificationId, const std::string &l… in SendRemoveHiSysEvent()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/setprogressbar_fuzzer/ |
H A D | setprogressbar_fuzzer.cpp | 27 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_manage/wifi_common/ |
H A D | wifi_notification_util.cpp | 40 void WifiNotificationUtil::PublishWifiNotification(WifiNotificationId notificationId, std::string& … in PublishWifiNotification() 55 void WifiNotificationUtil::CancelWifiNotification(WifiNotificationId notificationId) in CancelWifiNotification()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/settemplate_fuzzer/ |
H A D | settemplate_fuzzer.cpp | 31 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/ |
H A D | notificationrequest_fuzzer.cpp | 32 int32_t notificationId = static_cast<int32_t>(GetU32Data(data)); in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | notification_local_live_view_subscriber.cpp | 65 …otificationLocalLiveViewSubscriber::SubscriberLocalLiveViewImpl::OnResponse(int32_t notificationId, in OnResponse()
|
H A D | notification_helper.cpp | 91 ErrCode NotificationHelper::CancelNotification(int32_t notificationId) in CancelNotification() 96 ErrCode NotificationHelper::CancelNotification(const std::string &label, int32_t notificationId) in CancelNotification() 107 int32_t notificationId, const std::string &representativeBundle, int32_t userId) in CancelAsBundle() 114 const NotificationBundleOption &bundleOption, int32_t notificationId) in CancelAsBundle() 263 const int32_t notificationId, const NotificationButtonOption &buttonOption) in TriggerLocalLiveView() 275 const int32_t notificationId, const std::string &label, int32_t removeReason) in RemoveNotification() 451 …ificationHelper::CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) in CancelContinuousTaskNotification()
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannexthree_fuzzer/ |
H A D | ansmanagerstubannexthree_fuzzer.cpp | 34 int notificationId = 1; in DoSomethingInterestingWithMyAPI() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 63 ErrCode Cancel(int notificationId, const std::string &label, int32_t instanceKey) override in Cancel() 74 int32_t notificationId, const std::string &representativeBundle, int32_t userId) override in CancelAsBundle() 80 const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId) override in CancelAsBundle() 86 …const sptr<NotificationBundleOption> &bundleOption, int32_t notificationId, int32_t userId) overri… in CancelAsBundle() 188 … ErrCode RemoveNotification(const sptr<NotificationBundleOption> &bundleOption, int notificationId, in RemoveNotification() 401 …ErrCode CancelContinuousTaskNotification(const std::string &label, int32_t notificationId) override in CancelContinuousTaskNotification() 536 … const int32_t notificationId, const std::string &label, std::vector<std::string> extraInfoKeys, in GetActiveNotificationByFilter() 543 const int32_t notificationId, const sptr<NotificationButtonOption> &buttonOption) override in TriggerLocalLiveView()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/ |
H A D | local_live_view_subscribe.h | 82 int32_t notificationId; member
|
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/ansmanagerstubannextwo_fuzzer/ |
H A D | ansmanagerstubannextwo_fuzzer.cpp | 39 int notificationId = 1; in DoSomethingInterestingWithMyAPI() local
|