Home
last modified time | relevance | path

Searched refs:slot_ (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/base/notification/distributed_notification_service/frameworks/ans/src/
H A Dnotification_sorting.cpp37 slot_ = sorting.slot_; in NotificationSorting()
43 slot_ = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::OTHER); in SetSlot()
46 slot_ = slot; in SetSlot()
64 ", slot = " + (slot_ != nullptr ? slot_->Dump() : "nullptr") + in Dump()
105 if (!parcel.WriteStrongParcelable(slot_)) { in Marshalling()
137 slot_ = parcel.ReadStrongParcelable<NotificationSlot>(); in ReadFromParcel()
138 if (!slot_) { in ReadFromParcel()
/ohos5.0/base/notification/distributed_notification_service/interfaces/inner_api/
H A Dnotification_sorting.h80 if (!slot_) { in GetSlot()
81 slot_ = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType::OTHER); in GetSlot()
82 if (!slot_) { in GetSlot()
84 slot_ = nullptr; in GetSlot()
87 return slot_; in GetSlot()
174 …sptr<NotificationSlot> slot_ = new (std::nothrow) NotificationSlot(NotificationConstant::SlotType:…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/base/
H A Delement.h167 slot_ = slot; in SetSlot()
172 return slot_; in GetSlot()
321 int32_t slot_ = DEFAULT_ELEMENT_SLOT; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/property/
H A Drs_property_drawable_utilities.cpp25 RSAliasDrawable::RSAliasDrawable(RSPropertyDrawableSlot slot) : slot_(slot) {} in RSAliasDrawable()
28 content.DrawPropertyDrawable(slot_, canvas); in Draw()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_property_drawable_utilities.h32 RSPropertyDrawableSlot slot_;