Home
last modified time | relevance | path

Searched refs:m_account (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()
31 Calendar(const Calendar& other) : m_account(other.m_account), m_id(other.m_id) in Calendar()
53 return m_account; in GetAccount()
60 CalendarAccount m_account; member in OHOS::CalendarApi::Native::final
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_calendar.cpp41 :m_account(std::move(account)), m_id(id) in Calendar()

Completed in 1 milliseconds