Home
last modified time | relevance | path

Searched refs:other (Results 1 - 3 of 3) sorted by relevance

/applications/standard/calendardata/calendarmanager/common/
H A Dcalendar_define.h49 bool operator==(const Location& other) const in operator ==()
51 return location == other.location && longitude == other.longitude && latitude == other.latitude; in operator ==()
65 bool operator==(const Attendee& other) const in operator ==()
67 return name == other.name && email == other.email && role.value_or(NONE) == other.role.value_or(NONE); in operator ==()
122 bool operator==(const CalendarConfig& other) const in operator ==()
124 return enableReminder == other in operator ==()
[all...]
/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
49 return (current->Notify == other->Notify); in Equal()

Completed in 2 milliseconds