Searched refs:ContextBase (Results 1 - 6 of 6) sorted by relevance
/applications/standard/calendardata/calendarmanager/napi/include/ |
H A D | napi_queue.h | 32 struct ContextBase { struct 33 virtual ~ContextBase(); 95 static napi_value AsyncWork(napi_env env, std::shared_ptr<ContextBase> ctxt, 108 std::shared_ptr<ContextBase> ctx;
|
H A D | calendar_manager_napi.h | 41 struct EditEventContext : public ContextBase {
|
/applications/standard/calendardata/calendarmanager/napi/src/ |
H A D | calendar_napi.cpp | 52 auto ctxt = std::make_shared<ContextBase>(); in New() 94 struct AddEventContext : public ContextBase { in AddEvent() 127 struct AddEventsContext : public ContextBase { in AddEvents() 155 struct DeleteEventContext : public ContextBase { in DeleteEvent() 180 struct DeleteEventsContext : public ContextBase { in DeleteEvents() 205 struct UpdateEventContext : public ContextBase { in UpdateEvent() 230 struct DeleteEventsContext : public ContextBase { in UpdateEvents() 255 struct GetEventsContext : public ContextBase { in GetEvents() 341 struct SetConfigContext : public ContextBase { in SetConfig()
|
H A D | napi_queue.cpp | 18 ContextBase::~ContextBase() in ~ContextBase() 34 void ContextBase::GetCbInfo(napi_env envi, napi_callback_info info, NapiCbInfoParser parse, bool sync) in GetCbInfo() 71 napi_value NapiQueue::AsyncWork(napi_env env, std::shared_ptr<ContextBase> ctxt, const std::string& name, in AsyncWork()
|
H A D | calendar_manager_napi.cpp | 35 struct CreateCalendarContext : public ContextBase { in CreateCalendar() 73 struct DelCalendarContext : public ContextBase { in DeleteCalendar() 105 struct GetCalendarContext : public ContextBase { 127 LOG_DEBUG("call ContextBase::GetCbInfo"); in GetCbInfo() 128 ContextBase::GetCbInfo(env, info, input); in GetCbInfo() 163 struct GetAllCalendarContext : public ContextBase { in GetAllCalendars() 326 auto ctxt = std::make_shared<ContextBase>(); in New()
|
H A D | event_filter_napi.cpp | 41 auto ctxt = std::make_shared<ContextBase>(); in New()
|
Completed in 4 milliseconds