Searched refs:slot_ (Results 1 – 5 of 5) sorted by relevance
37 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()
80 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:…
167 slot_ = slot; in SetSlot()172 return slot_; in GetSlot()321 int32_t slot_ = DEFAULT_ELEMENT_SLOT; variable
25 RSAliasDrawable::RSAliasDrawable(RSPropertyDrawableSlot slot) : slot_(slot) {} in RSAliasDrawable()28 content.DrawPropertyDrawable(slot_, canvas); in Draw()
32 RSPropertyDrawableSlot slot_;