Home
last modified time | relevance | path

Searched refs:HdfTaskFunc (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/utils/include/
H A Dhdf_task_queue.h18 typedef int32_t (*HdfTaskFunc)(struct HdfTaskType *para); typedef
22 HdfTaskFunc func;
31 HdfTaskFunc queueFunc;
36 struct HdfTaskQueue *HdfTaskQueueCreate(HdfTaskFunc func, const char *name);
/ohos5.0/drivers/hdf_core/framework/core/host/include/
H A Dhdf_power_manager.h30 struct PmTaskQueue *HdfPmTaskQueueInit(HdfTaskFunc func);
/ohos5.0/drivers/hdf_core/framework/core/host/src/
H A Dhdf_power_manager.c27 struct PmTaskQueue *HdfPmTaskQueueInit(HdfTaskFunc func) in HdfPmTaskQueueInit()
/ohos5.0/drivers/hdf_core/framework/utils/src/
H A Dhdf_task_queue.c30 struct HdfTaskQueue *HdfTaskQueueCreate(HdfTaskFunc func, const char *name) in HdfTaskQueueCreate()