Home
last modified time | relevance | path

Searched refs:DeleteEvents (Results 1 - 5 of 5) sorted by relevance

/applications/standard/calendardata/calendarmanager/napi/src/
H A Dcalendar_napi.cpp34 DECLARE_NAPI_FUNCTION("deleteEvents", DeleteEvents), in Constructor()
177 napi_value CalendarNapi::DeleteEvents(napi_env env, napi_callback_info info) in DeleteEvents() function in OHOS::CalendarApi::CalendarNapi
179 LOG_INFO("DeleteEvents"); in DeleteEvents()
197 ctxt->result = nativeCalendar->DeleteEvents(ctxt->ids); in DeleteEvents()
/applications/standard/calendardata/calendarmanager/napi/include/
H A Dcalendar_napi.h40 static napi_value DeleteEvents(napi_env env, napi_callback_info info);
/applications/standard/calendardata/calendarmanager/native/include/
H A Dnative_calendar.h40 int DeleteEvents(const std::vector<int>& id);
/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_calendar.cpp158 int Calendar::DeleteEvents(const std::vector<int>& ids) in DeleteEvents() function in OHOS::CalendarApi::Native::Calendar
166 LOG_INFO("DeleteEvents %{public}d", count); in DeleteEvents()
/applications/standard/calendardata/calendarmanager/test/unittest/src/
H A Dcalendar_test.cpp203 auto delRet = calendar->DeleteEvents({newEvent1.id.value(), newEvent2.id.value()}); in HWTEST_F()

Completed in 4 milliseconds