Home
last modified time | relevance | path

Searched refs:GetNotifyId (Results 1 – 4 of 4) sorted by relevance

/base/notification/distributed_notification_service/interfaces/inner_api/
Dnotification_check_info.h41 int32_t GetNotifyId() const;
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
Dnotification_check_info_test.cpp54 EXPECT_EQ(1, checkInfo.GetNotifyId());
/base/notification/distributed_notification_service/frameworks/ans/src/
Dnotification_check_info.cpp42 int32_t NotificationCheckInfo::GetNotifyId() const in GetNotifyId() function in OHOS::Notification::NotificationCheckInfo
/base/notification/distributed_notification_service/frameworks/js/napi/src/manager/
Dnapi_push_callback.cpp160 SetJsPropertyInt32("notificationId", checkInfo->GetNotifyId(), jsResult); in OnCheckNotification()