Home
last modified time | relevance | path

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

/applications/standard/calendardata/calendarmanager/napi/src/
Dcalendar_napi.cpp256 struct GetEventsContext : public ContextBase { in GetEvents() struct
257 EventFilterNapi* eventFilter; in GetEvents()
258 std::vector<std::string> eventKeys; in GetEvents()
259 std::vector<Event> events; in GetEvents()
303 struct GetEventsContext : public ContextBase { in QueryEventInstances() struct
304 int64_t start; in QueryEventInstances()
305 int64_t end; in QueryEventInstances()
306 std::vector<int> ids; in QueryEventInstances()
307 std::vector<std::string> eventKeys; in QueryEventInstances()
308 std::vector<Event> events; in QueryEventInstances()