/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/ |
H A D | badge_number_callback_data.cpp | 26 …rCallbackData::BadgeNumberCallbackData(const std::string &bundle, int32_t uid, int32_t badgeNumber) in BadgeNumberCallbackData() 31 int32_t badgeNumber, int32_t instanceKey) in BadgeNumberCallbackData() 55 void BadgeNumberCallbackData::SetBadgeNumber(int32_t badgeNumber) in SetBadgeNumber()
|
H A D | notification_helper.cpp | 518 ErrCode NotificationHelper::SetBadgeNumber(int32_t badgeNumber) in SetBadgeNumber() 523 …onHelper::SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32_t badgeNumber) in SetBadgeNumberByBundle()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/manager/ |
H A D | napi_display_badge.h | 25 int32_t badgeNumber = 0; member
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/ |
H A D | notification_manager_ffi.cpp | 75 int32_t FfiOHOSNotificationManagerSetBadgeNumber(int32_t badgeNumber) in FfiOHOSNotificationManagerSetBadgeNumber()
|
H A D | notification_manager_impl.cpp | 525 int32_t badgeNumber = cjRequest.badgeNumber; in GetNotificationRequestByNumber() local 695 int NotificationManagerImpl::SetBadgeNumber(int32_t badgeNumber) in SetBadgeNumber()
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/manager/ |
H A D | ans_manager_proxy_bundle.cpp | 684 ErrCode AnsManagerProxy::SetBadgeNumber(int32_t badgeNumber, int32_t instanceKey) in SetBadgeNumber() 718 …xy::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNumber) in SetBadgeNumberByBundle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/ |
H A D | gesture_info.h | 83 int32_t badgeNumber; member
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/ |
H A D | advanced_notification_service_test.cpp | 2511 int32_t badgeNumber = 1; variable 2525 int32_t badgeNumber = 1; variable 3605 int32_t badgeNumber = 1; variable 3619 int32_t badgeNumber = 1; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/include/ |
H A D | notification_utils.h | 117 int32_t badgeNumber; member
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/ |
H A D | ans_manager_stub_invalid.cpp | 586 ErrCode AnsManagerStub::SetBadgeNumber(int32_t badgeNumber, int32_t instanceKey) in SetBadgeNumber() 592 …ub::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNumber) in SetBadgeNumberByBundle()
|
H A D | ans_manager_proxy.cpp | 1960 ErrCode AnsManagerProxy::SetBadgeNumber(int32_t badgeNumber, int32_t instanceKey) in SetBadgeNumber() 1994 …xy::SetBadgeNumberByBundle(const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNumber) in SetBadgeNumberByBundle()
|
H A D | ans_notification.cpp | 1802 ErrCode AnsNotification::SetBadgeNumber(int32_t badgeNumber) in SetBadgeNumber() 1813 …fication::SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32_t badgeNumber) in SetBadgeNumberByBundle()
|
H A D | ans_manager_stub.cpp | 2345 int32_t badgeNumber = -1; in HandleSetBadgeNumber() local 2373 int32_t badgeNumber = 0; in HandleSetBadgeNumberByBundle() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/test/unittest/ |
H A D | notification_helper_test.cpp | 1162 int32_t badgeNumber = 0; variable 1178 int32_t badgeNumber = 0; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_branch_test/ |
H A D | ans_notification_branch_test.cpp | 504 ErrCode SetBadgeNumber(int32_t badgeNumber, int32_t instanceKey) override in SetBadgeNumber() 509 …dgeNumberByBundle(const sptr<NotificationBundleOption>& bundleOption, int32_t badgeNumber) override in SetBadgeNumberByBundle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/utils/ |
H A D | drag_animation_helper.cpp | 324 auto badgeNumber = frameNode->GetDragPreviewOption().GetCustomerBadgeNumber(); in CalcBadgeTextPosition() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/ |
H A D | ans_notification_unit_test.cpp | 1270 int32_t badgeNumber = 0; variable 1293 int32_t badgeNumber = 0; variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_proxy_test/ |
H A D | ans_manager_proxy_unit_test.cpp | 7686 int32_t badgeNumber = 0; variable 7706 int32_t badgeNumber = 0; variable 7728 int32_t badgeNumber = 0; variable 7745 int32_t badgeNumber = 0; variable 7766 int32_t badgeNumber = 0; variable 7789 int32_t badgeNumber = 0; variable
|
/ohos5.0/foundation/arkui/ace_engine/interfaces/napi/kits/drag_controller/ |
H A D | js_drag_controller.cpp | 757 auto badgeNumber = asyncCtx->dragPreviewOption.GetCustomerBadgeNumber(); in EnvelopedDragData() local 890 auto badgeNumber = asyncCtx->dragPreviewOption.GetCustomerBadgeNumber(); in OnComplete() local
|
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/ |
H A D | advanced_notification_publish_service.cpp | 2460 ErrCode AdvancedNotificationService::SetBadgeNumber(int32_t badgeNumber, int32_t instanceKey) in SetBadgeNumber() 2485 const sptr<NotificationBundleOption> &bundleOption, int32_t badgeNumber) in SetBadgeNumberByBundle()
|
/ohos5.0/base/location/frameworks/js/napi/notification/src/ |
H A D | notification_napi_convert_request.cpp | 1231 int32_t badgeNumber = 0; in GetNotificationBadgeNumber() local
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/ |
H A D | drag_event_test_ng.cpp | 1152 auto badgeNumber = dragPreviewOptions.GetCustomerBadgeNumber(); variable
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/ |
H A D | common_convert_request.cpp | 1766 int32_t badgeNumber = 0; in GetNotificationBadgeNumber() local
|
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/ |
H A D | ans_manager_stub_test.cpp | 4909 int32_t badgeNumber = 4; variable 5303 int32_t badgeNumber = 4; variable 5325 int32_t badgeNumber = 4; variable
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | gesture_event_hub.cpp | 981 auto badgeNumber = dragPreviewOptions.GetCustomerBadgeNumber(); in OnDragStart() local
|