Home
last modified time | relevance | path

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

/applications/standard/calendardata/calendarmanager/cj/src/
Dcj_calendar.cpp408 void CJCalendar::DeleteEvents(CArrI64 eventIds, int32_t* errcode) in DeleteEvents() function in OHOS::CalendarApi::CJCalendar
Dcj_native_calendar.cpp150 int CJNativeCalendar::DeleteEvents(const std::vector<int>& ids) in DeleteEvents() function in OHOS::CalendarApi::Native::CJNativeCalendar
/applications/standard/calendardata/calendarmanager/native/src/
Dnative_calendar.cpp147 int Calendar::DeleteEvents(const std::vector<int>& ids) in DeleteEvents() function in OHOS::CalendarApi::Native::Calendar
/applications/standard/calendardata/calendarmanager/napi/src/
Dcalendar_napi.cpp178 napi_value CalendarNapi::DeleteEvents(napi_env env, napi_callback_info info) in DeleteEvents() function in OHOS::CalendarApi::CalendarNapi