Searched refs:GetNotificationControlFlags (Results 1 – 9 of 9) sorted by relevance
160 …napi_create_int32(env, notification->GetNotificationRequest().GetNotificationControlFlags(), &valu… in SetNotification()
584 if (GetNotificationControlFlags(env, value, request) == nullptr) { in GetNotificationRequestByNumber()1846 napi_value Common::GetNotificationControlFlags( in GetNotificationControlFlags() function in OHOS::NotificationNapi::Common
564 uint32_t notificationControlFlags = request->GetNotificationControlFlags(); in GetDefaultSlotFlags()569 request->GetOwnerUid(), request->GetNotificationControlFlags()); in GetDefaultSlotFlags()
923 uint32_t notificationControlFlags = record->request->GetNotificationControlFlags(); in ChangeNotificationByControlFlags()
255 uint32_t GetNotificationControlFlags() const;
1240 static napi_value GetNotificationControlFlags(
62 if (GetNotificationControlFlags(env, value, request) == nullptr) { in GetNotificationRequestByNumber()1311 napi_value NotificationNapi::GetNotificationControlFlags( in GetNotificationControlFlags() function in OHOS::Location::NotificationNapi
1684 static napi_value GetNotificationControlFlags(
115 uint32_t NotificationRequest::GetNotificationControlFlags() const in GetNotificationControlFlags() function in OHOS::Notification::NotificationRequest