Home
last modified time | relevance | path

Searched defs:AddEvents (Results 1 – 4 of 4) sorted by relevance

/applications/standard/calendardata/calendarmanager/native/src/
Dnative_calendar.cpp101 int Calendar::AddEvents(const std::vector<Event>& events) in AddEvents() function in OHOS::CalendarApi::Native::Calendar
112 int Calendar::AddEvents(const std::vector<Event>& events) in AddEvents() function in OHOS::CalendarApi::Native::Calendar
/applications/standard/calendardata/calendarmanager/cj/src/
Dcj_native_calendar.cpp104 int CJNativeCalendar::AddEvents(const std::vector<Event>& events) in AddEvents() function in OHOS::CalendarApi::Native::CJNativeCalendar
115 int CJNativeCalendar::AddEvents(const std::vector<Event>& events) in AddEvents() function in OHOS::CalendarApi::Native::CJNativeCalendar
Dcj_calendar.cpp374 void CJCalendar::AddEvents(CArrEvents event, int32_t* errcode) in AddEvents() function in OHOS::CalendarApi::CJCalendar
/applications/standard/calendardata/calendarmanager/napi/src/
Dcalendar_napi.cpp125 napi_value CalendarNapi::AddEvents(napi_env env, napi_callback_info info) in AddEvents() function in OHOS::CalendarApi::CalendarNapi