Home
last modified time | relevance | path

Searched refs:offDays (Results 1 - 12 of 12) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar/
H A Dcalendar_model.h29 virtual void SetOffDays(const std::string& offDays) = 0;
H A Dcalendar_model_ng.h37 void SetOffDays(const std::string& offDays) override;
H A Dcalendar_model_ng.cpp112 void CalendarModelNG::SetOffDays(const std::string& offDays) in SetOffDays() argument
124 calendarPaintProperty->UpdateOffDays(offDays); in SetOffDays()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dcalendar_model_impl.h26 void SetOffDays(const std::string& offDays) override;
H A Dcalendar_model_impl.cpp38 void CalendarModelImpl::SetOffDays(const std::string& offDays) in SetOffDays() argument
42 component->SetOffDays(offDays); in SetOffDays()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_calendar.h42 static void SetOffDays(int32_t offDays);
H A Djs_calendar.cpp75 JSClass<JSCalendar>::StaticMethod("offDays", &JSCalendar::SetOffDays, opt); in JSBind()
229 void JSCalendar::SetOffDays(int32_t offDays) in SetOffDays() argument
235 if (bit & static_cast<uint32_t>(offDays)) { in SetOffDays()
/foundation/arkui/ace_engine/frameworks/core/components/calendar/
H A Dcalendar_data_adapter.h185 std::string offDays; member
368 void SetOffDays(const std::string& offDays) in SetOffDays() argument
370 offDays_ = offDays; in SetOffDays()
H A Dcalendar_component.h369 void SetOffDays(const std::string& offDays) in SetOffDays() argument
371 offDays_ = offDays; in SetOffDays()
H A Drender_calendar.cpp403 offDays_ = attr.offDays;
H A Dcalendar_element.cpp237 attr.offDays = calendar->GetOffDays(); in UpdateAttr()
H A Dcalendar_data_adapter.cpp263 offDays_ = attr.offDays; in UpdateCardCalendarAttr()

Completed in 9 milliseconds