Home
last modified time | relevance | path

Searched defs:badgeNumber (Results 1 – 25 of 27) sorted by relevance

12

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dbadge_number_callback_data.cpp26 …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 Dnotification_helper.cpp518 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 Dnapi_display_badge.h25 int32_t badgeNumber = 0; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/cj/ffi/src/
H A Dnotification_manager_ffi.cpp75 int32_t FfiOHOSNotificationManagerSetBadgeNumber(int32_t badgeNumber) in FfiOHOSNotificationManagerSetBadgeNumber()
H A Dnotification_manager_impl.cpp525 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 Dans_manager_proxy_bundle.cpp684 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 Dgesture_info.h83 int32_t badgeNumber; member
/ohos5.0/base/notification/distributed_notification_service/services/ans/test/unittest/
H A Dadvanced_notification_service_test.cpp2511 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 Dnotification_utils.h117 int32_t badgeNumber; member
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/src/
H A Dans_manager_stub_invalid.cpp586 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 Dans_manager_proxy.cpp1960 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 Dans_notification.cpp1802 ErrCode AnsNotification::SetBadgeNumber(int32_t badgeNumber) in SetBadgeNumber()
1813 …fication::SetBadgeNumberByBundle(const NotificationBundleOption &bundleOption, int32_t badgeNumber) in SetBadgeNumberByBundle()
H A Dans_manager_stub.cpp2345 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 Dnotification_helper_test.cpp1162 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 Dans_notification_branch_test.cpp504 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 Ddrag_animation_helper.cpp324 auto badgeNumber = frameNode->GetDragPreviewOption().GetCustomerBadgeNumber(); in CalcBadgeTextPosition() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_notification_test/
H A Dans_notification_unit_test.cpp1270 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 Dans_manager_proxy_unit_test.cpp7686 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 Djs_drag_controller.cpp757 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 Dadvanced_notification_publish_service.cpp2460 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 Dnotification_napi_convert_request.cpp1231 int32_t badgeNumber = 0; in GetNotificationBadgeNumber() local
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Ddrag_event_test_ng.cpp1152 auto badgeNumber = dragPreviewOptions.GetCustomerBadgeNumber(); variable
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_request.cpp1766 int32_t badgeNumber = 0; in GetNotificationBadgeNumber() local
/ohos5.0/base/notification/distributed_notification_service/frameworks/core/test/unittest/ans_manager_stub_test/
H A Dans_manager_stub_test.cpp4909 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 Dgesture_event_hub.cpp981 auto badgeNumber = dragPreviewOptions.GetCustomerBadgeNumber(); in OnDragStart() local

12