Searched refs:eventKey (Results 1 - 5 of 5) sorted by relevance
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | event_reminder_test.cpp | 60 std::vector<string> eventKey; in HWTEST_F() local 62 auto events = calendar->GetEvents(FilterByTitle(title), eventKey); in HWTEST_F() 78 std::vector<string> eventKey; in HWTEST_F() local 79 auto events = calendar->GetEvents(FilterByTitle(title), eventKey); in HWTEST_F() 99 std::vector<string> eventKey; in HWTEST_F() local 100 auto events = calendar->GetEvents(FilterByTitle(title), eventKey); in HWTEST_F() 109 events = calendar->GetEvents(FilterByTitle(title), eventKey); in HWTEST_F()
|
/applications/standard/calendardata/calendarmanager/native/src/ |
H A D | native_calendar.cpp | 259 std::vector<Event> Calendar::GetEvents(std::shared_ptr<EventFilter> filter, const std::vector<string>& eventKey) in GetEvents() argument 275 if (eventKey.size() > 0) { in GetEvents() 277 SetField(eventKey, queryField, resultSetField); in GetEvents()
|
H A D | native_util.cpp | 922 void SetFieldInfo(const std::vector<string>& eventKey, std::vector<string>& queryField, in GetUTCTime() argument 925 for (const auto& field : eventKey) { in GetUTCTime() 972 void SetField(const std::vector<string>& eventKey, std::vector<string>& queryField, std::set<string>& resultSetField) in GetUTCTime() argument 982 SetFieldInfo(eventKey, queryField, resultSetField, eventField); in GetUTCTime()
|
/applications/standard/calendardata/calendarmanager/native/include/ |
H A D | native_calendar.h | 46 std::vector<Event> GetEvents(std::shared_ptr<EventFilter> filter, const std::vector<string>& eventKey);
|
H A D | native_util.h | 54 void SetField(const std::vector<string>& eventKey,
|
Completed in 4 milliseconds