Home
last modified time | relevance | path

Searched defs:Calendar (Results 1 - 2 of 2) sorted by relevance

/applications/standard/calendardata/calendarmanager/native/include/
H A Dnative_calendar.h28 Calendar(Calendar&& other) : m_account(std::move(other.m_account)), m_id(other.m_id) in Calendar() function in OHOS::CalendarApi::Native::final
31 Calendar(const Calendar& other) : m_account(other.m_account), m_id(other.m_id) in Calendar() function in OHOS::CalendarApi::Native::final
[all...]
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_calendar.cpp30 Calendar::Calendar(int id) in Calendar() function in OHOS::CalendarApi::Native::Calendar
40 Calendar::Calendar(CalendarAccount account, int id) in Calendar() function in OHOS::CalendarApi::Native::Calendar
[all...]

Completed in 2 milliseconds