Home
last modified time | relevance | path

Searched refs:GetBadgeNumber (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dbadge_number_callback_data.h63 int32_t GetBadgeNumber() const;
H A Dnotification_request.h241 uint32_t GetBadgeNumber() const;
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dbadge_number_callback_data.cpp60 int32_t BadgeNumberCallbackData::GetBadgeNumber() const in GetBadgeNumber() function in OHOS::Notification::BadgeNumberCallbackData
H A Dnotification_request.cpp105 uint32_t NotificationRequest::GetBadgeNumber() const in GetBadgeNumber() function in OHOS::Notification::NotificationRequest
/ohos5.0/base/notification/distributed_notification_service/test/fuzztest/notificationrequest_fuzzer/
H A Dnotificationrequest_fuzzer.cpp39 request.GetBadgeNumber(); in DoSomethingInterestingWithMyAPI()
/ohos5.0/base/notification/distributed_notification_service/frameworks/test/moduletest/
H A Dans_innerkits_module_publish_test.cpp197 EXPECT_EQ(badgeData->GetBadgeNumber(), BADGE_NUMBER); in OnBadgeChanged()
383 EXPECT_EQ(0, notificationRequest.GetBadgeNumber()); in CheckCaseEightResult()
413 EXPECT_EQ(1, notificationRequest.GetBadgeNumber()); in CheckCaseNineResult()
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon.cpp281 napi_create_int32(env, data.GetBadgeNumber(), &badgeNapi); in SetBadgeCallbackData()
H A Dcommon_convert_request.cpp123 napi_create_uint32(env, request->GetBadgeNumber(), &value); in SetNotificationRequestByNumber()
/ohos5.0/base/notification/distributed_notification_service/services/test/moduletest/
H A Dans_module_test.cpp1235 if (r->GetNotificationRequest().GetBadgeNumber() == 1) { in __anonfcca8a571602()