Searched refs:workQueue (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/resourceschedule/work_scheduler/services/native/src/ |
H A D | work_queue_manager.cpp | 118 shared_ptr<WorkQueue> workQueue = queueMap_.at(conditionType); in GetReayQueue() local 119 result = workQueue->OnConditionChanged(conditionType, conditionVal); in GetReayQueue() 123 shared_ptr<WorkQueue> workQueue = it.second; in GetReayQueue() local 124 auto works = workQueue->OnConditionChanged(conditionType, conditionVal); in GetReayQueue() 156 shared_ptr<WorkQueue> workQueue = queueMap_.at(conditionType); in PrintWorkStatus() local 157 auto workList = workQueue->GetWorkList(); in PrintWorkStatus() 168 shared_ptr<WorkQueue> workQueue = it.second; in PrintAllWorkStatus() local 169 auto workList = workQueue->GetWorkList(); in PrintAllWorkStatus()
|
/ohos5.0/drivers/hdf_core/framework/test/unittest/sensor/ |
H A D | hdf_sensor_test.h | 20 HdfWorkQueue workQueue; member
|
H A D | hdf_sensor_test.c | 62 if (!HdfAddWork(&drvData->workQueue, &drvData->work)) { in SensorTestTimerEntry() 78 if (HdfWorkQueueInit(&drvData->workQueue, HDF_SENSOR_TEST_WORK_QUEUE_NAME) != HDF_SUCCESS) { in SensorInitTestConfig()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/src/ |
H A D | vibrator_driver.c | 70 HdfAddWork(&drvData->workQueue, &drvData->work); in StartVibrator() 79 HdfAddWork(&drvData->workQueue, &drvData->work); in StopVibrator() 366 if (HdfWorkQueueInit(&drvData->workQueue, VIBRATOR_WORK_QUEUE_NAME) != HDF_SUCCESS) { in InitVibratorDriver()
|
/ohos5.0/drivers/hdf_core/framework/model/misc/vibrator/driver/include/ |
H A D | vibrator_driver.h | 35 HdfWorkQueue workQueue; member
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/include/ |
H A D | light_driver.h | 156 HdfWorkQueue workQueue; member
|
/ohos5.0/drivers/hdf_core/framework/model/misc/light/driver/src/ |
H A D | light_driver.c | 172 HdfAddWork(&drvData->workQueue, &drvData->work); in LightTimerEntry() 576 if (HdfWorkQueueInit(&drvData->workQueue, LIGHT_WORK_QUEUE_NAME) != HDF_SUCCESS) { in InitLightDriver() 623 HdfWorkQueueDestroy(&drvData->workQueue); in ReleaseLightDriver()
|
/ohos5.0/docs/zh-cn/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 204 if (HdfWorkQueueInit(&drvData->workQueue, VIBRATOR_WORK_QUEUE_NAME) != HDF_SUCCESS) { 205 HDF_LOGE("%s: init workQueue failed!", __func__); 210 HDF_LOGE("%s: init workQueue failed!", __func__);
|
H A D | driver-peripherals-light-des.md | 161 if (HdfWorkQueueInit(&drvData->workQueue, LIGHT_WORK_QUEUE_NAME) != HDF_SUCCESS) { 198 HdfWorkQueueDestroy(&drvData->workQueue);
|
/ohos5.0/docs/en/device-dev/driver/ |
H A D | driver-peripherals-vibrator-des.md | 204 if (HdfWorkQueueInit(&drvData->workQueue, VIBRATOR_WORK_QUEUE_NAME) != HDF_SUCCESS) { 205 HDF_LOGE("%s: init workQueue failed!", __func__); 210 HDF_LOGE("%s: init workQueue failed!", __func__);
|
H A D | driver-peripherals-light-des.md | 163 if (HdfWorkQueueInit(&drvData->workQueue, LIGHT_WORK_QUEUE_NAME) != HDF_SUCCESS) { 200 HdfWorkQueueDestroy(&drvData->workQueue);
|