Searched refs:channelId (Results 1 - 5 of 5) sorted by relevance
/applications/standard/calendardata/calendarmanager/native/src/ |
H A D | native_calendar.cpp | 63 int Calendar::AddEventInfo(const Event& event, int channelId) in AddEventInfo() argument 65 auto valueEvent = BuildValueEvent(event, m_id, channelId); in AddEventInfo() 111 int channelId = 0; in AddEvents() local 113 auto index = Calendar::AddEventInfo(event, channelId); in AddEvents() 117 channelId++; in AddEvents()
|
H A D | native_util.cpp | 361 DataShare::DataShareValuesBucket BuildValueEvent(const Event &event, int calendarId, int channelId) in GetUTCTime() argument 371 valuesBucket.Put("channel_id", channelId); in GetUTCTime()
|
/applications/standard/calendardata/calendarmanager/native/include/ |
H A D | native_calendar.h | 50 int AddEventInfo(const Event& event, int channelId);
|
H A D | native_util.h | 33 DataShare::DataShareValuesBucket BuildValueEvent(const Event &event, int calendarId, int channelId);
|
/applications/standard/calendardata/calendarmanager/test/unittest/src/ |
H A D | calendar_test.cpp | 266 int channelId = 0; in HWTEST_F() local 267 int eventInfo = calendar->AddEventInfo(event, channelId); in HWTEST_F()
|
Completed in 4 milliseconds