Home
last modified time | relevance | path

Searched refs:bundleName_tokeId (Results 1 - 2 of 2) sorted by relevance

/applications/standard/calendardata/calendarmanager/native/src/
H A Dnative_calendar.cpp35 auto bundleName_tokeId = "?bundleName=" + bumdleName + "&tokenId=" + std::to_string(tokenId); in Calendar() local
36 m_eventUri = std::make_unique<Uri>(eventUrl + bundleName_tokeId); in Calendar()
37 m_calendarUri = std::make_unique<Uri>(calendarUrl + bundleName_tokeId); in Calendar()
46 auto bundleName_tokeId = "?bundleName=" + bumdleName + "&tokenId=" + std::to_string(tokenId); in Calendar() local
47 m_eventUri = std::make_unique<Uri>(eventUrl + bundleName_tokeId); in Calendar()
48 m_attendeeUri = std::make_unique<Uri>(attendeeUrl + bundleName_tokeId); in Calendar()
49 m_calendarUri = std::make_unique<Uri>(calendarUrl + bundleName_tokeId); in Calendar()
50 m_reminderUrl = std::make_unique<Uri>(reminderUrl + bundleName_tokeId); in Calendar()
H A Dnative_calendar_manager.cpp31 auto bundleName_tokeId = "?bundleName=" + bumdleName + "&tokenId=" + std::to_string(tokenId); in CalendarManager() local
32 m_calendarUri = std::make_unique<Uri>(calendarUrl + bundleName_tokeId); in CalendarManager()

Completed in 2 milliseconds