34#ifndef API_MIP_TASK_DISPATCHER_DELEGATE_CC_H_
35#define API_MIP_TASK_DISPATCHER_DELEGATE_CC_H_
95 const mip_cc_dispatch_task_callback_fn dispatchTaskCallback,
A file Containing the common types used by the upe, file and protection modules.
Error definition and functions.
Export/import and other macros for C API.
Defines success/error result codes.
mip_cc_result
API success/failure result.
Definition result_cc.h:44
Defines a single async task dispatch request.
Definition task_dispatcher_delegate_cc.h:48
void * loggerContext
Definition task_dispatcher_delegate_cc.h:52
bool executeOnIndependentThread
Definition task_dispatcher_delegate_cc.h:51
const char * id
Definition task_dispatcher_delegate_cc.h:49
int64_t delayMs
Definition task_dispatcher_delegate_cc.h:50
Error information.
Definition error_cc.h:79
Opaque handle to MIP object.
Definition common_types_cc.h:44
mip_cc_handle * mip_cc_task_dispatcher_delegate
Definition task_dispatcher_delegate_cc.h:81
const mip_cc_cancel_task_callback_fn const mip_cc_cancel_all_tasks_callback_fn mip_cc_task_dispatcher_delegate mip_cc_error * errorInfo
Definition task_dispatcher_delegate_cc.h:99
const mip_cc_cancel_task_callback_fn const mip_cc_cancel_all_tasks_callback_fn mip_cc_task_dispatcher_delegate * taskDispatcher
Definition task_dispatcher_delegate_cc.h:98
const char * taskId
Definition task_dispatcher_delegate_cc.h:111
MIP_CC_CALLBACK(mip_cc_dispatch_task_callback_fn, void, const mip_cc_async_task *)
Callback function definition for dispatching an async task.
const mip_cc_cancel_task_callback_fn cancelTaskCallback
Definition task_dispatcher_delegate_cc.h:96
MIP_CC_API(void) MIP_CC_ExecuteDispatchedTask(const mip_cc_task_dispatcher_delegate taskDispatcher
Notifies a TaskDispatcher delegate that a task is scheduled to execute now on the current thread.
const mip_cc_cancel_task_callback_fn const mip_cc_cancel_all_tasks_callback_fn cancelAllTasksCallback
Definition task_dispatcher_delegate_cc.h:97