Home
last modified time | relevance | path

Searched refs:slotType_ (Results 1 - 17 of 17) sorted by relevance

/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_check_request.cpp24 : contentType_(contentType), slotType_(slotType), extraKeys_(extraKeys) in NotificationCheckRequest()
42 slotType_ = slotType; in SetSlotType()
47 return slotType_; in GetSlotType()
76 if (!parcel.WriteInt32(static_cast<int32_t>(slotType_))) { in Marshalling()
102 slotType_ = static_cast<NotificationConstant::SlotType>(parcel.ReadInt32()); in ReadFromParcel()
H A Dnotification_check_info.cpp26 creatorUserId_(creatorUserId), slotType_(slotType), extraInfo_(extraInfo) in NotificationCheckInfo()
76 return slotType_; in GetSlotType()
81 slotType_ = slotType; in SetSlotType()
144 slotType_ = jsonobj.at("slotType").get<int32_t>(); in ConvertJsonStringToValue()
H A Dnotification_request.cpp508 slotType_ = slotType; in SetSlotType()
513 return slotType_; in GetSlotType()
748 ", slotType = " + std::to_string(static_cast<int32_t>(slotType_)) + in Dump()
818 jsonObject["slotType"] = static_cast<int32_t>(slotType_); in ToJson()
819 jsonObject["notificationSlotType"] = static_cast<int32_t>(slotType_); in ToJson()
1080 if (!parcel.WriteInt32(static_cast<int32_t>(slotType_))) { in Marshalling()
1556 slotType_ = static_cast<NotificationConstant::SlotType>(slotTypeValue); in ReadFromParcel()
1918 this->slotType_ = other.slotType_; in CopyBase()
2182 target->slotType_ in ConvertJsonToEnum()
[all...]
H A Dreminder_request.cpp134 this->slotType_ = other.slotType_; in ReminderRequest()
673 slotType_ = slotType; in SetSlotType()
827 return slotType_; in GetSlotType()
1140 int32_t slotType = static_cast<int32_t>(slotType_); in Marshalling()
1269 slotType_ = static_cast<NotificationConstant::SlotType>(slotType); in ReadFromParcel()
1653 notificationRequest_->SetSlotType(slotType_); in UpdateNotificationCommon()
/base/notification/distributed_notification_service/services/ans/src/clone/
H A Dnotification_clone_bundle_info.cpp98 if (item.slotType_ == slotInfo.slotType_) { in AddSlotInfo()
118 jsonNode[BUNDLE_INFO_SLOT_TYPE] = static_cast<int32_t>(slotsInfo_[index].slotType_); in ToJson()
142 slotInfo.slotType_ = static_cast<NotificationConstant::SlotType>( in SlotsFromJson()
190 return "type: " + std::to_string(slotType_) + " " + std::to_string(enable_) + " " in Dump()
/base/notification/distributed_notification_service/services/ans/include/
H A Dnotification_clone_bundle_info.h33 NotificationConstant::SlotType slotType_; member in OHOS::Notification::NotificationCloneBundleInfo::SlotInfo
H A Dnotification_analytics_util.h74 uint32_t slotType_ = -1; member in OHOS::Notification::HaMetaMessage
/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_check_request.h123 NotificationConstant::SlotType slotType_ {};
H A Dnotification_check_info.h30 int32_t slotType_; member in OHOS::Notification::NotificationCheckInfo
H A Dreminder_request.h1137 NotificationConstant::SlotType slotType_ {NotificationConstant::SlotType::SOCIAL_COMMUNICATION};
H A Dnotification_request.h1502 NotificationConstant::SlotType slotType_ {NotificationConstant::SlotType::OTHER};
/base/notification/distributed_notification_service/services/ans/test/unittest/mock/
H A Dmock_notification_analytics_util.cpp92 slotType_ = slotType; in SlotType()
/base/notification/distributed_notification_service/frameworks/ans/test/unittest/
H A Dreminder_store_test.cpp399 reminder->slotType_ = static_cast<NotificationConstant::SlotType>(1); in HWTEST_F()
424 EXPECT_EQ(reminder->slotType_, each->slotType_); in HWTEST_F()
H A Dreminder_request_test.cpp1811 rrc->slotType_ = NotificationConstant::SlotType::SOCIAL_COMMUNICATION; in HWTEST_F()
/base/notification/distributed_notification_service/services/ans/src/common/
H A Dnotification_analytics_util.cpp134 slotType_ = static_cast<uint32_t>(slotType); in SlotType()
223 want.SetParam("slotType", static_cast<int32_t>(message.slotType_)); in ReportModifyEvent()
/base/notification/distributed_notification_service/services/ans/src/
H A Dnotification_preferences_info.cpp360 slotInfo.slotType_ = slot->GetType(); in GetAllCLoneBundlesInfo()
H A Dnotification_preferences.cpp673 sptr<NotificationSlot> slotInfo = new (std::nothrow) NotificationSlot(cloneSlot.slotType_); in UpdateCloneBundleInfo()

Completed in 19 milliseconds