Home
last modified time | relevance | path

Searched refs:PlatformQueueStart (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_queue.h51 int32_t PlatformQueueStart(struct PlatformQueue *queue);
/ohos5.0/drivers/hdf_core/framework/test/unittest/platform/common/
H A Dplatform_queue_test.c151 ret = PlatformQueueStart(pq); in PlatformQueueTestExecute()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_queue.c99 int32_t PlatformQueueStart(struct PlatformQueue *queue) in PlatformQueueStart() function
/ohos5.0/drivers/hdf_core/framework/model/storage/src/mmc/
H A Dmmc_core.c229 ret = PlatformQueueStart(cntlr->msgQueue); in MmcCntlrQueueCreate()
/ohos5.0/drivers/hdf_core/framework/support/platform/src/hdmi/
H A Dhdmi_core.c292 ret = PlatformQueueStart(cntlr->msgQueue); in HdmiCntlrInit()