Home
last modified time | relevance | path

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

/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/src/
H A Dcommon_convert_notification.cpp160 …napi_create_int32(env, notification->GetNotificationRequest().GetNotificationControlFlags(), &valu… in SetNotification()
H A Dcommon_convert_request.cpp584 if (GetNotificationControlFlags(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
1846 napi_value Common::GetNotificationControlFlags( in GetNotificationControlFlags() function in OHOS::NotificationNapi::Common
/ohos5.0/base/notification/distributed_notification_service/services/ans/src/
H A Dadvanced_notification_slot_service.cpp564 uint32_t notificationControlFlags = request->GetNotificationControlFlags(); in GetDefaultSlotFlags()
569 request->GetOwnerUid(), request->GetNotificationControlFlags()); in GetDefaultSlotFlags()
H A Dadvanced_notification_service.cpp923 uint32_t notificationControlFlags = record->request->GetNotificationControlFlags(); in ChangeNotificationByControlFlags()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_request.h255 uint32_t GetNotificationControlFlags() const;
/ohos5.0/base/location/frameworks/js/napi/notification/include/
H A Dnotification_napi.h1240 static napi_value GetNotificationControlFlags(
/ohos5.0/base/location/frameworks/js/napi/notification/src/
H A Dnotification_napi_convert_request.cpp62 if (GetNotificationControlFlags(env, value, request) == nullptr) { in GetNotificationRequestByNumber()
1311 napi_value NotificationNapi::GetNotificationControlFlags( in GetNotificationControlFlags() function in OHOS::Location::NotificationNapi
/ohos5.0/base/notification/distributed_notification_service/frameworks/js/napi/include/
H A Dcommon.h1684 static napi_value GetNotificationControlFlags(
/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_request.cpp115 uint32_t NotificationRequest::GetNotificationControlFlags() const in GetNotificationControlFlags() function in OHOS::Notification::NotificationRequest