Home
last modified time | relevance | path

Searched defs:other (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() argument
31 Calendar(const Calendar& other) : m_account(other.m_account), m_id(other.m_id) in Calendar() argument
/applications/sample/wifi-iot/app/samgr/
H A Dbroadcast_example.c47 static BOOL Equal(const Consumer *current, const Consumer *other) in Equal() argument

Completed in 1 milliseconds